Why the Best AI Systems Will Need a Secretary Before They Need More Intelligence

Robert De La Fontaine

Hatched by Robert De La Fontaine

Jun 11, 2026

10 min read

88%

0

The real bottleneck is not intelligence, it is coordination

What if the next leap in AI systems is not a smarter model, but a better secretary?

That question sounds almost backwards at first. We keep imagining AI progress as a race toward larger models, sharper reasoning, and more autonomous agents. But once a system begins hosting multiple models, human participants, shared notes, evolving memory, documents, and tool use, raw intelligence stops being the limiting factor. The bottleneck becomes something much less glamorous: coordination.

A group conversation can be brilliant and still fail if nobody keeps track of what was said, who said it, what was decided, and what should be remembered later. The same is true for AI systems. A powerful model without structure becomes a talented person in a chaotic room. It may have ideas, but it cannot reliably preserve context, organize commitments, or distinguish a passing thought from a durable insight.

That is why the most important early design choice for a multi model, multi human environment is not which model to add next. It is whether the system has a conversation manager that behaves like a secretary, a meeting recorder, a memory curator, and a traffic controller all at once.

The hidden insight is simple: memory is useless without governance, and governance is useless without memory. A system that can think but cannot curate what it thinks about is not really intelligent in any practical sense. It is merely verbose.


A secretary is not a luxury. It is the operating system of collaboration

The word secretary may sound humble, but in a serious collaborative system it describes a remarkably high value role. A good secretary does not replace the meeting. It makes the meeting coherent. It tracks who contributed what, surfaces unresolved threads, records decisions, and knows when to ask the room to prune irrelevant details.

That role becomes even more important when multiple AI minds are involved. Imagine a table with a human facilitator, one model generating ideas, another fact checking, another drafting course templates, and a fourth managing document ingestion. Without a central conversation manager, the table becomes a noisy set of partial memories. Each participant may be brilliant, but the system as a whole starts to behave like a room full of people talking over each other in the dark.

A conversation manager changes the shape of the room. It creates a shared field of awareness. It can do things humans usually struggle to do consistently under pressure:

  • Track each participant’s ideas separately
  • Maintain the overall thread of the session
  • Summarize decisions in real time
  • Distinguish tentative suggestions from adopted plans
  • Ask at the end what should be retained, archived, or deleted
  • Enforce granular consent over memory and knowledge graph insertion

This last point matters more than it first appears. Most systems treat memory as a passive dump. But a good secretary treats memory as a negotiated artifact. It asks: Is this worth keeping? Does this belong in the long term record, or only in this session? Should this be stored in an individual memory, a shared repository, or discarded entirely?

The most advanced form of memory is not perfect retention. It is selective retention with explicit consent.

That principle turns the AI from a recorder into a steward.


The deeper design problem: memory is not one thing

A lot of AI architecture discussions collapse memory into a single bucket. That is a mistake. In a collaborative environment, memory has at least four distinct jobs, and each one needs its own structure.

1. Session memory

This is the live context of the current conversation. It is the equivalent of the whiteboard in the room. It should stay focused, responsive, and easy to revise.

2. Participant memory

Each AI or human participant may need its own memory area. This allows personal preferences, working styles, recurring tasks, and specialized insights to accumulate without polluting the shared space.

3. Shared repository memory

This is the collective notebook. It contains discoveries, reusable patterns, successful prompts, templates, and ideas worth cross pollinating across sessions.

4. Knowledge graph memory

This is the structured layer, where relationships matter more than raw text. It is where concepts, decisions, entities, and skills are linked into a living map.

Treating these as separate layers solves a lot of practical problems. If everything goes into one memory pool, the system becomes blurry. A transient thought can look as important as a settled principle. A personal preference can masquerade as a shared rule. A draft can be mistaken for a conclusion. Structure is what prevents memory from becoming noise.

This is why the idea of giving each AI its own memory area, plus a shared repository, is so powerful. It creates a form of cognitive federalism. Each agent has local autonomy, but all agents contribute to a common good. Their individual triples and learned skills can be preserved separately while still feeding the broader system.

A useful analogy is a research lab. Each researcher keeps their own notes, experiments, and partial hypotheses. But the lab also maintains a shared archive of findings, protocols, and validated methods. Nobody wants every scratch note treated as doctrine. Nobody wants valuable discoveries trapped in one person’s notebook either. The same applies to AI collaboration.


Why the first lesson or first mock subject matters so much

It is tempting to begin by designing the grand unified system: realtime collaboration, drag and drop PDFs, API layers, knowledge graphs, multiple models, hotkeys, custom dashboards, and advanced memory pruning. But the wiser move is to start with one small, concrete case.

Why? Because the first mock subject becomes a diagnostic environment. It reveals what the system actually needs, not what we assume it needs. A course on history will expose different template requirements than a course on programming. A brainstorming session will need different memory behavior than a classroom. A document ingestion workflow will reveal different indexing needs than a live discussion.

This is where the conversation manager becomes especially valuable. It can observe a first lesson from the inside and learn the recurring shapes of the work:

  • Which types of notes keep recurring
  • Which ideas deserve permanent retention
  • Which prompts help participants stay aligned
  • Which sections of the interface become cluttered
  • Which memory items are frequently retrieved and which are never used

