Agent platform where the agents can't fabricate a number — the numbers come from a compiler

Reddit r/AI_Agents Tools

Summary

An agent platform where AI agents choose from a governed semantic model, and a compiler handles computations to prevent number fabrication, ensuring data accuracy for business use cases.

Most agent frameworks let the LLM write SQL and report the result. That's fine until it aggregates something wrong and states it confidently, which for business data is worse than failing. Split I settled on: the model chooses, the compiler computes. For anything touching your data, the agent picks from a governed semantic model — declared metric and dimension names, nothing else. It never sees your tables or columns and never writes SQL. The compiler turns its choice into a statement and refuses anything that would return an inflated figure. If the agent names a metric that doesn't exist, it's rejected with the reason rather than quietly substituted for something similar. Same principle in the deck export I shipped today: the AI writes the slide titles and takeaways, and every figure comes from the dashboard's own data. If it slips a computed number into its prose — a growth rate, a total — that sentence is stripped before it reaches a slide. It holds even if you explicitly ask for percentages, which some people will find annoying and I think is the right call. Rest of the platform: visual multi-agent canvas, human-approval nodes, sub-swarms, A2A, MCP both directions, per-agent budgets and model rules enforced before the call. Self-hosted, source-available, your own model keys.
Original Article

Similar Articles

How we make our AI growth agent as trustworthy as we can

Reddit r/AI_Agents

The author describes how they make their AI growth agent Alice trustworthy by using deterministic code, fact-set verification, and scoped number matching, rather than relying on prompt rules. They share practical lessons for any agent that reports numbers to users.

Agentspan

Product Hunt

Agentspan is an open-source runtime for building durable AI agents.

Agent Marketplace

Reddit r/AI_Agents

Discusses the unsolved pain points in shipping AI agents to production and explores the idea of an agent marketplace where discrete units of work are sold, with standardized I/O and shared evaluations.