How Airtable built its AI agents framework powering Omni and Field Agents
Airtable's original AI features were limited to simple generative use cases and could not reason through problems requiring dynamic decision-making, retrieve additional data beyond what was provided upfront, or support a conversational interface for user feedback and follow-up.
The original AI capabilities — the AI field, AI in automations, AI-generated select options, and AI formula generation — were incapable of dynamic reasoning or retrieving additional data, limiting them to straightforward generative tasks.
Airtable built a custom asynchronous event-driven state machine agentic framework that powers Omni and Field Agents, enabling reasoning, planning, and multi-step orchestration, with context optimization achieving a 15–30% reduction in tokens, inference latency, and cost.
Frequently asked questions
What did this team achieve with this AI workflow?
Airtable built a custom asynchronous event-driven state machine agentic framework that powers Omni and Field Agents, enabling reasoning, planning, and multi-step orchestration, with context optimization achieving a 15…
What tools did this team use?
OpenAI, Anthropic.
What results were reported?
token, inference latency, and cost reduction from ID aliasing: ~15–30%; work automatable by AI agents: thousands of hours of work in seconds (source-reported, not independently verified).
What failed first in this deployment?
The original AI capabilities — the AI field, AI in automations, AI-generated select options, and AI formula generation — were incapable of dynamic reasoning or retrieving additional data, limiting them to straightforw…
How is this back office ops AI workflow structured?
User message triggers agent loop → Context manager assembles world state → Decision engine calls LLM → Tool dispatcher executes tools → LLM self-corrects on errors → Final response ends agent loop.