Daily Shaarli

All links of one day in a single page.

April 9, 2026

Let’s talk about LLMs
thumbnail

Long but very precise piece about why you can likely ignore LLM for development purpose. Starting from older Fred Brooks work is spot on. Indeed whatever will remain of LLM based tools in the years to come, it's much smarter to focus on fundamental skills than chase the new tools. At least, I'm trying to do my share in getting myself and others better at the craft.

The Git Commands I Run Before Reading Any Code
thumbnail

Nice little commands to use to discover quickly the state of a code base... Or rather of its team.

Zsh: select generated files with (om[1]) glob qualifiers - Adam Johnson
thumbnail

Oh this is super neat and convenient! I didn't know about those glob patterns modifiers in zsh.

Giving LLMs a Formal Reasoning Engine for Code Analysis

Definitely interesting approach. I think neurosymbolic approaches are what we ultimately need so I'm probably biased. At least it means using LLMs for what they're good at (language skills) and only that. Then rely on proper code symbolic models which do the reasoning heavy lifting. I'd expect it can give nice output with smaller models.