What I'm learning while building.

Build notes, lessons learned, and technical essays by Aymeric Dijoux. Not a regular blog — I write when I have something worth sharing.

Based in Paris · Épinay-sur-Orge (Essonne) & Réunion Island

Jun 8, 2026

The harness: what turns an LLM into an agent (and why you don't have to build it)

An LLM predicts text; an agent runs tasks. In between sits the harness. I set out to understand it, and realized my mental pattern already described the Claude Agent SDK.

ia · claude · process · 6 min
Jun 4, 2026

I still write code — but that's no longer where the value is

The dev job is shifting from typing to steering: orchestrating agents, writing the spec, guaranteeing that what ships is what was expected. What changes when you stop coding to produce, and start coding to validate.

ia · process · claude · 6 min
May 29, 2026

The clean-code rules I make Claude follow on React Native

An AI agent ships «average» code by default: 300-line files, any everywhere, logic in the JSX. Here are the 10 rules I wrote for VoiceJournal, and why they hold.

ia · claude · process · mobile · 4 min
May 25, 2026

I turned Claude into an app-idea scout. Here's what it found on Réunion Island.

How I use Claude Skills to brainstorm 10 SaaS ideas scored out of 100, in 15 minutes — with a real run on my local niche, Réunion Island.

ia · claude · tools · indie · 9 min
May 24, 2026

The Claude Code hooks I installed that save me time every single day

Going from Claude that codes to Claude that disciplines itself. SessionStart to bootstrap the repo, PreToolUse to block sketchy commands, Stop to notify you when a task ends. Four concrete hooks running silently in my repos.

ia · claude · tools · process · 5 min