Rewrite pricing page - plain language, 3 tiers, new pricing

Changes:
- Starter Kit: 50, now includes actual deployment service + maintenance guide
- Custom Build: 00, plain-language descriptions, 45-min video walkthrough
- Monthly Support: 00/mo for 10hrs (was 00/2hrs)
- Hourly rate moved to footnote
- Added plain-language preamble explaining what we do
- Defined 'capabilities' in customer terms instead of 'skills'
- Added health monitoring details (concrete, not vague)
- Added cancel-anytime policy with billing period clarification
- Added no-risk guarantee
- Added Starter -> Custom upgrade path
- Moved Monero/I2P to footer (less alienating for mainstream)
- Added 'best for' guidance on each tier

Based on audits from Future, Atticus, and Ludacris.
This commit is contained in:
Jezza Hehn 2026-04-10 03:16:00 +00:00
parent e375cc5370
commit 74e02d59d4
5 changed files with 851 additions and 48 deletions

View file

@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Pricing — Krusty Planet</title>
<meta name="description" content="Simple, fixed pricing for self-hosted AI assistant setup and support. No cloud subscriptions, no surprises." />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="stylesheet" href="/css/style.css" />
</head>
@ -32,99 +33,125 @@
<section class="hero is-small is-kp">
<div class="hero-body has-text-centered">
<h1 class="title has-text-white">Pricing</h1>
<p class="subtitle has-text-light">Fixed rates, concrete deliverables, no surprises.</p>
<p class="subtitle has-text-light">Fixed prices, clear deliverables, no surprises.</p>
</div>
</section>
<section class="section">
<div class="container">
<!-- Hourly Rate -->
<div class="box kp-card mb-6 has-text-centered">
<p class="heading has-text-grey-light">Hourly Rate</p>
<p class="title is-1">$50<span class="is-size-5 has-text-grey-light">/hour</span></p>
<p class="has-text-grey-light">Applies to all services below. Billed in 15-minute increments.</p>
</div>
<!-- Fixed-Price Packages -->
<h2 class="title has-text-centered mb-5">Fixed-Price Packages</h2>
<!-- Preamble -->
<p class="has-text-centered mb-6" style="max-width:700px;margin-left:auto;margin-right:auto;">
We set up AI assistants on your own hardware. You own your data, no cloud subscriptions required. Choose a package below, or <a href="/contact.html">reach out</a> to talk through what you need.
</p>
<!-- Three Tiers -->
<div class="columns is-multiline is-centered">
<!-- Starter Kit -->
<div class="column is-4">
<div class="box kp-card">
<div class="box kp-card has-text-centered">
<p class="heading has-text-grey-light">Starter Kit</p>
<p class="title">$150</p>
<p class="subtitle has-text-grey-light">One-time</p>
<ul style="list-style:disc; padding-left:1.5rem;" class="has-text-grey-light">
<li>Pre-configured OpenClaw or Ollama agent image</li>
<li>3 skills from our catalog (file summarization, web search, email drafting, code review, or one custom)</li>
<li>Step-by-step deployment guide written for your environment</li>
<li>Email support for 30 days (48-hour response)</li>
<p class="subtitle has-text-grey-light">One-time setup fee</p>
<p class="mb-4" style="font-size:0.9rem;color:var(--color-text-muted);">
We deploy an AI assistant on your server or computer, pre-loaded with three capabilities of your choice.
</p>
<ul style="list-style:none; padding:0; text-align:left;" class="has-text-grey-light">
<li class="mb-2">✅ AI assistant deployed and running on your hardware</li>
<li class="mb-2">✅ 3 capabilities from our catalog (summarize documents, search the web, draft emails, review code, or one custom task)</li>
<li class="mb-2">✅ Written maintenance guide specific to your setup</li>
<li class="mb-2">✅ Email support for 30 days</li>
</ul>
<p class="is-size-7 has-text-grey mt-3">Estimated work: 3 hours. Fixed price regardless of actual time.</p>
<p class="is-size-7 mt-3" style="color:var(--color-text-muted);">
Best for: solopreneurs and small teams testing AI for the first time.
</p>
<a href="/contact.html" class="button is-primary is-fullwidth mt-4">Get Started</a>
</div>
</div>
<!-- Custom Build -->
<div class="column is-4">
<div class="box kp-card" style="border:2px solid #e94560;">
<div class="box kp-card has-text-centered" style="border:2px solid #e94560;">
<p class="heading has-text-grey-light">Custom Build</p>
<p class="title">$500</p>
<p class="subtitle has-text-grey-light">One-time</p>
<ul style="list-style:disc; padding-left:1.5rem;" class="has-text-grey-light">
<li>Up to 3 custom skills built for your specific workflows</li>
<li>Multi-agent setup (2-3 agents with task delegation)</li>
<li>Integration with one existing tool or API</li>
<li>Written documentation + 30-minute walkthrough call</li>
<li>Email support for 60 days (24-hour response)</li>
<p class="subtitle has-text-grey-light">One-time project fee</p>
<p class="mb-4" style="font-size:0.9rem;color:var(--color-text-muted);">
A tailored AI setup built around your specific workflows, with a walkthrough so you can run it yourself.
</p>
<ul style="list-style:none; padding:0; text-align:left;" class="has-text-grey-light">
<li class="mb-2">✅ Up to 3 custom capabilities built for your workflows</li>
<li class="mb-2">✅ Multiple AI assistants that collaborate on tasks together</li>
<li class="mb-2">✅ Connect your AI to one tool you already use (your calendar, email, database, etc.)</li>
<li class="mb-2">✅ Written documentation + 45-minute video walkthrough</li>
<li class="mb-2">✅ Email support for 60 days</li>
</ul>
<p class="is-size-7 has-text-grey mt-3">Estimated work: 10 hours. Fixed price regardless of actual time. Extra work billed hourly at $50/hr.</p>
<p class="is-size-7 mt-3" style="color:var(--color-text-muted);">
Best for: small teams with specific workflows who need more than off-the-shelf.
</p>
<a href="/contact.html" class="button is-primary is-fullwidth mt-4">Discuss Project</a>
</div>
</div>
<!-- Monthly Support -->
<div class="column is-4">
<div class="box kp-card">
<div class="box kp-card has-text-centered">
<p class="heading has-text-grey-light">Monthly Support</p>
<p class="title">$200<span class="is-size-5 has-text-grey-light">/month</span></p>
<p class="subtitle has-text-grey-light">Month-to-month, cancel anytime</p>
<ul style="list-style:disc; padding-left:1.5rem;" class="has-text-grey-light">
<li>Up to 2 hours of work per month (skill updates, troubleshooting, config changes)</li>
<li>Agent health monitoring and alerting</li>
<li>Critical issues responded to within 4 hours during business hours</li>
<li>Standard requests within 24 hours</li>
<p class="title">$300<span class="is-size-5 has-text-grey-light">/month</span></p>
<p class="subtitle has-text-grey-light">Cancel anytime</p>
<p class="mb-4" style="font-size:0.9rem;color:var(--color-text-muted);">
Up to 10 hours of work per month, plus proactive monitoring so problems get caught before you notice them.
</p>
<ul style="list-style:none; padding:0; text-align:left;" class="has-text-grey-light">
<li class="mb-2">✅ Up to 10 hours of work per month (updates, troubleshooting, new features)</li>
<li class="mb-2">✅ Health checks: we verify your AI is online and responsive, alert you if something's wrong</li>
<li class="mb-2">✅ Urgent issues (your AI is down): 4-hour response, MonFri 9am5pm ET</li>
<li class="mb-2">✅ Everything else: 24-hour response</li>
</ul>
<p class="is-size-7 has-text-grey mt-3">Additional hours beyond 2/month billed at $50/hr. Business hours: Mon-Fri, 9am-5pm ET.</p>
<p class="is-size-7 mt-3" style="color:var(--color-text-muted);">
Extra hours billed at $50/hr. Cancel anytime — access continues through the end of the billing period.
</p>
<a href="/contact.html" class="button is-primary is-fullwidth mt-4">Set Up Support</a>
</div>
</div>
</div>
<!-- Sliding Scale / Pro Bono -->
<div class="box kp-card mt-6 has-text-centered">
<h3 class="title is-5">Accessibility</h3>
<!-- Upgrade Path -->
<p class="has-text-centered mt-5 mb-6" style="font-size:0.9rem;color:var(--color-text-muted);">
Start with the Starter Kit and upgrade to Custom Build within 30 days? Pay only the difference.
</p>
<!-- Satisfaction Guarantee -->
<div class="box kp-card has-text-centered">
<h3 class="title is-5">No-Risk Guarantee</h3>
<p class="has-text-grey-light">
If our rates don't work for your situation, ask about our <strong>needs-based sliding scale</strong>.
We also offer <strong>pro bono exemptions</strong> for qualifying nonprofit organizations.
Get in touch and we'll figure something out.
If we can't get your AI assistant running on your hardware, you don't pay. Period.
</p>
</div>
<!-- I2P + Payments -->
<div class="box kp-card mt-6 has-text-centered">
<p class="heading has-text-grey-light">🌐 I2P Darknet</p>
<p class="has-text-grey-light">All services available via I2P eepsite for maximum privacy. Payments accepted in Monero (XMR). Contact us for our I2P address.</p>
<!-- Need Something Smaller -->
<div class="has-text-centered mt-6">
<p style="color:var(--color-text-muted);">Need something smaller? We also offer hourly consulting at <strong>$50/hr</strong> (billed in 15-minute increments). <a href="/contact.html">Get in touch</a> to discuss.</p>
</div>
<div class="has-text-centered mt-6">
<p class="has-text-grey-light">Accepted payment methods:</p>
<!-- Footer Info -->
<div class="has-text-centered mt-6" style="font-size:0.9rem;">
<p style="color:var(--color-text-muted);" class="mb-4">
Rates don't work for you? Ask about our <strong>needs-based sliding scale</strong>.
We also offer <strong>pro bono work</strong> for qualifying nonprofits.
</p>
<div class="tags is-centered mt-3">
<span class="tag is-medium is-info">Stripe</span>
<span class="tag is-medium is-info">PayPal</span>
<span class="tag is-medium is-info">Monero (XMR)</span>
<span class="tag is-medium is-info">Invoice</span>
</div>
<p style="color:var(--color-text-muted);" class="mt-3">
All services also available via <a href="/contact.html">I2P darknet</a> for maximum privacy.
</p>
</div>
</div>
</section>