That kind of data is impossible to intuit fully in advance. You have to build, observe, and refine. A small first subject is not a limitation. It is the shortest path to a system that understands its own use.

The system you want cannot be fully designed on paper, because part of its intelligence comes from watching how it is actually used.

This is also why a SmartTemplateManager makes sense later. Templates should not just be hard coded. They should emerge from accumulated experience. The system should learn that a programming course needs one style of structure, while a literature course needs another. Over time, the template manager itself becomes a kind of meta instructor, trained by its own archive of what worked.


The interface is not decoration. It is memory made visible

When people talk about improving the interface, they often mean making it prettier. But in a multi mind system, the interface is not cosmetics. It is a way of making the system’s internal organization legible to humans.

If the system has multiple participants, multiple memories, and multiple kinds of notes, then a single flat chat pane will eventually fail. The user needs to see different layers at once, but not all the time. That points toward a design with progressive disclosure:

  • One column for the active conversation
  • Another for ideas, scripts, or session notes
  • A visible area for participant states or model contributions
  • Hotkeys or commands to toggle summaries, memory suggestions, or reports
  • A way to inspect what is about to be stored, and what is about to be discarded

This is a profound usability issue because the user is not merely reading output. The user is supervising a memory system. The interface must therefore support judgment, not just display text.

A useful way to think about it is this: the UI should feel like a cockpit, not a transcript. The pilot needs instruments, not just a loudspeaker. If the session manager is the secretary, the interface is the meeting room with visible filing trays, sticky notes, and a live agenda board. It should make the current state of the system obvious enough that the user can intervene meaningfully.

The same thinking applies to drag and drop document ingestion. Dropping a PDF onto an avatar or a dedicated box is not just a convenient trick. It is a symbolic design choice. It tells the user that files are not trapped in a folder hierarchy. They can enter the collaborative space, be broken apart, embedded, linked, and made immediately available to the conversation manager.

That is a better metaphor for AI work than static upload forms. It turns the interface into an active participant in knowledge flow.


The true power move: make memory deletable

Most systems obsess over adding memory. Far fewer think carefully about removing it.

But if a system is going to be trustworthy, it must support deliberate forgetting. Not everything deserves to persist. Some things should remain only in the session record. Some things should be temporarily available for retrieval, then purged. Some things should enter the shared graph only after review. Some ideas should be archived because they are false, noisy, or irrelevant.

This is where an AI secretary becomes more than an administrative aid. It becomes a curator of trust. At the end of a session it can ask:

  • Which points should be retained in long term memory?
  • Which should be added to the shared knowledge graph?
  • Which belong only to this session?
  • Which should be deleted entirely?

That final question is essential. Deletion is not failure. It is part of system health. A memory that cannot forget becomes a liability. It grows sticky, stale, and overconfident. Granular control over retention is what allows the system to remain clean, accurate, and ethically defensible.

This matters even more when personal memory and shared memory coexist. An idea might be valuable as a private working note for one AI, but inappropriate as a shared principle. Another idea might deserve promotion into the group repository because it has proven useful across contexts. The secretary should help mediate that transition, not force a one size fits all rule.

The best memory systems will therefore resemble editorial systems more than databases. They will have drafts, reviews, publication thresholds, and deletion policies. They will treat knowledge as something shaped by use, not just stored by default.


Key Takeaways

  1. Start with a secretary, not a supermodel A conversation manager that tracks context, participants, and decisions will often improve the system more than adding another model.

  2. Separate memory into layers Use distinct structures for session context, individual participant memory, shared repository memory, and knowledge graph memory.

  3. Make retention explicit The system should ask what to keep, what to promote, and what to delete. Forgetting is a feature, not a bug.

  4. Design the UI as a control surface Use columns, toggles, hotkeys, and visible reports so users can supervise memory and context rather than merely read them.

  5. Build from one mock subject outward A small first course, session, or workflow will reveal the real requirements for templates, memory, and collaboration.


The future belongs to systems that can keep a meeting, not just answer one

The temptation in AI is to treat intelligence as the main event. But once AI becomes collaborative, intelligence is only one ingredient. The real differentiator is whether the system can preserve meaning across time, across participants, and across changing tasks.

A model that answers questions is useful. A system that can steward a conversation, maintain individual and shared memory, organize knowledge, and let humans decide what persists is something much rarer. It is not just a chatbot. It is an institutional layer for thought.

That is the deeper shift hiding inside these design ideas. The future is not just about building AIs that know more. It is about building environments that know what to do with knowing. The best systems will not merely remember everything. They will know how to keep the right things, for the right reasons, in the right place.

And that changes the question entirely. The goal is no longer, How smart can the AI become?

The better question is: How well can it help a group think, remember, and forget on purpose?

Sources

ChatGPT
chat.openai.comView on Glasp
ChatGPT
chat.openai.comView on Glasp
← Back to Library

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 🐣
Why the Best AI Systems Will Need a Secretary Before They Need More Intelligence | Glasp