Why the Best AI Systems Need a Secretary, Not Just a Brain
Hatched by Robert De La Fontaine
Jun 20, 2026
11 min read
3 views
87%
The real bottleneck is not intelligence, it is memory with consent
What if the hardest part of building a powerful AI system is not making it smarter, but making it organized enough to be trusted?
That question changes everything. Most people imagine the next leap in AI as a bigger model, a faster model, or a model with more tools. But when AI becomes a collaborator instead of a toy, a different problem appears: conversations sprawl, ideas multiply, context fragments, and no one can tell what should be remembered, what should be discarded, or who said what in the first place. Intelligence alone cannot solve that. What is needed is something closer to a secretary for thought.
That phrase sounds modest, almost quaint, but it points to a profound architectural shift. A secretary does not invent the mission. A secretary makes the mission usable. It tracks decisions, preserves what matters, organizes the mess, and asks the right follow up question at the right time. In a multi participant AI environment, that role is not peripheral. It is the core system that turns raw conversation into cumulative work.
The future of AI collaboration is not just a model that answers. It is a system that remembers, organizes, and knows what not to keep.
Why conversation breaks down the moment it becomes valuable
At small scale, conversation is easy. Two people chat, one model responds, and the thread stays manageable. But the moment a session becomes genuinely productive, the problem changes from generation to coordination. Ideas arrive from multiple minds, each with different goals, assumptions, and memory. Some are half formed. Some are contradictory. Some are brilliant but temporary. Without structure, the session becomes a river that carries everything downstream, including the best parts.
This is why many collaborative systems feel exciting at first and disappointing later. They can generate content, but they cannot differentiate between noise and signal. A useful session is not just a transcript. It is a living workspace with layers: current discussion, persistent notes, unresolved questions, decisions, candidate ideas, and items marked for deletion. If all of that is mixed together, the system may look intelligent while quietly becoming unusable.
The real challenge, then, is not simply to extend context windows or store more tokens. It is to create an active context manager that understands the purpose of the conversation as it unfolds. Think of a good meeting chair. The chair does not dominate the room. It keeps the room coherent. It knows when to park a tangent, when to summarize consensus, when to ask who owns the next action, and when to check whether the group wants a thought retained or forgotten.
That same principle becomes even more important when there are multiple AI minds at the table. Different models bring different strengths, but they also create more branching, more duplication, and more risk of drift. A system without a secretary can still be impressive. It just cannot be reliably cumulative.
The secretary model: AI as memory steward, not just responder
The most useful mental model here is to separate thinking from keeping track of thinking. A model can contribute ideas, draft text, or analyze a document. But another layer should be responsible for managing the lifecycle of those contributions.
Imagine a session manager with five distinct responsibilities:
- Track the conversation at the session level. What is the goal of this meeting? What problem are we solving? What stage are we in?
- Track each participant individually. Who said what, what position did they take, what concerns did they raise, and what ideas did they propose?
- Distinguish transient from durable information. Which points are useful only for this moment, and which should be remembered later?
- Package the session into artifacts. Meeting minutes, decisions, open questions, prompts for follow up, and candidate entries for memory or the knowledge graph.
- Ask for retention consent. Before something becomes permanent, the system should ask what to keep, what to delete, and what to route into long term structure.
That last point is crucial. Most memory systems fail because they are designed as accumulators. They gather, preserve, and retrieve, but they do not offer granular agency. People do not want an AI that hoards everything like a digital attic. They want one that can curate with precision.
This is where the secretary metaphor becomes especially powerful. A secretary is not merely a recorder. A good secretary is a decision surface. It helps convert ambiguity into action, and it does so with consent. It can say, in effect: here are the notes, here is what we have learned, here is what seems important, and here is what you may want to keep or let go.
Memory is not a storage problem. It is a governance problem.
That sentence may be the most important design insight in the entire stack.
A system that can forget is more powerful than one that only remembers
There is a tempting instinct in AI design to treat more storage as automatically better. If a little memory is useful, then more memory must be better, right? Not necessarily. Human organizations know better. Meetings are useful not because every utterance is archived forever, but because the right facts are captured in the right form and the rest are released.
That is why the idea of a dedicated memory database, a vector store, and eventually a knowledge graph is so compelling, but only if they are governed by a meaningful curation layer. A vector memory can retrieve related moments. A knowledge graph can preserve relationships between concepts. But neither should be fed indiscriminately. There must be a review loop where the user decides what becomes durable structure.
A useful analogy is a kitchen.
Raw ingredients are like session chatter. They are abundant, messy, and full of potential. A recipe is like the session summary, a coherent form that turns ingredients into a plan. A pantry is like memory, where only selected ingredients are stored for future use. A freezer is like long term archival storage. But a professional kitchen also has a mise en place process, where items are sorted, labeled, and positioned so they can actually be used. Without that, storage becomes clutter.
The same principle applies to AI collaboration.
If a conversation manager can separate the session into categories such as immediate task, reusable idea, candidate memory, and discardable noise, then the system becomes far more than an assistant. It becomes a knowledge operations layer. That is what makes multi model collaboration viable at scale. Claude, Coral, ChatGPT, and any other model can contribute, but the secretary ensures the contributions are not lost in the pile.
This also solves a subtle but major problem: model switching. When different models are brought into the same environment, each model has a different style and different strengths. Without a manager, switching between them creates fragmentation. With a manager, the system can keep a stable narrative while allowing multiple minds to contribute. The user sees continuity. The models see context. The session remains coherent.
Interface is not decoration, it is cognition made visible
There is another mistake people make with systems like this: they think the interface comes after the intelligence. In reality, the interface is where the intelligence becomes legible.
If the system is going to support multiple minds, live notes, idea fragments, script ideas, memory controls, and session summaries, then a flat stream of text is not enough. The layout itself must teach the user how to think with the system. A two column view, side panels, collapsible panes, hotkeys, and on demand reports are not cosmetic improvements. They are ways of externalizing mental structure.
Consider what happens in a real meeting. One side of your attention is focused on the current speaker. Another side is tracking unresolved questions. A third side is quietly deciding what should be captured for later. Good interfaces honor that divided attention instead of pretending it does not exist. They show you the conversation, the notes, the candidates for memory, and the active artifacts without forcing you to lose the thread.
This is especially important if you want the system to behave like a table with several seats. The screen should not merely show a chat log. It should show a workspace topology:
- A central conversation pane for the active exchange
- A side panel for participant specific notes and positions
- A memory pane for what is being considered for retention
- A scratch area for ideas, prompts, and script fragments
- Commands or hotkeys to hide, reveal, or query any layer instantly
This is not about visual polish alone. It is about making the system explain itself. A well designed interface tells the user, in effect, “Here is what matters now. Here is what is persistent. Here is what you can safely ignore.” That reduces cognitive load and increases trust.
Good AI interfaces do not just display output. They stage attention.
This is why simple, incremental redesign is wise. You do not need to build the perfect collaborative cockpit on day one. But even a modest redesign can reveal the structure of the future system and make the next steps obvious.
The roadmap is not a feature list, it is a hierarchy of trust
The temptation in projects like this is to treat the roadmap as a long checklist: more models, memory, knowledge graph, real time connections, function calls, API layer, large document processing, drag and drop, and so on. But the deeper order matters more than the length of the list.
A better way to think about the roadmap is as a hierarchy of trust:
1. Trust the session
The system must reliably understand what room it is in. Is this brainstorming, planning, analysis, editing, or debate? If the session type is unclear, everything downstream becomes fuzzy.
2. Trust the participants
The system must keep track of who contributed what. Not to surveil, but to preserve accountability, nuance, and ownership.
3. Trust the memory boundary
Users need to know what becomes stored, where it goes, and how it can be removed. A system that remembers without permission will eventually be resisted, no matter how useful it is.
4. Trust the workspace
The interface must make the active state understandable. If users cannot see what the system is doing, they will not know how to collaborate with it.
5. Trust the extensions
Only after the above layers are stable should more ambitious features come online, such as knowledge graph integration, document ingestion, real time collaboration, and API access.
This hierarchy matters because each layer protects the next. For example, large document processing becomes much more powerful if the system already knows how to segment, classify, summarize, and ask the user what to keep. A PDF dropped onto an avatar is not just a file upload trick. It is a test of whether the system can turn raw material into structured intelligence without losing user control.
The dream is not a machine that swallows everything. The dream is a machine that can say: I have processed this document, extracted the useful points, connected them to prior context, and here is the proposed memory record for your approval.
That is how AI becomes infrastructural rather than ornamental.
Key Takeaways
- Build a secretary before you build a genius. A conversation manager often creates more value than another layer of model capability because it preserves, structures, and routes meaning.
- Treat memory as governance, not storage. Users should be able to review, keep, tag, or delete items with granular control.
- Make the interface a thinking tool. Side panels, summaries, hotkeys, and toggleable views are not UI extras, they are how complex collaboration stays usable.
- Separate session context from long term memory. Not every good idea belongs in the knowledge graph. The system should distinguish ephemeral discussion from durable knowledge.
- Add complexity in the right order. Start with a stable session manager and memory workflow, then layer in models, document processing, real time, and APIs.
The future of AI collaboration is not a bigger mind, it is a better institution
The most interesting thing about this design direction is that it quietly changes the question from “How smart can the model be?” to “What kind of institution does the model belong to?” A lone model is like a brilliant individual. A session manager, memory steward, and interface layer together form something more like a studio, a newsroom, or a research lab.
That is a much more powerful vision. In a studio, ideas are recorded, refined, shelved, revisited, or rejected. In a newsroom, there are editors, archives, beats, and accountability. In a research lab, notes do not vanish when a conversation ends. They become part of a lineage. The goal is not to trap intelligence in a transcript. The goal is to create a living system where thought can accumulate without becoming chaotic.
This is why the secretary metaphor matters so much. Secretaries are often invisible, but they are also the reason institutions remember who decided what and why. An AI secretary does the same for collaborative thought. It helps a group become more than the sum of its replies.
So perhaps the real breakthrough is not a model that can answer any question. Perhaps it is a system that knows how to hold a conversation, preserve only what deserves to live, and make the rest gracefully disappear.
That is not just a technical improvement. It is a new philosophy of intelligence: thought should be editable, memory should be consensual, and collaboration should leave behind a usable trail.
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 🐣