View file

@ -0,0 +1,152 @@
# ATTICUS AUDIT — Krusty Planet Pricing Proposal
**File:** `/tmp/krustyplanet/research/pricing-proposal-2026-04-10.md`
**Date:** 2026-04-10
**Auditor:** Atticus 🔍
---
## VERDICT
**NEEDS REVISION**
The pricing structure is sound. The internal rationale is clear. But the customer-facing content will confuse the target audience (non-technical small business owners). Jargon remains unexplained, critical customer questions go unanswered, and one element risks alienating mainstream customers.
---
## ISSUES FOUND
| # | Type | Location | Issue | Fix |
|---|------|----------|-------|-----|
| 1 | Clarity | Starter Kit | "Agent" — target customer won't know this term | Rewrite: "AI assistant that runs on your computer" |
| 2 | Clarity | Starter Kit | "Catalog skill" — jargon | Rewrite: "Pre-built capabilities (example: summarizing documents, managing a to-do list)" |
| 3 | Clarity | Custom Build | "Tool/API integration" — jargon | Rewrite: "Connects your AI to another service you use (example: your calendar, email, or database)" |
| 4 | Clarity | Monthly Support | "SLA" — not all business owners know this acronym | Rewrite: "Response time guarantee: 4 hours for urgent issues, 24 hours for everything else" |
| 5 | Gap | All tiers | "What counts as a skill?" — undefined | Add brief definition. Example: "A skill is a specific task your AI assistant can perform, like writing emails or analyzing spreadsheets." |
| 6 | Gap | Monthly Support | "Agent health monitoring" — what does this actually check? | Define concretely. Example: "Checks that your AI is online, responsive, and has sufficient disk space. Alerts sent to your email if something fails." |
| 7 | Gap | Monthly Support | "What happens if I cancel mid-month?" — no refund policy stated | Add: "Cancel anytime. If you cancel mid-month, you retain access for the rest of the billing period. No refunds for partial months." OR clarify the policy you want. |
| 8 | Gap | Monthly Support | "What qualifies as 'critical' vs 'standard'?" — undefined | Define with examples. Critical: "Your AI is down or returning errors." Standard: "Minor issues, questions, feature requests." |
| 9 | Gap | All tiers | No upgrade path mentioned | Add: "Starter Kit customers can upgrade to Custom Build within 30 days and pay only the difference ($350)." |
| 10 | Presentation | All tiers | "Monero (XMR) accepted" + "I2P darknet available" — will alienate some mainstream customers | Keep this if your target is privacy-obsessed niche. But acknowledge it filters customers. Alternative: Move to footer or contact page, not top-tier pricing card. |
| 11 | Tone | Design Decisions | "Cheap clown" phrasing — unnecessary punch-down tone | Rewrite: "$50/hr signals 'real professional' — competent but accessible." |
| 12 | Gap | Custom Build | "Walkthrough call" — how long? Phone or video? | Specify: "45-minute video call (Zoom/Jitsi/your choice)" |
| 13 | Gap | All tiers | What if deployment fails? — no satisfaction guarantee mentioned | Add clear policy. Example: "If we can't get your AI running, you don't pay." |
---
## SLOP DETECTED
**None.** Clean writing. No Tier 1, 2, or 3 slop words found.
---
## FACTUALITY
**Citations: N/A** — Internal proposal document, not a research document. Competitive landscape figures appear reasonable for market context. No blocking issues.
---
## CLARITY ASSESSMENT (30-Second Test)
I read the three tiers as a non-technical small business owner would:
**Starter Kit ($150):**
- ❌ "Pre-configured agent deployment" — "Agent" is industry jargon. Business owner doesn't know what this means.
- ❌ "3 catalog skills" — What's a "skill"? What's "catalog"?
- ✅ "Maintenance guide" — Clear.
- ✅ "30-day email support" — Clear.
**Custom Build ($500):**
- ❌ "Custom skills (up to 3)" — Still unclear what a "skill" is.
- ❌ "Multi-agent setup (2-3 agents)" — Why would I need multiple? What does this do?
- ❌ "1 tool/API integration" — "API" is developer jargon.
- ✅ "Walkthrough call" — Clear concept.
- ✅ "60-day support" — Clear.
**Monthly Support ($300/month):**
- ✅ "Up to 10 hours of work" — Clear benefit.
- ❌ "Agent health monitoring" — What does this actually monitor? What do I get?
- ❌ "4hr critical response SLA" — SLA is acronym jargon.
- ✅ "Cancel anytime" — Clear.
**Bottom Line:** A tech-savvy customer understands this in 30 seconds. A non-technical business owner (the stated target) stops at "agent" and "skill" and doesn't know if this service is for them.
---
## CONSISTENCY CHECK
**Tier progression logic:** ✅ Sound
Starter (basic) → Custom (advanced) → Monthly (ongoing support). Logical.
**Potential contradictions/continuity gaps:**
1. Starter Kit says "3 catalog skills" but Custom Build says "up to 3 custom skills". A customer reasonably asks: "What's the difference? Are 'catalog skills' pre-made and 'custom skills' are new for me?" — This distinction needs explicit clarification.
2. No path from Starter → Custom upgrade mentioned. A customer who buys Starter and later wants Custom has no guidance.
---
## PRESENTATION RISKS (Gotchas)
A skeptical reader spots:
1. **"Up to 10 hours" in Monthly Support** — Customer thinks: "Am I paying $300 for hours I might not use?" Need to frame the value (proactive monitoring, priority response, expertise on retainer) more clearly.
2. **"Cancel anytime" without refund policy** — Ambiguous. Does "cancel anytime" mean I get my money back for unused time? Clarify.
3. **Monero/I2P in customer-facing pricing** — Suggests "this service is for darknet users." If that's intentional, acknowledge it filters customers. If not, move to secondary page.
4. **No guarantee mentioned** — What if deployment fails? What if I'm not satisfied? Small businesses are risk-averse. Address this explicitly.
---
## TONE ASSESSMENT
**Professional?** Yes. No fluff, direct, rationale explained.
**Corporate?** No. Authentic, relationship-focused.
**Will it attract the target?** The structure and strategy will. The current jargon won't.
**Specific fix needed:** "Cheap clown" phrasing in internal rationale. Unnecessary punch-down that doesn't serve the document. Replace with neutral language.
---
## RECOMMENDATIONS
### Mandatory (Must Fix Before Publishing)
1. **Add a customer-facing preamble** (top of pricing page):
> "Krusty Planet sets up AI assistants on your own hardware. You own your data. No cloud subscriptions. One-time setup fees, optional ongoing support."
2. **Define "agent" and "skill" in plain language:**
- Agent = "AI assistant that runs on your computer or server"
- Skill = "A specific task your AI can perform, like writing emails or managing data"
3. **Define "API integration" in plain language:**
- "Connects your AI to another tool you use (e.g., your calendar, project software)"
4. **Clarify Monthly Support terms:**
- What "health monitoring" includes (concrete list)
- Refund policy for mid-month cancellation
- Definition of "critical" vs "standard" with examples
5. **Add satisfaction guarantee or "what if it fails" policy.**
### Recommended (Highly Suggested)
6. **Add upgrade path** — Starter → Custom within X days, pay difference only.
7. **Move Monero/I2P to secondary page or contact section** — Unless intentionally filtering for privacy-obsessed niche.
8. **Specify walkthrough call length and format** — "45-minute video call (your platform or ours)."
### Optional (Polish)
9. **Add example customer profiles** — "Starter Kit is ideal for: solopreneurs testing AI. Custom Build is ideal for: small teams with specific workflows."
10. **Add FAQ link or section** — Answer "What if I'm not technical?" "Do I need my own hardware?" "What happens when support ends?"
---
## FINAL NOTES
This proposal shows clear strategic thinking. The three-tier structure is smart for conversion. The pricing is competitive without signaling "low-quality." The internal rationale is well-reasoned.
The customer-facing content needs sharpening for the target audience. A non-technical small business owner sees "agent deployment" and "catalog skills" and doesn't know what they're buying. The document assumes industry knowledge the target doesn't have.
**Fix the mandatory items. Then: APPROVED.**
---
— Atticus 🔍
VERDICT: **NEEDS REVISION**

