Most small businesses do not need more software. They need fewer gaps between the tools they already use.
That was the premise behind a recent Cracked Claude Cowork and Codex Club bonus session in Phoenix, where Jon Schack demonstrated a custom CRM built for an AI agency approaching $30,000 in monthly recurring revenue. The system took about five hours and fewer than 50 prompts to assemble. More important than the speed was the fit: it was shaped around one team, one sales process, and the Google Workspace tools where the work already lived.
The best custom tool is not the one with the most features. It is the one that removes the exact friction your team feels every day.
The real problem was not a missing CRM
The agency already had the raw parts of a sales system. Leads arrived through Google Forms and spreadsheets. Conversations happened in Gmail. Meetings lived in Google Calendar. Files landed in Drive. The failure happened in the handoffs. Information had to be copied between tools, follow-ups disappeared under new email, and the pipeline depended on someone remembering the next step.
Past experience with traditional CRMs made the tradeoff clear. Large platforms could handle the data, but disconnected interfaces and rigid workflows created hours of weekly data entry. A specialist vendor quoted a monthly retainer that did not make sense for the agency’s lead volume. Buying more software would have added cost without fixing the shape of the work.
Build versus buy is still the first decision
AI makes software easier to create, but easier does not mean automatically worthwhile. The session emphasized a useful rule: build only when a custom workflow creates a meaningful operational advantage over a mature product.
A standard product is usually the better choice when the process is common, the integration is reliable, and the subscription costs less than maintaining your own system. Custom development becomes compelling when the process is specific, the missed handoffs are expensive, and the people closest to the work can describe the desired behavior precisely.
- Buy when the workflow is conventional and the product already solves it well.
- Configure when most of the workflow fits but a few handoffs need automation.
- Build when the workflow itself is a competitive advantage.
What the five-hour prototype actually does
The CRM connects Gmail, Google Calendar, Google Sheets, and Google Drive into one working sales loop. It can import leads from a CSV, prepare email campaigns, track verified opens, and move a contact into a visual pipeline when a form arrives or a prospect responds.
Once an opportunity is active, the system follows it from first conversation through close. Revenue and commission estimates update with the deal stage. Before a discovery call, the CRM reviews available lead data and prepares a meeting flow with likely objections. It also sorts tasks by urgency so the team can see what needs attention now, between meetings, or later.
- Draft responses from new inbox activity.
- Prepare discovery calls with context and objection handling prompts.
- Upload call transcripts and draft follow-up messages.
- Calculate projected revenue and commissions from pipeline stages.
- Send concise workflow updates through Google Chat.
The architecture follows the event
The first version ran through Claude, but scheduled polling introduced a delay of five to ten minutes. That is acceptable for some background work and frustrating for moments that should feel immediate, such as a new form submission or an incoming reply.
The team began testing a hybrid approach with Gemini handling Google Workspace events as they happen, then handing more complex reasoning to Claude. This separates fast event detection from deeper decision-making. It also reflects a broader pattern for AI systems: use the smallest dependable tool for each part of the job instead of forcing one model to do everything.
Fast software still needs boundaries
The demonstration was candid about what the prototype was not. It was built as an internal tool, had been tested by the team, and was about 90 percent complete. It was not presented as a certified system for regulated medical or financial data.
That distinction matters. Natural language can accelerate implementation, but it does not erase responsibility for access control, data retention, backups, testing, or compliance. A five-hour prototype can prove a workflow. Production use still requires review proportional to the sensitivity and consequence of the data involved.
A practical audit for small business owners
The strongest takeaway was not that every company should build a CRM. It was that every company should inspect its recurring software costs and manual handoffs with fresh eyes.
Start with one workflow that is repetitive, measurable, and annoying. Write down where information enters, who touches it, where it gets copied, and what happens when somebody forgets. Then compare three options: use the current product better, connect the current tools, or build a narrow internal tool. The right answer is the least complicated option that reliably removes the bottleneck.
Custom software is becoming a business tool
When domain experts can describe their process directly to an AI-assisted engineering team, niche internal software becomes accessible to companies that could never justify a traditional build. Their industry knowledge is not a secondary input. It is the advantage that makes the tool useful.
The opportunity for small teams is not to recreate every enterprise platform. It is to build the missing layer between their people, their existing tools, and the work that drives revenue.
KEEP READING
Related AI build notes
AI OPERATIONS
How to cut AI coding costs with Kimi K3 and OpenCode
A practical framework for using Kimi K3, OpenCode, model routing, and adversarial review to control AI development costs without sacrificing useful work.
Read storyCOMMUNITY NOTES
From local AI community to agentic engineering: lessons from the July meetup
The July Cracked Claude Cowork and Codex Club meetup connected a Phoenix AI hub, privacy-minded community tools, infrastructure debates, and a practical look at autonomous engineering workflows.
Read story