Hey guys, sharing my progress on a build and would love to get some feedback.
I got sick of AI agents hallucinating complex pricing math and ruining quotes, and the Google Sheets webhook route was just too clunky.
So, I built an external "math brain" to handle it.
The workflow is simple:
- The AI just handles the chat and collects the variables.
- It fires a webhook to a visual logic engine I built.
- The engine runs the strict math (conditional fees, distance, bundles) and returns a clean, hallucination-free JSON payload back to the agent.
Here is a 3-minute Loom showing the backend builder and the API handoff:
Would love your brutal feedback on this architecture. Where do you guys see this breaking in your own workflows?