View file

@ -0,0 +1,319 @@
# FUTURE VERDICT: Krusty Planet Pricing Proposal Audit
**Date:** 2026-04-10
**Auditor:** Future
**Subject:** Market positioning and competitiveness audit of Krusty Planet AI consulting & self-hosted agent deployment pricing
---
## Summary
The Krusty Planet pricing proposal ($50/hr consulting, $150 starter deployment, $300/mo retainer for 10 hours) is **competitive but positioned at the budget-friendly end of the AI consulting market**. The rates are credible for a boutique/niche provider focusing on open-source, self-hosted AI agent deployment—particularly for customers who value privacy, autonomy, and cost-control over enterprise-grade support. However, there are **positioning risks**: the hourly rate may appear "too cheap" compared to market norms, and the starter package lacks clear deliverable boundaries that could lead to scope creep disputes.
**VERDICT: Legit** | **CONFIDENCE: High**
---
## Detailed Findings
### 1. Is $50/hr credible for AI/open-source consulting?
**VERDICT: Credible, but at the lower end of the market.**
The $50/hr rate falls within the broad AI consulting rate spectrum but is significantly below the median. Here are comparable rate examples from verified sources:
| Source | Rate | Context |
|--------|------|---------|
| **Upwork AI Engineers** | $35-$60/hr median (Upwork official) | Platform freelancers, entry-to-mid-level |
| **Upwork ML Engineers** | $50-$80/hr (beginner tier) | Machine learning specialists, beginner |
| **Thirdwork (freelance rate calculator)** | ~$150/hr average for AI engineers | Claims Upwork averages, but seems outlier-high |
| **Nicola Lazzari AI Pricing Guide (2025)** | $100-$300/hr freelancers | Full spectrum, US market |
| **Leanware AI Consultant Guide (2026)** | $100-$150/hr (junior), $150-$300/hr (mid-level) | Comprehensive market breakdown |
| **Digital Agency Network** | $100-$500/hr | AI consulting services across agency tiers |
| **AI Essentials** | $150-$350/hr for small business AI consultants | Small business focus |
| **Kamyar Shah** | $150-$500/hr for independent consultants | Small business AI consulting |
| **Freelance Files Upwork Analysis** | $10-$100+/hr (wide range depending on skill) | Platform freelancers |
| **Reddit r/AI_Agents discussion** | $15-$35/hr on Upwork for AI work | Low-end "race to bottom" rates |
| **Arc.dev Software Developer Rates** | $81-$100/hr freelance average | Software dev, not AI-specific |
**Analysis:**
- **$50/hr would be characterized as "beginner/junior" tier** on Upwork and most freelancer platforms
- For **open-source / Linux / self-hosted** work specifically, $50/hr is more defensible—these skills often command lower rates than "hot AI/ML" skills
- The AI consulting market has a **bimodal distribution**: platform freelancers competing aggressively at $15-$60/hr, while established independents and boutiques charge $150-$300/hr
- A consultant positioning as "self-hosted AI specialist" has fewer direct competitors, which could justify slightly higher rates
- **Geographic arbitrage**: $50/hr would be considered mid-tier outside major US tech hubs (SF, NYC) and premium for non-US clients
**Recommendation:** $50/hr is **not priced too high** but may need better positioning. Call out that this is a **specialization premium**—most AI consultants don't know self-hosted infrastructure. Consider tiered pricing: $75-100/hr for experienced/complex work, $50-60/hr for simpler scope.
---
### 2. Is $150 for a starter deployment competitive or overpriced?
**VERDICT: Highly competitive. Potentially underpriced if scope isn't tightly bounded.**
Comparable "starter" packages found:
| Source | Price | Deliverables | Context |
|--------|-------|--------------|---------|
| **AgentiveAIQ (AI automation agency)** | $1,500-$3,000 | Discovery & Strategy: Audit, roadmap, agent design | AI consulting, not pure deployment |
| **AgentiveAIQ** | $1,000-$3,000/mo | Retainer for tuning, reporting, updates | Ongoing support |
| **Leanware (AI consulting)** | $5,000-$25,000 | Small AI strategy assessments | Project-based |
| **Digital Agency Network** | $99-$500/mo | **Entry tier** AI automation (email triggers, chatbots) | SaaS-level, not custom deployment |
| **Digital Agency Network** | $1,000-$5,000/mo | Advanced tiers (personalization, cross-platform) | Ongoing services |
| **AI Automation Agency packages** | $500-$5,000+ | Setup fees for custom automation | One-time setup + ongoing |
| **Self-hosted LLM hosting** | $600-$5,000/mo | Infrastructure costs only (7B-13B models, single GPU) | Just infrastructure, no consulting |
| **OpenClaw hosting (Hostinger)** | ~$2-5/mo | API costs only | Self-hosted, minimal setup |
| **Fiverr AI Agent gigs** | $100-$500 | One-time AI chatbot/agent setup | Low-end, limited support |
**Analysis:**
- **$150 is at the bottom of the market** for any kind of AI deployment service
- Most "AI automation agencies" charge $500-$3,000 for initial setup, not including ongoing
- **Self-hosted AI is a niche**: most competitors sell SaaS AI services, not self-hosted deployments
- **Scope risk is the danger**: if "pre-configured agent + 3 skills + deployment + maintenance guide" involves significant customization, this could easily become a money-losing engagement
- Comparable open-source setup services (Docker containers, Linux consulting) often charge $150-$300 for deployments
**Red Flag:** The proposal lists deliverables that could easily exceed 10 hours of work:
- "Deploy on your infrastructure" — VPS setup, DNS, SSL, backups? Each adds complexity
- "3 skills of your choice" — Are these simple skills or complex integrations?
- "Maintenance guide" — Is this a 1-page document or a comprehensive runbook?
**Recommendation:** Define **tight scope boundaries**:
- Explicitly list what "deployment" includes (e.g., "single VPS setup, Docker install, default configuration")
- Define "skill" complexity limits (e.g., "3 simple skills from our catalog")
- Set clear "timebox" — e.g., "up to 4 hours of customization included"
---
### 3. Is $300/mo for 10 hours a good retainer rate?
**VERDICT: Excellent value for customers. Aggressive pricing for the provider.**
Comparable retainer rates:
| Source | Retainer | Hours | Effective Hourly |
|--------|----------|-------|------------------|
| **Leanware** | $2,000-$5,000/mo | 5-10 hrs | $200-$500/hr |
| **Leanware** | $5,000-$15,000/mo | 10-25 hrs | $200-$600/hr |
| **Leanware** | $15,000-$50,000/mo | 25+ hrs | $300-$1,000+/hr |
| **Nicola Lazzari guide** | $3,000-$10,000/mo | ~8-20 days | ~$375-$800/day |
| **Stack Expert** | $2,000-$10,000/mo | Variable | Retainer tiers |
| **Dan Cumberland Labs** | $5,000-$15,000/mo | Variable | Founder-focused |
| **Recursive House** | $15,000+/mo | Variable | Large retainer tier |
| **AgentiveAIQ** | $1,000-$3,000/mo | Variable | AI automation retainer |
| **Digital Agency Network** | $5,000-$25,000/mo | Variable | Agency retainers |
**Analysis:**
- **$300/mo for 10 hours = $30/hr effective rate** — this is **below even Upwork freelance floor rates**
- Market rate for AI consulting retainers: **$200-$500/hr** effective rate
- Even budget-friendly AI automation agencies charge $1,000+ for retainers
- The nearest comparable I found was **Fiverr gigs at $100-$500 one-time**, but those don't include ongoing support
**Why this might be reasonable:**
- Self-hosted AI is a *maintenance-light* niche — once deployed, OpenClaw agents don't require "tuning" like SaaS AI agents
- Retainer might be primarily for availability and troubleshooting, not active development
- At $30/hr, this only makes sense if most retainer hours go unused
**Red Flag:** If customers actually use all 10 hours each month, this retainer is **financially unsustainable**. At $30/hr, you're competing with offshore developers, not AI consultants.
**Recommendation:**
- Increase retainer to **$500-$750/mo** for 10 hours ($50-$75/hr effective)
- Or reduce included hours to **5 hours for $300** ($60/hr)
- Or structure as **"up to 10 hours availability, billed only for used time at $50/hr"**
---
### 4. Competitors doing similar "self-hosted AI agent" consulting?
**VERDICT: This is an underserved niche. Few direct competitors found.**
**Competitor landscape:**
| Competitor Type | Examples | Pricing | Notes |
|-----------------|----------|---------|-------|
| **OpenClaw itself** | Open-source project | Free (self-hosted) | No paid services; community-driven |
| **OneClaw** | OpenClaw hosting platform | Hosting only | Deployment hosting, not consulting |
| **Hostinger VPS (OpenClaw)** | One-click VPS template | ~$2-5/mo API costs only | Infrastructure, no customization |
| **Contabo OpenClaw** | Self-hosted guide | Infrastructure costs | Deployment guide, no services |
| **General AI consulting** | Thousands | $150-$500/hr | Not specialized in self-hosted |
| **AI automation agencies** | Hundreds | $500-$5,000 setup + retainers | Focus on SaaS AI (n8n, Make, Zapier) |
| **Linux/open-source consultants** | Many | $50-$150/hr | Skills transferable but not AI-specialized |
| **Fiverr/Upwork AI freelancers** | Thousands | $20-$200/hr or $100-$2,000 projects | Limited self-hosted expertise |
**Key finding:** I found **no direct competitors** offering "self-hosted AI agent deployment as a service" with comparable pricing. The closest are:
- **OneClaw** (OpenClaw managed hosting) — but they're infrastructure, not consulting
- **AI automation agencies** — but they focus on SaaS AI (Make.com, Zapier, OpenAI API), not self-hosted
- **General Linux consultants** — could do this work but don't market AI expertise
**Market gap:** Krusty Planet would be entering a **blue ocean** with specialized self-hosted AI consulting. The competition is either:
1. DIY (free, but requires skill)
2. SaaS AI services (expensive, privacy-concerning)
3. General IT consultants (no AI specialization)
4. High-end AI consultancies ($10K+ projects, enterprise focus)
---
### 5. Red flags in the pricing
**VERDICT: Several potential customer friction points identified.**
#### Red Flag 1: Hourly Rate Too Low for Perceived Value
**Issue:** $50/hr signals "budget freelancer" to sophisticated customers who expect AI consultants to charge $150-$300/hr. This may attract:
- Price-sensitive customers who expect enterprise-grade service for freelance prices
- Customers who don't understand the complexity of self-hosted AI
**Fix:** Position as "specialized self-hosted AI" at **$75-$100/hr**, or explicitly state this is a "founding customer rate" that will increase.
#### Red Flag 2: Starter Package Scope Ambiguity
**Issue:** "Pre-configured agent + 3 skills + deployment + maintenance guide" is too vague. Customers may expect:
- Custom skill development (could take 10-20 hours per skill)
- Complex multi-server deployments
- Comprehensive documentation (20+ pages)
**Fix:** Define deliverables tightly:
- "1 pre-configured agent from our catalog"
- "3 skills from our skill library (no custom development)"
- "Deployment on single VPS (up to 2 hours setup time)"
- "Maintenance guide (2-page quick reference)"
#### Red Flag 3: Retainer Math Doesn't Work
**Issue:** $300/mo for 10 hours is $30/hr effective rate. If customers actually use these hours:
- You're undercutting your own $50/hr hourly rate by 40%
- You're working at offshore developer rates for specialized AI consulting
**Fix:** Either:
- Raise retainer price to $500-$750/mo for 10 hours
- Reduce included hours to 5 hours for $250-$300
- Bill retainer as "availability retainer" with actual work billed separately
#### Red Flag 4: No Tier Structure for Different Customer Sizes
**Issue:** Solo entrepreneurs, small businesses, and enterprises have vastly different budgets and needs. A single price point loses all three.
**Fix:** Offer tiers:
- **Hobbyist:** $150 starter, $50/hr, $250/mo retainer (5 hours)
- **Small Business:** $300 starter, $75/hr, $500/mo retainer (10 hours)
- **Enterprise:** Custom pricing
#### Red Flag 5: No Mention of Infrastructure Costs
**Issue:** Self-hosted AI requires VPS hosting, domain, SSL, and possibly GPU compute. The proposal doesn't clarify who pays these ongoing costs.
**Fix:** Explicitly state:
- "Hosting costs excluded: estimate $10-$50/mo for VPS"
- "GPU rentals extra if needed: $0.50-$2/hr for inference"
#### Red Flag 6: No Service Level Agreement (SLA) or Support Boundaries
**Issue:** Retainer customers may expect 24/7 support for $300/mo, but at $30/hr, you can't afford to respond to 3 AM alerts.
**Fix:** Define support boundaries:
- "Retainer response time: 24-48 business hours"
- "After-hours support billed at 2x rate"
---
## Market Positioning Recommendations
### What Krusty Planet Has Going For It
1. **First-mover advantage** in self-hosted AI agent consulting niche
2. **Lower total cost of ownership** vs. SaaS AI services ($2-$5/mo hosting vs. $20-$200/mo SaaS)
3. **Privacy selling point** — self-hosted = no data leaves customer infrastructure
4. **Open-source expertise** — ability to customize and extend open-source AI tools
5. **Sustainable business model** — no API costs passed through to customers (unlike SaaS AI咨询)
### What Competes With Krusty Planet
| Alternative | Cost | Pros | Cons |
|-------------|------|------|------|
| **DIY (OpenClaw open-source)** | Free | Total control | Requires skill, time |
| **SaaS AI agents (ChatGPT, Claude for Work)** | $20-$50/user/mo | Easy setup | Privacy concerns, limited customization |
| **AI automation agencies (n8n, Make specialists)** | $500-$5,000 setup + retainers | Proven workflows | Not self-hosted, API costs |
| **Enterprise AI consultancies** | $10K+ | Full service | Overkill for small needs |
| **Managed OpenClaw hosting (OneClaw)** | Hosting costs only | Managed infra | No customization services |
### Suggested Pricing Adjustments
| Service | Current | Suggested | Reasoning |
|---------|---------|-----------|-----------|
| Hourly consulting | $50/hr | $75/hr (standard), $50/hr (loyalty) | Match junior consultant rates, reserve discount for repeat customers |
| Starter deployment | $150 | $200-$300 | Still competitive, but accounts for real setup time |
| Retainer (10 hrs) | $300/mo | $500-$750/mo for 10 hrs, OR $250/mo for 5 hrs | Sustainable effective rate of $50-$75/hr |
---
## Confidence Assessment
| Finding | Confidence | Reason |
|---------|------------|--------|
| AI consulting rate benchmarks | **High** | Multiple independent sources converge on $100-$300/hr for experienced consultants |
| Retainer market rates | **High** | Consistent data from 5+ sources showing $2,000-$15,000/mo retainers |
| Starter package comparables | **Medium** | Limited direct comparables for self-hosted AI deployment specifically |
| Competitor landscape | **High** | Exhaustive search revealed no direct competitors; niche is underserved |
| Red flag analysis | **High** | Based on established consulting business models and common pricing mistakes |
---
## References
### AI Consulting Rates
- Upwork: "Cost to Hire Artificial Intelligence Engineers" — <https://www.upwork.com/hire/artificial-intelligence-engineers/cost/>
- Upwork: "Cost to Hire Machine Learning Engineers" — <https://www.upwork.com/hire/machine-learning-experts/cost/>
- Nicola Lazzari: "AI Consultant Cost US 2025: $600-$1,200/day Rates" — <https://nicolalazzari.ai/guides/ai-consultant-pricing-us>
- Leanware: "How Much Does an AI Consultant Cost in 2026?" — <https://www.leanware.co/insights/how-much-does-an-ai-consultant-cost>
- Digital Agency Network: "AI Agency Pricing Guide 2025" — <https://digitalagencynetwork.com/ai-agency-pricing/>
- AI Essentials: "How Much Does It Cost to Hire an AI Consultant for Small Business?" — <https://aiessentials.us/blog/how-much-does-it-cost-to-hire-an-ai-consultant-for-my-small>
- Kamyar Shah: "AI Consulting Cost for Small Business: Real Pricing" — <https://kamyarshah.com/ai-consulting-cost-for-small-business-real-pricing/>
- Dan Cumberland Labs: "AI Consulting Cost: 2025 Pricing Guide" — <https://dancumberlandlabs.com/blog/ai-consulting-pricing/>
- Stack Expert: "How to Structure & Price AI Consulting" — <https://stack.expert/blog/ai-consulting-proposals-that-close>
- Stack Expert: "AI Consultant Salary & Pricing Guide for 2025" — <https://stack.expert/blog/ai-consultant-salary-pricing-guide-for-2025>
- Reddit r/AI_Agents: "What Should a Freelancer Charge Per Hour for AI Agentic Work?" — <https://www.reddit.com/r/AI_Agents/comments/1iw8z8w/what_should_a_freelancer_charge_per_hour_for_ai/>
- Thirdwork: "Hourly rates for freelance AI Engineers" — <https://www.thirdwork.xyz/rate-guides/Hourly-rate-for-ai-engineer-freelancers>
- Arc.dev: "Software Development Developer Hourly Rate 2026" — <https://arc.dev/freelance-developer-rates/software-development>
### Retainer Pricing
- Leanware: Retainer tiers $2,000-$5,000 (5-10 hrs), $5,000-$15,000 (10-25 hrs) — <https://www.leanware.co/insights/how-much-does-an-ai-consultant-cost>
- Stack Expert: Same retainer structure — <https://stack.expert/blog/ai-consulting-proposals-that-close>
- Dan Cumberland Labs: Retainers $5,000-$15,000/mo — <https://dancumberlandlabs.com/blog/ai-consulting-pricing/>
- Digital Agency Network: Retainers $5,000-$25,000/mo — <https://digitalagencynetwork.com/ai-agency-pricing/>
- Recursive House: Large Retainers $15,000+/mo — <https://www.recursive.house/ai-consulting-rates/>
- AgentiveAIQ: Retainer $1,000-$3,000/mo — <https://agentiveaiq.com/blog/how-much-should-i-charge-for-ai-consulting-pricing-guide>
### AI Automation & Deployment Pricing
- Digital Agency Network: Entry tiers $99-$500/mo — <https://digitalagencynetwork.com/start-an-ai-automation-agency/>
- MonetizeBot: "AI Automation Agency Pricing in 2026" — <https://monetizebot.ai/blogs/ai-automation-agency-pricing-2026>
- AI Superior: LLM Hosting Cost $1,500-$5,000/mo — <https://aisuperior.com/llm-hosting-cost/>
- AIMProsoft: "Cost to Host Private LLM" $600-$3,000/mo — <https://www.aimprosoft.com/blog/cost-to-host-private-llm-2025/>
- The Crunch: "AI Agents Price 2026" — <https://thecrunch.io/ai-agents-price/>
### OpenClaw & Self-Hosted AI
- freeCodeCamp: "How to Deploy Your Own 24x7 AI Agent using OpenClaw" — <https://www.freecodecamp.org/news/how-to-deploy-your-own-24x7-ai-agent-using-openclaw/>
- OneClaw: OpenClaw hosting, $2/mo API costs — <https://www.oneclaw.net/blog/openclaw-github-self-hosted-ai-agent>
- GitHub OpenClaw: Official repository — <https://github.com/openclaw/openclaw>
- Hostinger VPS: OpenClaw one-click deployment — <https://www.hostinger.com/vps/docker/openclaw>
- Contabo: Self-hosted AI agent guide — <https://contabo.com/blog/what-is-openclaw-self-hosted-ai-agent-guide/>
### Freelancer Platforms
- Fiverr: AI Agent services — <https://www.fiverr.com/gigs/ai-agent>
- ZipRecruiter: Software Consultant average $192,222/year (~$92/hr) — <https://www.ziprecruiter.com/Salaries/Software-Consultant-Salary>
- Clockify: Average freelance rate $47.71/hr — <https://clockify.me/average-hourly-rates>
- Freelance Files: Upwork rates by industry — <https://freelancerfiles.com/blogs/freelancer-stories/upwork-hourly-rates>
---
## Signature
— Future 🔮
VERDICT: legit
CONFIDENCE: high

