Why the Future AI Stack Needs a Secretary, Not Just More Models
Hatched by Robert De La Fontaine
May 13, 2026
10 min read
6 views
90%
The real problem is not intelligence, it is coordination
Most people think the next upgrade to an AI workflow is a better model. More context, more reasoning, more tokens, more tools. But if you have ever tried to build a serious system with notebooks, multiple providers, memory, knowledge graphs, and real time collaboration, you discover something counterintuitive: the bottleneck is not raw intelligence, it is coordination.
A lone model can answer a question. A stack can even orchestrate a few tasks. But once a project becomes a living workspace, with people, agents, files, decisions, and evolving goals, the central challenge changes. You are no longer asking, “Can the system think?” You are asking, “Can the system keep its head?”
That is why the most useful AI component in a multi model environment may not be a genius, but a secretary. Not a trivial assistant, but a carefully designed context steward. Someone, or something, that knows what was said, who said it, what matters now, what can be forgotten, and what should survive into long term memory.
The future AI stack is less like a single brain and more like a newsroom: reporters, editors, archivists, and a chief desk that decides what becomes the record.
This shift matters because it changes what “advanced” means. A system is not advanced merely because it can generate content. It is advanced when it can manage continuity.
Why more models create a new kind of confusion
Adding Claude, ChatGPT, Coral, or any other model sounds like a straightforward win. More perspectives should mean better output. In practice, it creates a new class of problem: perspective sprawl.
Each model may contribute useful ideas, but without an organizing layer, the conversation becomes a pile of partially overlapping thoughts. One model proposes architecture, another suggests UI changes, another summarizes memory design, and a human tries to reconstruct the thread. The result is not synergy, but cognitive drag.
This is where the desire for a custom interface, split panes, hotkeys, command palettes, and visible side channels is actually revealing a deeper need. The interface is not just aesthetics. It is the visible surface of the system’s epistemology, its way of deciding what is salient, what is background, and what should be preserved.
Think about the difference between a messy chat transcript and a meeting with a skilled note taker. The note taker does not merely transcribe. They extract agenda, decisions, unresolved questions, action items, and context. They turn motion into structure. That is what a serious AI workspace needs, especially one intended to support long running projects and multiple minds at the table.
A model can produce a response, but a secretary can answer a different question: What is the state of the conversation?
That is a more important question than it first appears. In collaborative systems, state is value. The best idea in the world is lost if nobody knows whether it is a draft, a decision, a hypothesis, or a discarded tangent.
The hidden architecture: memory is not storage, it is permission
The most interesting part of the conversation manager idea is not that it stores notes. It is that it introduces granular control over remembrance.
That may sound like a simple product feature, but it is philosophically important. Most systems treat memory as passive accumulation. They collect logs, embeddings, histories, caches, and indexes, then hope relevance will emerge later. A better approach is to treat memory as a governed process. Not everything that is said deserves to persist. Not every good idea should be enshrined. Not every draft should become doctrine.
A human meeting already works this way, though informally. People speak, some statements become minutes, some become follow up tasks, and some are ignored. A strong secretary does not just remember. They curate.
That suggests a useful mental model for AI systems:
- Conversation layer: what was said in the moment.
- Working memory layer: what currently matters for the task.
- Decision layer: what has been agreed.
- Archive layer: what should be retained for future retrieval.
- Knowledge graph layer: what has become structured, linked knowledge.
The crucial point is that these layers should not collapse into each other. If everything becomes memory, then memory becomes noise. If everything enters the knowledge graph, the graph becomes a landfill. If the system cannot distinguish between “interesting” and “canonical,” it cannot support trust.
Memory is not the ability to keep everything. Memory is the ability to decide what deserves to remain meaningful.
This is why a post session review is so powerful. At the end of a conversation, the system could ask: What should stay? What should be summarized only? What should be deleted? What should become a vector note, and what should become a graph node? That question turns memory from a passive feature into a shared governance mechanism.
And governance is the right word. Because in any serious collaboration, memory is power. Whoever controls recall controls continuity. Whoever controls continuity controls the project’s future shape.
An AI secretary is more than a note taker
The phrase “AI powered context manager” sounds modest, but the real ambition is bigger. A good secretary does not merely record events. A good secretary helps a group think.
Imagine a session where multiple participants and models are contributing to an LLM app design. One agent explores model routing. Another proposes a memory system. A human wants a cleaner CLI. Another voice wants drag and drop document ingestion. A conversation manager can do more than capture these fragments. It can impose semantic order.
For example, it might continuously tag contributions as:
- Idea: an unresolved proposal
- Decision: a chosen direction
- Dependency: a prerequisite for implementation
- Risk: a potential failure mode
- Parking lot item: useful, but not for now
- Memory candidate: worth storing for future retrieval
That classification is not bureaucracy. It is an engine of clarity. It lets the group see the shape of its own thinking.
A strong analogy is a film editor. Raw footage is not a film. Likewise, raw dialogue is not a project. The editor determines pacing, emphasis, and narrative coherence. A conversation manager functions as an editor for collective cognition. It turns a series of exchanges into an evolving map.
This also explains why a dedicated database matters. The database is not just a storage backend. It is the workspace where the secretary can separate threads, preserve provenance, and maintain the relation between a participant and a contribution. That provenance is essential if you want to ask questions later such as:
- Who suggested this feature?
- Why did we reject that approach?
- Which ideas were provisional and which were approved?
- What changed our minds?
Without that structure, a memory system becomes an oracle of vague recollection. With it, memory becomes accountable.
The best UI for AI is one that makes uncertainty visible
When people talk about making the interface prettier, they often mean better typography or layout polish. But in a multi model workspace, the deeper UI challenge is not beauty. It is legibility of cognition.
If the screen has one main column for the conversation, a second column for ideas, and a side panel for script snippets or memory candidates, that is not just a convenience. It externalizes the system’s working state. Hotkeys that show or hide panes are not merely ergonomic. They let the user change the level of abstraction on demand.
This matters because people do not always want the same view. Sometimes they want the live conversation. Sometimes they want the minutes. Sometimes they want the candidate memories. Sometimes they want the raw source document, or the chain of reasoning that led to a recommendation. A good interface lets the user move between these layers without losing the thread.
Consider the idea of dragging a PDF onto an avatar, then having the system split it, process it, embed it, and immediately make it available to the conversation. That is a great feature, but the deeper value is not convenience. It is situated context injection. The system takes a static artifact and makes it active in discourse.
The same goes for a knowledge graph. A knowledge graph is not just a database of facts. It is a way of telling the system, “These things relate.” The interface should make those relations visible enough that the user can trust the transformation from file to memory to graph.
The interface should not hide the machinery so completely that the user cannot tell whether the system is remembering, inferring, or improvising.
That is why transparency is so important. If the system can show when something is being stored, when it is being summarized, and when it is being promoted into durable memory, the user can collaborate with it rather than merely observe it.
A practical framework: from transcript to intelligence
A useful way to think about this architecture is to imagine a pipeline that transforms conversation into progressively more structured intelligence.
1. Capture
The system records the live exchange, including participant identity, timestamps, and model source. This is the raw substrate.
2. Distill
The conversation manager extracts the useful parts: decisions, ideas, unresolved questions, tasks, and entities. This is where the “secretary” role begins.
3. Negotiate
At the end of the session, the system asks what should be retained, summarized, or deleted. This is critical because it keeps the user in control and prevents silent accumulation.
4. Store
Retained items are routed into the appropriate destination: vector memory, session archive, or knowledge graph.
5. Retrieve
Future sessions can query prior context with precision. Not just “What did we talk about?” but “What were the options we discussed before we chose Claude for this route?”
6. Recontextualize
The system does not merely recall. It reintroduces past context in a form relevant to the current task.
That last step is where real value appears. A memory system is only useful if it can return the right memory at the right time in the right shape. Otherwise it is a graveyard of embeddings.
This framework also suggests an engineering priority order. If building a large collaborative AI workspace, start with the conversation manager before the knowledge graph, and start with the memory governance before the fully automated retrieval stack. Why? Because the quality of later structure depends on the quality of initial curation.
If you capture messy, ungoverned memory, you do not get intelligence later. You get organized confusion.
Key Takeaways
- Build the secretary before the superpower. A conversation manager that tracks context, participants, decisions, and memory candidates will do more for a multi model system than another model provider alone.
- Treat memory as governance, not accumulation. Give users explicit control over what gets stored, summarized, promoted into a knowledge graph, or deleted.
- Design the interface as a cognitive map. Split panes, hotkeys, and visibility controls should help users navigate live conversation, ideas, and memory states.
- Use the right storage for the right kind of knowledge. Transcript, vector memory, archive, and knowledge graph should remain distinct layers with distinct purposes.
- Make provenance visible. Know which participant or model contributed what, so later retrieval is trustworthy and actionable.
The future stack is a memory economy
The deepest insight here is that AI systems are moving from answer engines to memory economies. Once multiple models, documents, sessions, and human participants are involved, the scarce resource is not text generation. It is meaning preservation.
A system that can answer brilliantly but cannot tell you what was decided is impressive. A system that can tell you what was decided, why it was decided, who contributed it, and whether it should stay in memory is foundational.
That is why the secretary metaphor is so powerful. It reframes the role of AI from performer to steward. The most valuable system is not the loudest thinker in the room. It is the one that helps the room remember itself.
And once you see that, the roadmap changes. Extra models matter. Vector memory matters. Knowledge graphs matter. Real time tools matter. But they are all subordinate to a larger objective: building a system that can hold context without becoming cluttered, and preserve meaning without stealing control.
That is not just a feature set. It is a new contract between humans and machines. We are no longer asking AI to merely speak with us. We are asking it to help us remain coherent together.
Sources
Hatch New Ideas with Glasp AI 🐣
Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)
Start Hatching 🐣