devops
7 articles
Karpathy's Pain Point Isn't Writing Code — It's Deploying the Damn Thing
Karpathy found that vibe coding makes writing code a breeze, but deployment is pure hell. His exchange with Stripe CEO Patrick Collison reveals the next battleground: the entire DevOps lifecycle must become code before AI agents can truly take over.
Karpathy: Writing Code Is the Easy Part — Assembling the IKEA Furniture Is Hell
Karpathy's MenuGen journey shows the hard part of vibe coding was not writing code, but assembling Vercel, Clerk, Stripe, OpenAI, and other services into a product. His takeaway: DevOps must become code before agents can really ship.
Permission Engineering — When Your AI Agent's Ceiling Isn't Intelligence, It's the Keys You Hand Over
Being a GenAI App Engineer increasingly means being a Permission Engineer. Agent capability is bounded less by intelligence than by the access you grant, and every permission amplifies both power and risk. This is the underrated core skill of the agent era.
Unix Signals 101 — SIGUSR1 vs SIGTERM vs SIGKILL: What Secret Codes Does Your Process Understand?
While managing OpenClaw Gateway, SIGUSR1 enabled config hot-reload through three minutes of instability without killing sessions. A systemctl restart would have sent SIGTERM then SIGKILL and dropped everyone. That difference is today's lesson.
12 Levels in 2 Days: Learning Full-Stack Quality Metrics RPG-Style with AI
A Tech Lead uses his blog as a training ground, learning 12 quality metrics with an AI tutor through RPG-style Level-Up teaching while subagents implement in parallel. The real takeaway is not the metrics, but a reusable AI-assisted learning method.
Using AI to Manage AI: Building a Telegram Agent with OpenClaw
ShroomDog's internal tech talk on building a three-layer AI system: Telegram + Claude Code + VPS. Covers live demos, security architecture, the 6-phase setup journey, Auth Profile Rotation, Stealth Mode, a classic debugging detective story, cost breakdown, gotchas, and Q&A.
AGENTS.md Can't Stop a Rogue AI: jzOcb's 4-Layer Defense System
After letting an AI agent manage a server and hitting 7 disasters in one day, the lesson: use code hooks instead of markdown rules, build a 4-layer defense system