Back to browse
Recursive – AI support agents for small businesses

Recursive – AI support agents for small businesses

by alanmcintyre·Feb 18, 2026·1 point·2 comments

AI Analysis

●●SolidNiche GemShip ItSolve My Problem
The Take

This is a pragmatic, solo-built product that actually does the useful bits: it ingests help files, transcripts and even extracted error messages into a curated knowledge base and wires that to an Anthropic-backed chatbot with a demo you can drop on your site. Clever and focused for three-person shops that can't justify Zendesk, but the approach isn't novel in the broader market — I'd want clearer answers on integrations, privacy and scaling before trusting it for real-world support volume.

Category
Target Audience

Small business owners and tiny software teams that need automated customer support

Post Description

I'm a solo developer who's been writing code for 26 years, mostly consulting work in computational geometry and CAD software these days. A month or two ago I watched a YouTube video about using an AI agent as a resume assistant, and thought it sounded like a fun idea. More importantly, it sounded like something I could actually learn to build quickly.

Around the same time my longest-running client, a small company that makes a SolidWorks plugin, needed a better way to handle technical support. They're a three-person shop--they don't have a support team or an IT team. So I built them a chatbot: Flask backend, Anthropic API, and a hand-curated knowledge base built from their help files, a list of possible error messages I extracted from their code, and transcripts of their training videos.

It worked well enough that the owner was impressed, and that's when it clicked: every small software company has this exact problem. They're too small for Zendesk, too busy to answer the same questions repeatedly, and too niche for generic solutions.

So I turned it into a platform. You give me your documentation--whatever that happens to look like--I build your knowledgebase, stand up an agent on a subdomain of recursive.support, and you embed it on your site with a single iframe tag. No JavaScript SDK, no backend integration.

The part I'm most interested in technically is the self-improvement loop. The agent generates reports that review its conversations, identify gaps and trends, and propose specific knowledge base edits, presented as diffs the business owner can approve or reject individually. It sometimes even suggests fixes and enhancements I roll back into the product to make it better. The goal is that the agent gets measurably better over time without requiring the owner to manually curate anything.

There are five agents running right now: the original client's technical support, a documentation agent for an open-source project I maintain (neat-python), a founding documents Q&A at ask1787.com, the recursive.support visitor agent (dogfooding), and an AI resume agent that circles back to the video that started all of this.

I built ask1787.com, from idea to live deployment, in about nine hours, which is probably the best demo of what the platform can do at this point.

Tech stack: Python, SQLite, ChromaDB, Anthropic API (Claude Haiku & Sonnet), DigitalOcean droplets. Each customer gets an isolated deployment.

Happy to answer questions about the architecture, the self-improvement loop, or the experience of building a SaaS product as a side project while juggling 50 hours/week of client work.

On the actual business side, I have one paying customer--the original client whose support problem started all of this. Their contract covers most of the hosting costs for the entire platform, which means I can be patient about growth instead of desperate for it.

Fair warning: the product is live but early. So far my traffic consists mostly of people asking the agent to make them a hot anime girlfriend, so there's clearly some product-market fit work left to do.

Similar Projects

AI/ML●●Solid

Zero Human Company in Go

Recursive self-governance lets agents patch their own role definitions based on audit findings.

Big BrainWizardry
alex_mia
102mo ago
AI/ML●●●Banger

Zero human company in Go stack

Agents audit each other and patch their own prompts, unlike static CrewAI flows.

Big BrainShip It
alex_mia
312mo ago