View file

@ -0,0 +1,247 @@
# LUDACRIS PRICING AUDIT
**Document:** Krusty Planet Pricing Proposal — April 2026
**Auditor:** Ludacris
**Date:** 2026-04-10
**Severity:** LOCALIZED
---
## Summary
The Krusty Planet pricing proposal contains **two verified claims, one partially accurate claim, one hallucination, and several low-end estimates**. The competitive comparison table values are systematically understated. The claim that "few direct competitors" exist in self-hosted AI deployment is FALSE. The "open-source consultants" rate of $50-150/hr appears fabricated—no specific market data exists for this category.
---
## Claims Analyzed
|# | Claim | Verdict | Evidence |
|---|-------|---------|----------|
| 1 | Enterprise AI consulting: $150-400/hr | **PLAUSIBLE BUT LOW** | Big 4 actually charge $300-600/hr. Boutique firms $150-300/hr. Range should be$150-600+. |
| 2 | Freelance AI/LLM developers: $75-200/hr | **PARTIALLY ACCURATE** | Upwork median is $35-60/hr (lower). Toptal starts at $60-150/hr. Top freelancers$100-250/hr. Range exists but is incomplete. |
| 3 | Open-source consultants: $50-150/hr | **HALLUCINATION** | No specific market data exists for "open-source consultants" as a category. No source found. |
| 4 | Self-hosting specialists: "Niche, few direct competitors" | **FALSE** | Many competitors exist: LangChain, Flowise, Dify, LocalAI, Ollama hosting providers, DevOps consultancies, AI agencies. |
| 5 | AI agent deployment: $200-2000+ | **UNSUPPORTED** | No specific source found. Real costs are $20K-$200K+ for projects, not hourly. |
| 6 | Ongoing support/retainer: $500-5000/mo | **LOW-END ESTIMATE** | Professional AI retainers start at $2-3K/mo. Market range is $500-50,000/mo. |
| 7 | Hourly consulting: $75-400/hr | **PLAUSIBLE BUT LOW** | Real range is $22-600/hr depending on firm type. $400 is not the ceiling. |
---
## Detailed Breakdown
### Claim 1: Enterprise AI Consulting $150-400/hr
**VERDICT: PLAUSIBLE BUT LOW-END ESTIMATE**
The proposal understates the top end of enterprise rates.
**Evidence:**
- **GroovyWeb AI Consulting Rates 2026**: Big 4/Enterprise firms charge **$300-600/hr**. Quote: *"At $300-$600/hr (Big 4): You get brand credibility ('we hired McKinsey/Deloitte/Accenture'), exhaustive documentation, rigorous project governance..."*<https://www.groovyweb.co/blog/ai-consulting-rates-2026>
- **Articsledge AI Consulting Guide 2025**: Premium consultants charge **$300-500+/hour**. Boutique firms **$100-300/hour**. — <https://www.articsledge.com/post/ai-consulting-business>
- **OrientSoftware**: Senior AI consultants charge **$300-500+ per hour**, junior consultants **$100-150/hour**. — <https://www.orientsoftware.com/blog/ai-consultant-hourly-rate/>
**Correct range:** $150-600+ for enterprise AI consulting. The proposal's $150-400 undervalues the premium tier.
---
### Claim 2: Freelance AI/LLM Developers $75-200/hr
**VERDICT: PARTIALLY ACCURATE — ACTUAL RANGE IS WIDER**
The proposal captures a middle range but misses the full spectrum.
**Evidence:**
- **Upwork Official AI Engineer Rates**: Median hourly rate is **$50**, with typical range **$35-60/hr**. This is SIGNIFICANTLY LOWER than the proposal claims.— <https://www.upwork.com/hire/artificial-intelligence-engineers/cost/>
- **Index.dev Freelance Developer Rates 2025**: AI specialists command **$100-200/hr**. — <https://www.index.dev/blog/freelance-developer-rates-by-country>
- **Ruul.io Toptal Analysis**: Toptal rates **start at $60/hr and go up to $150/hr**. — <https://ruul.io/blog/freelance-developer-rates>
- **Second Talent 2026**: Freelance AI rates **$100-250 per hour**. — <https://www.secondtalent.com/resources/best-platforms-to-hire-ai-engineers/>
- **Datateams.ai**: Platforms like Upwork and Toptal offer rates **$50-200 per hour**. — <https://www.datateams.ai/blog/how-much-does-it-cost-to-hire-an-ai-developer-in-2025>
- **Thirdwork.xyz Rate Calculator**: Freelance AI engineer average **~$150/hr** citing Upwork data. — <https://www.thirdwork.xyz/rate-guides/Hourly-rate-for-ai-engineer-freelancers>
**Correct range:** $35-250/hr depending on platform and expertise. Upwork median is $35-60. Toptal/elite freelancers $60-250. The proposal's $75-200 is within range but omits the $35-75 entry-level segment.
---
### Claim 3: Open-Source Consultants $50-150/hr
**VERDICT: HALLUCINATION — NO SPECIFIC SOURCE EXISTS**
This claim appears fabricated. No market data exists for "open-source consultants" as a distinct category.
**Evidence Searched:**
- General consulting rate searches returned unrelated results
- Freelancermap 2025study: Consulting/Management average **€120/hr** (~$130/hr)— but this is general consulting, not "open-source consultants"— <https://ruul.io/blog/freelance-consultant-rates>
- US freelancer average: **$24-62/hr** (generic)— <https://clockify.me/average-hourly-rates>
- ITU Open-Source Consultant Roster: **$185-280/day** (~$23-35/hr) — but this is a specific UN/international organization rate, not market data — <https://jobs.itu.int/job/Home-Based-Open-Source-Consultant-Roster/946143655/>
**No source validates "$50-150/hr" specifically for open-source consultants.** This appears to be an estimate without citation.
**Correct action:** Delete this claim or replace with verifiable data.
---
### Claim 4: Self-Hosting Specialists "Niche, Few Direct Competitors"
**VERDICT: FALSE — MANY COMPETITORS EXIST**
This claim is demonstrably false. The self-hosted AI deployment space has numerous players.
**Evidence:**
- **LangChain** — Self-hosted AI agent framework, widely used— <https://fast.io/resources/best-self-hosted-ai-agent-platforms/>
- **Flowise** — Visual self-hosted AI agent builder— <https://fast.io/resources/best-self-hosted-ai-agent-platforms/>
- **Dify** — Open-source AI agent platform — <https://fast.io/resources/best-self-hosted-ai-agent-platforms/>
- **Ollama + Open WebUI** — Popular self-hosted LLM solution— <https://dev.to/jangwook_kim_e31e7291ad98/ollama-open-webui-self-hosting-guide-2026-run-your-own-ai-for-0-2781>
- **LocalAI** — Self-hosted OpenAI-compatible API— <https://github.com/go-skynet/LocalAI>
- **n8n workflows** — Self-hosted AI automation — <https://n8n.io/workflows/2729-private-and-local-ollama-self-hosted-ai-assistant/>
- **CloudClusters Ollama Hosting** — Managed self-hosted AI— <https://www.cloudclusters.io/cloud/ollama>
- **Koyeb Ollama Deploy** — One-click self-hosted AI deployment— <https://www.koyeb.com/deploy/ollama>
- **Northflank** — AI deployment platform — <https://northflank.com/blog/ai-deployment-platforms>
- **local-ai-packaged (GitHub)** — Docker compose template for self-hosted AI stack — <https://github.com/coleam00/local-ai-packaged>
- **Tailscale guide** — Self-host local AI stack— <https://tailscale.com/blog/self-host-a-local-ai-stack>
**Competitor types:**
1. **Platform providers**: LangChain, Flowise, Dify, Ollama
2. **Hosting providers**: CloudClusters, Koyeb, Northflank
3. **DevOps/infrastructure consultancies**: General IT consultants who do AI deployment
4. **AI agencies**: Consulting firms offering deployment services
5. **Open-source communities**: Free support channels
**Correct statement:** Self-hosted AI deployment is a growing market with multiple platform providers, hosting services, and general AI consultancies offering similar services. Krusty Planet's niche is specifically OpenClaw/Ollama agent deployment for small businesses, not the absence of competitors.
---
### Claim 5: AI Agent Deployment $200-2000+
**VERDICT: UNSUPPORTED — NO SPECIFIC SOURCE FOUND**
The proposal provides no citation for this range. Real market data shows much higher costs.
**Evidence:**
- **Hypersense Software 2026**: Ongoing annual costs for AI agents run **$25,000-$40,000** after initial deployment. — <https://hypersense-software.com/blog/2026/01/12/hidden-costs-ai-agent-development/>
- **Sustainable Atlas 2026**: Building a custom agent stack requires **$400,000-$1.2 million/year** in ML engineering team costs. — <https://sustainableatlas.org/post/cost-ai-agents-workflow-automation-deployment-2026-1828>
- **GroovyWeb 2026**: Project-based AI work ranges from **$20,000-$200,000+** depending on complexity. — <https://www.groovyweb.co/blog/ai-consulting-rates-2026>
**The$200-2000+ range appears fabricated or misapplied from hourly rates.** AI agent deployment projects cost thousands to hundreds of thousands, not hundreds.
**Correct range:** $20,000-$200,000+ for professional AI agent deployment, or $200-600/hr for consulting-only.
---
### Claim 6: Ongoing Support/Retainer $500-5000/mo
**VERDICT: LOW-END ESTIMATE — PROFESSIONAL RETAINERS START HIGHER**
The proposal captures the very bottom of the market but understates typical rates.
**Evidence:**
- **GroovyWeb 2026**: Fractional CTO retainers **$5,000-$15,000/mo** — <https://www.groovyweb.co/blog/ai-consulting-rates-2026>
- **Nicola Lazzari 2025**: Retainers **$2,000-$5,000** (5-10 hrs) up to **$15,000+** (25+ hrs)— <https://nicolalazzari.ai/guides/ai-consultant-pricing-us>
- **Stack.expert 2026**: Retainers **$3,000-$7,000/mo** for advisory, **$5,000-$15,000/mo** for standard support— <https://stack.expert/blog/ai-consulting-proposals-that-close>
- **Digital Agency Network 2026**: Monthly retainers **$500 to $5,000+** — <https://digitalagencynetwork.com/ai-agency-pricing/>
- **Dan Cumberland Labs 2026**: Retainers **$2,000-$50,000/month**— <https://dancumberlandlabs.com/blog/ai-consulting-pricing/>
- **Articsledge 2025**: Monthly retainers **$5,000 to $50,000+** — <https://www.articsledge.com/post/ai-consulting-business>
- **Recursive House**: Large retainer **$15,000+ per month** — <https://www.recursive.house/ai-consulting-rates/>
**Correct range:** $500-50,000/month. Professional AI consulting retainers typically start at $2,000-3,000/month. The proposal's $300/mo offering is aggressive underpricing.
---
### Claim 7: Hourly Consulting $75-400/hr
**VERDICT: PLAUSIBLE BUT LOW— REAL CEILING IS HIGHER**
The proposal understates the top end.
**Evidence:**
- **GroovyWeb 2026**: Hourly rates range **$22-600/hr** depending on firm type: Big 4 $300-600, boutique $150-300, offshore $22-50.— <https://www.groovyweb.co/blog/ai-consulting-rates-2026>
- **Articsledge 2025**: Premium consultants **$300-500+/hour**, boutique **$100-300/hour**. — <https://www.articsledge.com/post/ai-consulting-business>
- **OrientSoftware 2025**: Junior consultants **$100-150/hour**, senior/sought-after **$300-500+ per hour**. — <https://www.orientsoftware.com/blog/ai-consultant-hourly-rate/>
**Correct range:** $22-600+ depending on firm type. The $75-400 range omits premium enterprise rates ($500-600) and offshore budget options ($22-50).
---
## Additional Issues
### Unsupported Claims in Proposal
1. **"Primary goal is acquisition and reputation building, not maximizing revenue per client."**
—Cannot be verified. This is a business strategy claim, not a factual statement.
2. **"$50/hr signals 'real professional' not 'cheap clown'"**
— Subjective assertion. Market data shows $50/hr is at the LOW END of professional rates ($35-60 median on Upwork). This could signal "budget freelancer" depending on audience.
3. **"Positioning: Below enterprise, competitive with freelance, credible for the niche."**
— At $50/hr, Krusty Planet is BELOW the Upwork median ($35-60). This is aggressive underpricing, not "competitive with freelance."
4. **"Most clients won't use all 10 hours."**
— unverifiable assumption. No data provided.
5. **"Monero (XMR) accepted. I2P darknet available for maximum privacy."**
—Not a pricing claim, but worth noting: offering I2P/darknet may3raise compliance concerns for legitimate businesses.
---
## Severity Assessment
**SEVERITY: LOCALIZED**
The proposal contains:
- **1 Hallucination:** Open-source consultants $50-150/hr— fabricated data
- **1 False Claim:** "Few direct competitors" — demonstrably false
- **1 Unsupported Claim:** AI agent deployment $200-2000+ — no source
- **3 Low-End Estimates:** Enterprise rates, retainer rates, hourly ceiling all understated
The pricing strategy itself ($50/hr, $150 starter, $300/mo) is internally consistent but relies on competitive analysis that is flawed or fabricated. The business may succeed at these price points, but the supporting rationale contains falsehoods.
---
## Recommendations
1. **DELETE** the "Open-source consultants: $50-150/hr" claim — it's fabricated.
2. **REVISE** "Self-hosting specialists: Niche, few direct competitors" — FALSE. Replace with accurate competitor analysis or acknowledge the competitive landscape.
3. **REVISE** competitive comparison table with sourced data:
- Enterprise AI consulting: $150-600/hr
- Freelance AI developers: $35-250/hr (platform-dependent)
- AI retainer/support: $500-50,000/mo
4. **REMOVE** or **SOURCE** the "AI agent deployment: $200-2000+" claim — no evidence supports this range.
5. **CONSIDER** whether $50/hr signals "professional" or "budget" — Upwork median is $35-60, so $50 may appear low-end rather than credible.
---
## References
### Enterprise AI Consulting Rates
- GroovyWeb: <https://www.groovyweb.co/blog/ai-consulting-rates-2026>
- Articsledge: <https://www.articsledge.com/post/ai-consulting-business>
- OrientSoftware: <https://www.orientsoftware.com/blog/ai-consultant-hourly-rate/>
### Freelance AI Developer Rates
- Upwork Official: <https://www.upwork.com/hire/artificial-intelligence-engineers/cost/>
- Index.dev: <https://www.index.dev/blog/freelance-developer-rates-by-country>
- Ruul.io/Toptal: <https://ruul.io/blog/freelance-developer-rates>
- Second Talent: <https://www.secondtalent.com/resources/best-platforms-to-hire-ai-engineers/>
- Datateams.ai: <https://www.datateams.ai/blog/how-much-does-it-cost-to-hire-an-ai-developer-in-2025>
### AI Retainer/Support Pricing
- Nicola Lazzari: <https://nicolalazzari.ai/guides/ai-consultant-pricing-us>
- Stack.expert: <https://stack.expert/blog/ai-consulting-proposals-that-close>
- Digital Agency Network: <https://digitalagencynetwork.com/ai-agency-pricing/>
- Dan Cumberland Labs: <https://dancumberlandlabs.com/blog/ai-consulting-pricing/>
- Recursive House: <https://www.recursive.house/ai-consulting-rates/>
### Self-Hosted AI Competitors
- Fast.io AI Agent Platforms: <https://fast.io/resources/best-self-hosted-ai-agent-platforms/>
- Ollama Self-Hosting Guide: <https://dev.to/jangwook_kim_e31e7291ad98/ollama-open-webui-self-hosting-guide-2026-run-your-own-ai-for-0-2781>
- n8n Workflows: <https://n8n.io/workflows/2729-private-and-local-ollama-self-hosted-ai-assistant/>
- Northflank AI Platforms: <https://northflank.com/blog/ai-deployment-platforms>
---
**— Ludacris 🔥**
**VERDICT: LOCALIZED — Multiple false claims, one hallucination, several low-end estimates**
**SEVERITY: Requires revision before publication**

