Files
waggle-os/docs/addictiveness-audit-2026-05-28/BENCHMARK-claude-code-nc.md
Oleg Maslov 0c3e2ead3b
Some checks failed
Installer Smoke / installer-smoke (push) Has been cancelled
moving
2026-09-02 10:10:29 +02:00

6.8 KiB

BENCHMARK — Claude Code for Non-Coders (May 2026)

Competitive scan for Waggle OS. Snapshot of what a non-developer actually gets from Anthropic's Claude Code line, where it hooks them, and where it bleeds them.

1. Product surface today

Four surfaces, one substrate:

  • CLI (claude) — terminal-first, the original Claude Code. Still the canonical surface for engineers.
  • Desktop app (Mac + Windows, redesigned 2026-04-14) — three tabs: Chat (conversation), Cowork (Dispatch + long-running agentic work), Code (dev sessions with file tree, diff viewer, integrated terminal/editor, HTML/PDF preview, parallel sessions sidebar). No Linux desktop.
  • Web at claude.ai/code — including Ultra Plan planning mode.
  • IDE plugins — VS Code + JetBrains; Slack integration; SSH for remote work.

For the non-coder, the meaningful entry is the Cowork tab — explicitly positioned as "Claude Code without the scary terminal" since the Jan 2026 research preview / April 2026 GA. (Anthropic Cowork, Desktop docs, Desktop redesign blog)

2. Non-coding workflows it supports well

  • Document creation — built-in Skills produce real .docx, .xlsx (with working formulas), .pptx. (Cowork Tutorial - DataCamp)
  • Research + literature reviewacademic-research-skills suite hit v3.7.0 in May 2026, covers research → write → review → revise → finalise with PRISMA + citation verification. (Tosea.ai guide)
  • PM/exec work — PRDs, Jira tickets, SEO audits, "second brain" systems, spreadsheet editing. (Dept. of Product)
  • Personal finance / data ops — multi-credit-card expense trackers, year-of-engagement dataset analysis that broke claude.ai's UI cap. (Every)
  • Cross-tool retrieval — connectors give one prompt access to Gmail, Notion, Drive, Slack. (TDS)
  • Sales outreach + CRM updates — find ICP-matching prospects, draft outreach, write back to CRM.
  • Routines (shipped 2026-04-14, all paid plans) — cron/webhook/API-triggered runs in Anthropic cloud; nightly triage, weekly digest, post-deploy verification translate to non-coder use as "every Monday brief me on X." (Anthropic blog via VentureBeat)

3. Sticky design surfaces

  • Skills marketplace — 9,000+ plugins as of Feb 2026, 200k devs/mo on the marketplace; official + community registries with SHA-pinned plugins. (claudemarketplaces.com, anthropics/claude-plugins-official)
  • Skills auto-invoke across web, desktop, and Code — non-coders don't have to "call" them. (Product Talk)
  • Memory — four layers: hand-authored CLAUDE.md, learned MEMORY.md (200 lines / 25KB cap, loads each session), Memory Tool API, and per-subagent persistent directories. NOT cross-subagent shareable. (orchestrator.dev, Hindsight)
  • Sub-agents + MCP + hooks — full extensibility; same surface as coders.
  • Routines — the "set and forget" loop that turns the tool into a daily habit.

4. Hook moment for the non-coder

The flip happens when claude.ai (the chat product) stalls on a real dataset — too many files, context cap, chat length. They move the same prompt into Cowork/Code, it finishes, and they never go back. Every and TDS both name this as the conversion event. Secondary hook: their first Routine runs overnight and they wake to a finished briefing.

5. What it lacks for non-coders

  • Terminal DNA still bleeds through — even Cowork inherits CLI mental models; setup, auth, MCP wiring is engineer-coded language.
  • No Linux desktop; mobile is "Dispatch from phone" only — not a real client.
  • Memory is plumbing, not a productCLAUDE.md is hand-edited markdown, MEMORY.md caps at 25KB and is per-subagent, no cross-session knowledge graph, no harvest from other AI tools, no entity/concept surfacing.
  • Skills install is dev-flavoured — marketplace UI is GitHub-pinned commits, not a one-click app store.
  • Pricing meters by 5-hour windows — non-coders hit them mid-document and get a wall.
  • Vendor-locked — only Anthropic models; LiteLLM/local fallback not native.

6. Pricing

  • Pro $20/mo (or $17 annualised): ~44k tokens / 5h window; includes Sonnet 4.6 + Opus 4.6 across CLI/desktop/web.
  • Max 5x $100/mo: ~88k tokens / 5h window.
  • Max 20x $200/mo: ~220k tokens / 5h window; weekly all-models + Sonnet-only caps reset 7 days post first session.
  • Team / Enterprise / API above. (Verdent, Anthropic Max plan FAQ)

7. Top 3 weaknesses Waggle can exploit

  1. Memory is plumbing, not product. Waggle's FrameStore + HybridSearch + KnowledgeGraph + Identity + Awareness + Harvest is a real second brain — Claude Code has flat markdown capped at 25KB per subagent. Lead with "memory you can browse."
  2. Vendor + window lock-in. Non-coders hit 5-hour caps mid-deck. Waggle's LiteLLM routing + local Ollama path makes the wall optional.
  3. Engineer aesthetics + Linux gap. Even Cowork ships file trees, diff viewers, "sessions." Waggle's desktop OS metaphor (Dock, apps, Room) is non-coder-native by default.

8. Top 3 strengths Waggle must match

  1. Skills marketplace gravity — 9k plugins is the moat. Waggle's MCP catalog (148 entries, dedup, simple-icons) is the spine; needs a one-click install UX + auto-invoke across personas.
  2. Routines / scheduled agents — "wake up to a finished brief" is the addictive habit. Waggle's WaggleDance + cron-store must surface this as a first-class loop, not an admin setting.
  3. Document Skills that produce real files — proper .docx/.xlsx (with formulas)/.pptx, not text dumps. Waggle's pptx/xlsx/docx skills exist but must be visible as the first thing a writer/analyst sees post-onboarding.

Sources inline. Compiled 2026-05-28 by Claude Code (Opus 4.7) for Waggle OS competitive intel.