This is a screenshot of a typical Agentic Workflow using Coda & Superhuman Go
(1) Superhuman Go AI Agents
While reading a key document (Engineer’s Report of a large Mine), the user clicks on the superhuman icon on the right of the screen and selects the CodaClaw agent from the list.
This agent reads the current screen and knows to start the Industrial Pump Configuration workflow in Coda.
(2) The “CodaClaw” Agent Pack
The agent uses the Coda MCP Server to access the workflow document, to read the SKILLS pages and ‘execute’ the configuration process defined therein.
(3) Coda Document Tables = MEMORY
This workflow uses regular Coda Tables to store the results of the process. One of these tables becomes the Bill Of Materials (BOM) needed to build the High Capacity Water Pump needed for the situation described in the Engineer’s Report.
(4) Coda Pages = SKILLS & REFERENCES
The document has a hierarchy of Pages and Subpages that contain the SKILLS and REFERENCES needed for the agent to do its work.
(5) Skills Pages = PROCESS
The SKILLS Sub-Pages contain the business logic needed for each task in the workflow. They are written in English but define the necessary branches and loops that the Agent must ‘execute’ to perform the process correctly. They capture the ‘know-how’ of the human experts who normally do this work.
(6) Decision Tables = LOGIC
The REFERENCES Sub-Pages contain the Knowledge Base needed by the process. In our use case, these are in the form of Decision Tables, a compact and concise way to express the complicated rules used to configure these complex engineering solutions. Decision Tables use “fuzzy logic” rather than the predicate logic of IF-THEN-ELSE formulas. That is, they describe the “Judgments” and “trade-offs” that a human would exercise.
(7) Skills Prompt AI Agent = CONTEXT
The Agent reads the SKILLS pages to understand the process, then begins to run through the whole process - no user prompting or pausing - completely autonomous.
(8) AI Agent Implements Skills = EXECUTION
The AI Agent reads the required SKILLS pages as required and ‘executes’ the process described in them. These SKILLS are written with great precision and attention to datail. They are programs written in English; understandable to humans and LLM alike.
(9) Agent Uses MCP to Update Tables = ACTIONS
The AI Agent emits commands to update the Coda Data Model by reading, updating, inserting, and deleting data in the Tables. The Superhuman Agent can read and understand the Coda data model schema. As the Agent works, it provides a ‘trace’ of its actions.
(10) Process Repeats Until Complete = LOOP
The Agent loops through the SKILLS and MCP Actions until the process is complete. If it encounters a problem, it logs the issue, sends a notification to a manager, and stops the process.