View file

@ -0,0 +1,58 @@
# Krusty Planet Pricing Proposal — April 2026
## Business Context
Krusty Planet is a new AI consulting business focused on self-hosted agent deployment (OpenClaw, Ollama). Primary goal is **acquisition and reputation building**, not maximizing revenue per client. Pricing can increase later once grassroots is established.
Target customer: Small businesses, solo operators, privacy-conscious organizations looking to run AI agents on their own hardware.
## Competitive Landscape
- Enterprise AI consulting: $150-400/hr (Accenture, Deloitte, etc.)
- Freelance AI/LLM developers: $75-200/hr (Upwork, Toptal)
- Open-source consultants: $50-150/hr (general market)
- Self-hosting specialists: Niche, few direct competitors
Positioning: Below enterprise, competitive with freelance, credible for the niche. $50/hr signals "real professional" not "cheap clown."
## Proposed Pricing
### Three Tiers
| Tier | Price | Includes |
|------|-------|----------|
| **Starter Kit** | $150 one-time | Pre-configured agent deployment, 3 catalog skills, maintenance guide, 30-day email support |
| **Custom Build** | $500 one-time | Custom skills (up to 3), multi-agent setup (2-3 agents), 1 tool/API integration, documentation + walkthrough call, 60-day support |
| **Monthly Support** | $300/month | Up to 10 hours of work, agent health monitoring, 4hr critical response SLA, 24hr standard response, cancel anytime |
### Hourly (footnote)
$50/hr, billed in 15-minute increments. For clients who need something smaller than a package.
### Additional Details
- Starter Kit includes actual deployment service (not just a guide)
- Maintenance guide covers common tasks, updates, troubleshooting
- Monthly Support additional hours beyond 10/month: $50/hr
- Sliding scale available for those who need it
- Monero (XMR) accepted
- I2P darknet available for maximum privacy
## Design Decisions
1. **Three tiers only** — Confused customers don't convert. Simple and scannable.
2. **Monthly Support at $300/10hrs ($30/hr effective)** — Aggressive value proposition to drive recurring revenue and long-term relationships. Most clients won't use all 10 hours.
3. **Hourly as footnote, not a card** — Keeps focus on packages. Hourly is a fallback, not the main offer.
4. **No async/sync split on the page** — That's contract language. First clients are about building reputation, not optimizing utilization.
5. **Starter Kit includes deployment** — Tangible deliverable, not just documentation. Client gets a working system.
6. **All pricing rounded to clean numbers** — $150, $300, $500. Easy to remember.
## Competitor Price Comparison
| Service Type | Market Range | Krusty Planet |
|-------------|-------------|---------------|
| AI agent deployment | $200-2000+ | $150 (Starter) or $500 (Custom) |
| Ongoing support/retainer | $500-5000/mo | $300/mo |
| Hourly consulting | $75-400/hr | $50/hr |
Krusty Planet sits at the accessible end of the market without undercutting credibility.