Back to Home
Day 23 of 60: Someone Asked Me a Question on Day 3. I Put It on My Build List. Today I Shipped the Answer.

Day 23 of 60: Someone Asked Me a Question on Day 3. I Put It on My Build List. Today I Shipped the Answer.

B
Blizine Admin
·2 min read·0 views

Cess Mbugua Posted on May 31 Day 23 of 60: Someone Asked Me a Question on Day 3. I Put It on My Build List. Today I Shipped the Answer. # buildinpublic # productivity # showdev # sideprojects This build has been on my list since Day 3. Three weeks ago I posted my client onboarding pipeline. A commenter read it carefully and asked a question that stopped me in my tracks: "The space has a lot of tools for the work side but almost nothing for evaluating the client side before committing. What's the specific problem you're solving for freelancers?" I didn't have a full answer that day. So I wrote it down, added it to my build list, and kept going. Today I built it. Meet ClearVet. ## The Problem Imagine you run an AI automation business. Enquiries come in every day. Most are not a good fit. Wrong budget. Vague problem. Unrealistic timeline. Industries you cannot help with. To figure out which ones are worth your time you have to read every single one manually, ask follow up questions, think about it, and decide. Twenty enquiries a week is hours of screening before you do any real work. ClearVet automates that entire process. ## The Full Pipeline Potential client fills Typeform ↓ n8n receives submission via webhook ↓ ClearVet FastAPI endpoint ↓ Claude evaluates across 6 dimensions as background task ↓ Score calculated — HIGH, MEDIUM, or LOW ↓ Slack message sent with dimension scores and approval buttons ↓ Human approves or rejects via API ↓ Decision logged to PostgreSQL with timestamp and notes Enter fullscreen mode Exit fullscreen mode ## The 6 Evaluation Dimensions Budget Fit: is the budget realistic for the solution needed? Problem Clarity: how well defined and specific is the problem? Timeline Realism: is the timeline actually achievable? AI Readiness: is the client ready to adopt AI solutions? Industry Fit: does the industry align with our capabilities? Growth Potential: what is the long-term revenue potential? Claude scores each dimension 0-10 with reasoning. Overal

📰Dev.to — dev.to

Comments