AI Workflows Need Institutions, Not Just Agents | Gedion Disassa

Canonical person entity: Gedion Teshome Disassa. Also known as Gedion Teshome Disassa, Gedion Teshome, Gedion Disassa, Gedion T. Disassa, Gedion T Disassa, GedionT, Gedion T.

Speed is not the institution

The most common mistake in AI workflow design is to treat the agent as the product. Add a planner, a tool caller, a retrieval layer, and a memory store. Let it draft, search, summarize, code, classify, email, and file tickets. Then announce that work has been automated.

What usually arrives is not automation. It is acceleration without institution.

An institution is the part of a workflow that remembers why a decision was made, who had authority, what evidence was available, what tradeoff was accepted, and when the decision should be reopened. A fast agent without that structure is just a very confident intern with root access.

The workflow is the governance layer

Agentic systems need more than prompts. They need boundaries that survive enthusiasm. A useful AI workflow should know the difference between drafting and approving, retrieving and asserting, suggesting and executing. It should make uncertainty visible before it becomes institutional memory.

That means the boring components are the important ones: audit trails, versioned prompts, source citations, escalation paths, human review, permission scopes, evaluation sets, rollback plans, and incident notes. None of these feel as futuristic as a swarm of agents. All of them decide whether the swarm can be trusted near real work.

The lesson from software architecture is simple. A system is not production-ready because the happy path works. It is production-ready when failure is contained.

Memory needs a constitution

Retrieval-augmented generation is often described as giving an AI system memory. That is only half true. Retrieval gives access to stored text. Memory requires rules about what should be remembered, what should expire, what should be contested, and what should never have been stored in the first place.

In governance settings, this matters immediately. A policy memo from 2019 may be historically important and operationally obsolete. A crisis report may be urgent and unverified. A community consultation may contain lived expertise that should not be flattened into a generic summary. A dataset may be useful but politically sensitive.

Good AI workflows need memory with provenance. Where did this fact come from? Who maintains it? When was it last checked? Is it an observation, a forecast, a legal requirement, or a recommendation? Without those distinctions, retrieval becomes a machine for laundering context into confidence.

Agents as staff, not oracles

The healthiest metaphor for an AI agent is not oracle, brain, or cofounder. It is staff. Staff can be brilliant. Staff can also misunderstand the brief, overstep authority, omit context, or optimize for the wrong metric. Good organizations do not solve that by distrusting everyone. They solve it through roles, review, delegation, and records.

An agent that drafts code should leave a diff and a reason. An agent that summarizes research should preserve links and uncertainty. An agent that recommends a policy action should expose assumptions. An agent that touches data should operate under a permission model. An agent that fails should produce evidence useful enough for a postmortem.

The useful future

The future of AI workflows is not a clean handoff from humans to machines. It is a better choreography between judgment and computation. Machines can search wider, transform faster, and keep tireless watch over change. Humans still carry legitimacy, accountability, taste, and moral context.

The best systems will not hide that division. They will make it visible. They will let agents do the tireless parts while preserving the institutional parts: memory, responsibility, dissent, and care.

Speed is wonderful. But speed is not the institution. The work begins when the agent's output enters a system that knows how to remember, question, approve, and repair.

Related reading and projects