export default function ProblemSection() { return (
{/* Section Header */}
ASSESSMENT

The Platforms Are Failing

The tools you depend on to build software are breaking — and the companies behind them chose AI hype over platform reliability.

{/* Problem Cards */}
{/* GitHub */}

The Platform You Can't Trust

GitHub's uptime has plummeted to ~90%. A silent merge queue bug deleted committed code across 2,092 pull requests. CVE-2026-3854 let anyone execute arbitrary code on GitHub's servers via a standard git push.

  • 12-hour cascading failure, 5 separate outages (Feb 9)
  • Redis misconfiguration: 95% of Actions workflows delayed
  • Codespaces 90% auth failure across EU, Asia, AU
  • Elasticsearch collapse: global search and PRs down for hours
  • Ghostty, Zig, tldraw, curl — tier-one projects have fled

Your source code deserves better.

{/* VS Code */}

The IDE That Forgot Developers

VS Code is leaking 40GB+ of RAM on idle. Microsoft forced "Co-authored-by: Copilot" into your commits — even for code you wrote yourself. RCE vulnerabilities hit 125 million extension installs.

  • Copilot metadata hijack: forced AI attribution on human code
  • Language server leak: 40GB+ RAM on idle configurations
  • Claude Code extension: 23.2GB RAM out of the box
  • March 2026 marketplace update broke core extension abstractions
  • 125M-install RCE: Live Server, Code Runner, and more

The IDE chose AI hype over your workflow.

); }