{"slug": "how-i-use-claude-code-without-becoming-its-passenger", "title": "How I use Claude Code without becoming its passenger", "summary": "Jeremia Fourie, founder of Exequtech, describes how he uses Claude Code as a development tool without ceding control. He emphasizes structuring problems before prompting, reading diffs carefully, interrogating the AI's choices, and owning the outcome. Fourie acknowledges the risk of skill atrophy and deliberately hand-writes code when possible to maintain his engineering fundamentals.", "body_md": "Let me say the honest thing first: an AI types a lot of the code I ship. The offline-first Android app our technicians use at [Exequtech](https://exequtech.com), parts of this website, migration scripts, test suites — Claude Code wrote much of it, in my terminal, under my eyes. I don't think that makes me less of an engineer. I think *how* I do it is what decides that.\n\nA couple of years ago I made it my mission to learn to work with AI properly. Not because it was trendy — because we run a product with real users and a small team, and refusing the leverage would have been malpractice. What I didn't expect is how much actual skill the leverage demands.\n\nLeft alone, an agent produces plausible chaos. It will refactor things you didn't ask about, invent an API that almost exists, and write code that is — as most developers who use these tools will tell you — *almost* right. Almost right is the expensive kind of wrong: it compiles, it demos, and it detonates three weeks later in a basement with zero signal.\n\nSo the job becomes something like being a very hands-on tech lead for a very fast, very confident junior:\n\n**Structure the problem before the prompt.** If I can't state the constraint precisely — \"writes must succeed locally and enqueue; the queue drains when the network is healthy\" — the agent can't hit it, and I've learned that failing to state it *is* the signal I don't understand my own problem yet.\n\n**Read the diffs.** Not skim: read. The day I stopped reading was the day a \"small fix\" quietly changed how sync conflicts resolved. Never again.\n\n**Interrogate instead of accepting.** \"Why `Dispatchers.IO`\n\nhere?\" is a free lesson every single time. The agent is the fastest teacher I've ever had, but only if I make it explain itself.\n\n**Own the outcome.** When sync eats a photo at 22:00, no one asks the model what happened. They ask me. That accountability is the whole difference between using a tool and being its passenger.\n\nSomewhere along the way I noticed something uncomfortable. I was shipping more than ever, and coding less than ever — and I missed it. Worse, I could feel what atrophies when you only review: the finger-knowledge of a language, the instinct for what the standard library gives you, the ability to write the tricky function *yourself* when the agent circles it.\n\nSo I course-correct where I can: when a sprint allows it, I hand-write the piece myself and work the fundamentals properly. The honest version is that the systems often grow faster than the study time I can find — it's a pull I keep answering, not a routine I've mastered. Depth stays the goal; the pace decides how much of it I get each week.\n\nI don't call myself a Kotlin developer or a React developer, and I'm certainly not calling myself an AI whisperer. Languages, frameworks, agents — they're tools. The question that matters is always the same: *given this problem, this team, and what we can actually do, what's the best solution?* Sometimes that's been no-code with a partner who knew the platform. Sometimes it's an agent on a short leash. And sometimes, when I can claim the time, it's me — typing.\n\nThe proof this workflow holds up in production: [Exequ-Jobs](https://jeremiafourie.tech/projects/exequ-jobs/) and [Exequtech OS](https://jeremiafourie.tech/projects/exequtech-os/).", "url": "https://wpnews.pro/news/how-i-use-claude-code-without-becoming-its-passenger", "canonical_source": "https://dev.to/jeremiafourie/how-i-use-claude-code-without-becoming-its-passenger-63d", "published_at": "2026-07-23 23:24:26+00:00", "updated_at": "2026-07-24 00:01:56.231486+00:00", "lang": "en", "topics": ["artificial-intelligence", "developer-tools", "ai-agents", "ai-products"], "entities": ["Jeremia Fourie", "Exequtech", "Claude Code", "Exequ-Jobs", "Exequtech OS"], "alternates": {"html": "https://wpnews.pro/news/how-i-use-claude-code-without-becoming-its-passenger", "markdown": "https://wpnews.pro/news/how-i-use-claude-code-without-becoming-its-passenger.md", "text": "https://wpnews.pro/news/how-i-use-claude-code-without-becoming-its-passenger.txt", "jsonld": "https://wpnews.pro/news/how-i-use-claude-code-without-becoming-its-passenger.jsonld"}}