Hearth AI uses agents to learn from a user's network, understand relationships, and take actions on the user's behalf.
2
The relationship-warming workflow combines contact search, a relationship model, and reminders when communication has stopped.
3
Production agents need benchmarks for prompts, embeddings, vector stores, memory, model interactions, and future human oversight.
Summary
Ashe Magalhaes introduces Hearth AI's idea of agentic relationship management. The product is intended to help people handle complex personal and professional networks by enriching contact data, recommending connections, and taking actions for the user. Ashe walks through a relationship-warming workflow: a daily briefing provides context about a contact, the user asks Hearth to keep the relationship warm, and the system later sends a reminder when no communication has occurred. Behind the interface, an agent classifies the request, searches the contact knowledge base, estimates when the relationship has become cold, and runs a reminder workflow. Ashe also discusses production testing. Small prompt changes can alter outputs, chronological context can improve results, and vector-store costs require attention. As agents gain permission to act across social and work platforms, Hearth expects to need monitoring, rollback, and human review. The talk ends with Hearth's product mission and hiring plans.
Hearth AI treats network complexity as a product problem
Ashe describes personal and professional networks that have become difficult to manage across communication channels. People lose track of relevant conversations, enter contact data manually, miss useful network details, and let relationships become inactive. A person attending this talk might want every attendee added to LinkedIn and Twitter, then need a way to remember who is interested in AI and when to follow up. Hearth AI's proposed category is agentic relationship management. Its products use AI agents to learn from a user's network, understand it, and act on the user's behalf so the user can spend more time on connection.
An agent is a system that chooses observations, thoughts, and actions
Ashe defines the agents behind Hearth as systems that use large language models and human feedback to decide which actions to take and in what order. The agent works toward an objective through a sequence of observations, thoughts, and actions. Hearth personalizes these systems for a person, team, or role such as sales, partnerships, business development, or capital allocation. The possible workflows include finding relationships that are going cold, identifying people to meet in a new city, preparing for a sales meeting, reporting network news, and finding people a teammate knows.
A relationship-warming workflow turns a vague request into a scheduled reminder
In Ashe's case study, Hearth sends a daily briefing about Jody before an investor introduction call. The briefing includes Jody's LinkedIn and Twitter profiles, a summary, and mutual connections. The user can tell Hearth to keep the relationship warm. If no communication occurs by a later date, Hearth sends a reminder to reach out. The user sees the Slack interaction, while the system handles the underlying work. This gives the user a simple request and a later nudge without requiring a spreadsheet or a manually maintained contact database.
The agent routes the request through separate models and workflows
For the relationship request, the agent first interprets the instruction and checks whether it matches a supported Hearth action. It searches for Jody in the knowledge base and uses the briefing or another piece of context to identify the correct person. A relationship model then estimates how much time can pass before the relationship is considered cold. Ashe says this could begin with a simple rule based on how important a person is and how much time the user has spent with them, then grow into a model of the user's preferences. A reminder workflow sends the eventual Slack message.
Production testing must cover the whole agent system
Ashe says Hearth's team is building a benchmark and test suite because many small implementation choices affect production behavior. Minor prompt changes can change output embeddings. Vector-store costs can become unexpectedly high, and the vector-store ecosystem is changing quickly as teams work with production data. Adding chronological order to meeting information produced better or more sensible outputs for Hearth. Ashe also points to the importance of self-refinement, search and action feedback, and memory that preserves user preferences over periods such as several weeks.
Agents need monitoring as their action permissions expand
Ashe describes Hearth as a suite of interacting models rather than one model. Benchmarking therefore needs to cover how those components work together. The current action layer is relatively limited because it mainly sends reminders. Future integrations with social networks and other platforms will require more monitoring, the ability to call back actions, and human review. Ashe gives automatic additions to Twitter as an example where more control would be needed. The concern is practical: once an agent can act in external systems, a mistaken action can affect a user's relationships.
Hearth's product mission has four network functions
Ashe summarizes Hearth's mission as building a category of products that centralize and enrich contact information, recommend actions or connections, and act on the user's network. The purpose is to let individuals and teams focus on connecting rather than maintaining fragmented records. In the question period, Ashe says Hearth has reduced the risk of self-spam by focusing on outbound network activity and meetings with other attendees. The system had not yet reached language-model processing of emails, which limits the scope of that risk in the product described here.