#stack

← All writing
Sep 10, 2026

Two branches, two stacks, zero collisions: the bare repo + worktrees workspace

Once you delegate to agents, you always have two or three branches in flight. A plain `git checkout` breaks everything: stash, Docker stack restart, ports fighting each other. Here's the layout that unblocked me — and what it actually costs.

tools · process · stack · 5 min
Jul 6, 2026

I handed my bank statements to a deep agent — and it actually remembers

LangChain ships deepagents: the four building blocks I've been repeating for three months, named and packaged. I test them on a real personal need — a banking companion, my statement PDFs kept local, a real chat UI — and find out the pillar that matters isn't the one I expected.

ia · stack · build · 10 min
Jun 29, 2026

The blank startup screen: anatomy of 4 bugs that look alike

No crash, no log, just white. Three different causes, one symptom — plus the 4th bug that made the other three impossible to debug: my safety net had a hole in it.

stack · build · mobile · 6 min
Jun 15, 2026

OpenRouter Fusion: a panel of models beats the frontier model

OpenRouter just shipped Fusion: instead of querying one model, you query several in parallel and a judge synthesizes. The result: three cheap models nearly reach Fable 5's level at half the price. For an indie, that's value right now.

ia · stack · indie · 7 min
Jun 15, 2026

I structured a backend architecture from Réunion Island. The client only ever saw the value.

Freelance developer based in Réunion Island, +2h from Paris, fully remote. Spoiler: the time difference changed nothing. What mattered was the backend architecture I laid down for a team that had to scale — DDD, microservices decomposition, guidelines that hold.

stack · process · 5 min
Jun 8, 2026

Flue: the agent harness, but as a framework (and it's the Astro team)

The Astro team ships "The Agent Harness Framework." Flue takes the harness from the previous article and turns it into a real framework. I ported our profile-analysis agent to it to see.

ia · claude · stack · 5 min
May 22, 2026

I rebuilt my site with Astro 6 and prepared for LLMs in search

Astro 6, Tailwind 4 with @theme, content collections + MDX, bilingual FR/EN, and a full GEO setup (llms.txt, JSON-LD entity graph, robots.txt with allow for AI bots). How and why I rebuilt it all.

build · stack · ia · 5 min
Apr 20, 2026

The 2026 stack to build an app without losing your mind

Three apps shipped in two years. The stack I'd pick again tomorrow, the anti-patterns I lived through, and the specific traps you won't find in the docs.

stack · indie · mobile · 5 min