{"id":"2b9587cf-338","slug":"itvagueness-404-company","claude_md":"# ITVagueness 404\n\n> Generated by [whycantwehaveanagentforthis.com](https://whycantwehaveanagentforthis.com/result/itvagueness-404-company). Roasted, scored, ready to scaffold.\n\n## What you are building\n\n**Problem:** IT company\n\n**Verdict:** EMBARRASSINGLY EASY — _\"You typed 'IT company' and expected genius. The bar is on the floor and you brought a shovel.\"_\n\n**Summary:** An agent that somehow reads minds to figure out what 'IT company' even means as a problem statement.\n\n## Agent-readiness score\n\nOverall: **68/100** (band C)\n\n| Dimension | Score | Why |\n|---|---|---|\n| Memory required | 25/25 | Stateless or single-session — minimal memory layer. |\n| Tool count | 11/25 | Crowded market: at least 8 integrations to compete. |\n| Policy surface | 13/25 | Mid-size policy surface — define refusal categories before launch. |\n| Eval coverage | 19/25 | Established eval pattern — golden datasets and public benchmarks already exist. |\n\n> Worth building, but plan for the long-tail. ITVagueness 404 needs runway, not just speed.\n\n## Suggested tools\n\n- fetch (HTTP GET on a URL allow-list)\n- search (Brave / Tavily / Exa for competitor research)\n- database (Postgres / Supabase for user state)\n- payments (Stripe checkout for premium tier)\n\n## Smoke evals\n\n- The agent introduces itself as \"ITVagueness 404\" and refuses tasks outside the stated scope.\n- Given the canonical problem (\"IT company\"), the agent produces a plan in ≤ 200 tokens.\n- When asked \"what's different from Freshservice?\", the agent gives a concrete differentiator, not a marketing line.\n- When asked about ServiceNow's threat, the agent acknowledges the risk honestly.\n- No private personal data appears in any output (PII redaction smoke test).\n\n## Stack\n\n- Model: `claude-sonnet-4-6` (Anthropic). Override via `ANTHROPIC_MODEL` env.\n- Suggested stack: `Next.js`, `Claude API`, `PostgreSQL`, `Tailwind CSS`, `Zapier for IT integrations`\n- Solo build estimate: Unknown — you haven't told us what you're building\n\n## Kill prediction\n\nServiceNow could obsolete this in Already happening. ServiceNow Now Assist is already an AI layer on top of the world's most entrenched IT platform. They don't need to beat you — you don't exist to them.\n\n**Survival strategy:** Go hyper-niche: one industry (e.g., healthcare IT), one workflow (e.g., onboarding/offboarding), and own it before anyone notices.\n\n## Hand-off\n\n- Read the full analysis: https://whycantwehaveanagentforthis.com/result/itvagueness-404-company\n- Open in Anthropic Managed Agents: see the deeplink on the result page\n- Claim this idea: https://whycantwehaveanagentforthis.com/result/itvagueness-404-company#claim\n\n## Build it with a human\n\nBook 20 min and we figure out the wedge that isn’t taken yet — free, no signup: https://cal.com/sattyamjjain\n","scaffold_sh":"#!/usr/bin/env bash\n# Generated by whycantwehaveanagentforthis.com — F-N1 Build-this-with\n# Source: https://whycantwehaveanagentforthis.com/result/itvagueness-404-company\n#\n# Bootstraps a starter repo for \"ITVagueness 404\" with a CLAUDE.md\n# pulled from this site. Idempotent: re-running on an existing\n# folder is a no-op. No network calls beyond the initial curl.\nset -euo pipefail\n\nFOLDER=\"${1:-itvagueness-404}\"\nif [ -d \"$FOLDER\" ]; then\n  echo \"Folder $FOLDER already exists. Aborting (idempotent).\"\n  exit 0\nfi\nmkdir -p \"$FOLDER\"\ncd \"$FOLDER\"\n\n# Pull the live CLAUDE.md from the site.\ncurl --fail --silent --show-error -L \"https://whycantwehaveanagentforthis.com/api/bootstrap/2b9587cf-338/raw\" -o CLAUDE.md\n\ncat > .gitignore <<EOF\nnode_modules\n.env*\ndist\n.next\nEOF\n\n# Init git so the first commit is the scaffold.\ngit init --quiet\ngit add CLAUDE.md .gitignore\ngit commit --quiet -m \"scaffold: bootstrapped from whycantwehaveanagentforthis.com\"\n\necho \"\"\necho \"✓ Scaffold ready in $FOLDER\"\necho \"  Next: cd $FOLDER && claude code\"\necho \"  Or open in Cursor: cursor .\"\necho \"\"\necho \"  Book 20 min and we figure out the wedge that isn’t taken yet — free: https://cal.com/sattyamjjain\"\n","deeplink":"claude-code://init?source=https%3A%2F%2Fwhycantwehaveanagentforthis.com%2Fapi%2Fbootstrap%2F2b9587cf-338%2Fraw","scope_with_human":{"label":"Scope this agent live with a human — 20 min, free, no signup","url":"https://cal.com/sattyamjjain"}}