Blog
-
Falsehoods I believed about building agent tool loops
Building the loop is not the hard part. Enforcing the rules around it is. Ten things I had to unlearn shipping a chat agent platform on QuickFlo.
· 6 min read ·engineering product chat -
I debugged the same failed API call on five workflow platforms. Four of them said it succeeded.
Every workflow platform has error handling. Almost none of them can tell you that an HTTP 400 with a detailed error body is actually a failure. Here is what each platform shows you when an API call goes wrong.
· 17 min read ·engineering reliability comparison -
Stop Drag-and-Dropping. Start Describing.
QuickFlo's AI Builder generates working workflows from plain English descriptions. Describe what you want, get a connected, configured workflow ready to test in seconds.
· 5 min read ·ai product automation -
Build an HTTP Status Tester in 5 Minutes
A quick tutorial: build a webhook endpoint that returns any HTTP status code you want. Two steps, no code, copy-paste the workflow JSON.
· 6 min read ·tutorial getting-started webhook -
Every Missed Call Is Someone Else's New Customer
The math behind why small businesses lose thousands per month to voicemail, and how an AI call handler fixes it for $399/mo.
· 5 min read ·call-handler small-business roi -
Your Contact Center Has a Single Point of Failure Named Greg
The manual processes holding your contact center together -- CSV uploads, copy-paste reports, five-system provisioning -- are not ops work. They are technical debt with a salary.
· 5 min read ·contact-center five9 automation -
Why Your Automations Fail Silently (And How We Fixed It)
Most automation platforms only catch exceptions. But when an API returns a 400 error, the step "succeeded" -- and nobody notices. Here is how QuickFlo handles the difference between execution errors and operational errors.
· 5 min read ·engineering reliability product -
Why I picked Deno to run arbitrary code inside QuickFlo workflows
Every workflow platform has a code step. Most of them give you a sandbox with fetch and the standard library. QuickFlo lets you import any npm package — notion-to-md, cheerio, pdf-lib, whatever you need. Here is how and why.
· 7 min read ·engineering product code -
I'm Building a Workflow Platform I'll Use for the Rest of My Life
Most automation platforms are built to get acquired. QuickFlo is built to outlast the company that buys it. Here's why that distinction matters for everything you automate.
· 6 min read ·automation philosophy founder