I built this one using README-driven-development: I hand crafted a detailed README describing exactly how the tool should work… then dumped that into Claude Code and told it to build it gisthost.github.io/?d4b1a398…
@simonw
-
Intelligence Services Can Easily Penetrate Technology Secrecy Systems
By
–
I expect the secrecy around them is easily penetrated by any remotely competent intelligence service – thousands of people must be in the loop, and they will have signed NDAs, not military-grade secrets laws
-
New Blog Tag Tracking AI-Powered Security Research Stories
By
–
Started a new tag on my blog to track stories about AI-powered security research, which is very much having a moment right now – 11 posts so far already simonwillison.net/tags/ai-se…
-
Coding Agents Require Significant Cognitive Load and Burnout Risk
By
–
Just noticed this has had 1.1m views now, which explains why I starting to see some less informed reactions to it starting to crop up now it's broken out of purely tech Twitter https://t.co/XFn8uYb6os
— Simon Willison (@simonw) 3 avril 2026Just noticed this has had 1.1m views now, which explains why I starting to see some less informed reactions to it starting to crop up now it's broken out of purely tech Twitter Lenny Rachitsky (@lennysan) "Using coding agents well is taking every inch of my 25 years of experience as a software engineer, and it is mentally exhausting. I can fire up four agents in parallel and have them work on four different problems, and by 11am I am wiped out for the day. There is a limit on human cognition. Even if you're not reviewing everything they're doing, how much you can hold in your head at one time. There's a sort of personal skill that we have to learn, which is finding our new limits. What is a responsible way for us to not burn out, and for us to use the time that we have?" @simonw — https://nitter.net/lennysan/status/2039845666680176703#m
-
Claude Code Feature Limitations: Interactive Prompting Gap
By
–
The feature set is the problem – the model and harness are great, but in Claude Code for web I can do things like prompt the model while it's working
-
Finding Your Personal Ceiling for Running Multiple AI Agents
By
–
Tip: Figure out your personal ceiling for running multiple agents in parallel.
— Addy Osmani (@addyosmani) 3 avril 2026
We need to accept that more agents running doesn't mean more of _you_ available. The narrative is still mostly about throughput and parallelism, but almost nobody's talking about what it actually… https://t.co/Mud6QMj7fpTip: Figure out your personal ceiling for running multiple agents in parallel. We need to accept that more agents running doesn't mean more of _you_ available. The narrative is still mostly about throughput and parallelism, but almost nobody's talking about what it actually costs the human in the loop. You're holding multiple problem contexts in your head at once, making judgment calls continuously, and absorbing the anxiety of not knowing what any one agent might be quietly getting wrong. That's a new kind of cognitive labor we don't have good language for yet. I've started treating long agentic sessions the way I'd treat deep focus work: time-boxed and tighter scopes per agent dramatically change how much mental overhead each thread carries. Finding your personal ceiling with these tools is itself a skill and most of us are going to learn it the hard way before we learn it intentionally. Lenny Rachitsky (@lennysan) "Using coding agents well is taking every inch of my 25 years of experience as a software engineer, and it is mentally exhausting. I can fire up four agents in parallel and have them work on four different problems, and by 11am I am wiped out for the day. There is a limit on human cognition. Even if you're not reviewing everything they're doing, how much you can hold in your head at one time. There's a sort of personal skill that we have to learn, which is finding our new limits. What is a responsible way for us to not burn out, and for us to use the time that we have?" @simonw — https://nitter.net/lennysan/status/2039845666680176703#m
-
LM Studio GGUF Bug Fix Update
By
–
It was a bug in the LM Studio GGUF, they hopefully have fixed it by now: https://
news.ycombinator.com/item?id=476163
61#47621989
… -
Running Gemma 4 with audio on Mac locally
By
–
Anyone figured out a recipe to run Gemma 4 E2B or E4B against audio files locally on a Mac yet? Omar Sanseviero (@osanseviero) The 2 small ones also support audio understanding! Including ASR, speech to translated text, and more — https://nitter.net/osanseviero/status/2039789969154183548#m
-
Coding agents and cognitive limits: Managing burnout with AI
By
–
And here's a TikTok-shaped snippet!
— Simon Willison (@simonw) 2 avril 2026
Love doing podcasts with people who can edit video like this https://t.co/XFn8uYb6osAnd here's a TikTok-shaped snippet! Love doing podcasts with people who can edit video like this nitter.net/lennysan/status/203984… Lenny Rachitsky (@lennysan) "Using coding agents well is taking every inch of my 25 years of experience as a software engineer, and it is mentally exhausting. I can fire up four agents in parallel and have them work on four different problems, and by 11am I am wiped out for the day. There is a limit on human cognition. Even if you're not reviewing everything they're doing, how much you can hold in your head at one time. There's a sort of personal skill that we have to learn, which is finding our new limits. What is a responsible way for us to not burn out, and for us to use the time that we have?" @simonw — https://nitter.net/lennysan/status/2039845666680176703#m
-
Running LLMs Locally: LM Studio and Ollama Options
By
–
Whoa! I'd missed that detail. Any idea how to run that locally? I'm not sure if LM Studio or Ollama can handle that yet