Like many terms in the ai space Iβve been trying to better understand spec driven development. And my takeaway is we should be calling it design doc driven development or spec-anchored driven development (thanks Birgitta BΓΆckeler). I think βspecβ can easily drift in meaning and interpretation.
07.03.2026 16:53
π 0
π 0
π¬ 0
π 0
Every couple of weeks I think to myself that I should post more of what Iβve read about engineering and AI only to remember that 90% of the useful links I discover are via @simonwillison.net
Simon is the single best source for keeping up with AI engineering.
04.03.2026 10:47
π 0
π 0
π¬ 0
π 0
They can have the borg speak multiple languages but they canβt pronounce the name of a little land locked country. IYKYK (Pluribus)
16.11.2025 05:35
π 0
π 0
π¬ 0
π 0
Anyone else having issues with claude code and the scripts folder in skills? All the examples show a relative path (python scripts/blah.py) for invoking but claude code complains because the path is relative to the project not the specific skill folder. Seems to be fine with plugin installs.
29.10.2025 03:38
π 0
π 0
π¬ 0
π 0
My current favourite combo is Claude code and AppleScript. βFind all tabs in safari related to [topic] and append the title, url and short description to todayβs Obsidian daily noteβ
26.10.2025 18:15
π 0
π 0
π¬ 0
π 0
Youβve changed.
09.10.2025 17:12
π 0
π 0
π¬ 1
π 0
Maybe Iβm projecting but, how have you picked directions in the past? What caused you to dive into react or bsky or write longform (and greatly appreciated) posts recently? I have to imagine thereβs an emotional force, a passion/joy that guides some of that. What about that energy?
10.05.2025 23:47
π 2
π 0
π¬ 0
π 0
Iβm getting a ton of value from the posts but itβs a slog. Because theyβre long I break it up into sessions but the structure and style requires maintaining some context and history of the changes. Sometimes I come back and Iβm lost requiring rereading earlier sections.
23.04.2025 01:30
π 4
π 0
π¬ 1
π 0
@simonwillison.net is there a way to combine a geojson with lat/long values in datasette? I want to show a bunch of markers as well as city boundaries. I can view each separately in their respective tables but not sure how to combine them.
13.02.2025 22:30
π 0
π 0
π¬ 1
π 0
GitHub - bhouston/mycoder: Simple to install, powerful command-line based AI agent system for coding.
Simple to install, powerful command-line based AI agent system for coding. - bhouston/mycoder
Introducing MyCoder - a very capable AI agent-based coder that just works.
1. npm install -g mycoder
2. export ANTHROPIC_API_KEY=[your key]
3. cd myproject
4. mycoder "fix any build errors"
github.com/bhouston/myc...
07.02.2025 21:17
π 5
π 1
π¬ 0
π 0
We live in a world where technology is already helping us achieve tasks faster and easier than ever before. We can order groceries for the week from our laptop in minutes. No agent needed.
24.01.2025 15:50
π 0
π 0
π¬ 0
π 0
I think the issue with consumer facing agents is a mismatch in task scope and ability to articulate the task. I think agents show their value with tasks that take days not minutes. Most people donβt have big enough tasks or struggle to articulate the process/outcome in a meaningful way for agents.
24.01.2025 15:50
π 1
π 0
π¬ 1
π 0
is the world getting worse
YouTube video by Savannah Brown
SSX Tricky! In my early 20's I had a PS2 but couldn't afford the games. For months we played the SSX Tricky demo (2 min limit) over and over until the wee hours of the morning. I would dream of flying squirrels. youtu.be/PDFUgsE6odU?...
18.01.2025 03:21
π 1
π 0
π¬ 0
π 0
As an FX artist who used to spend days crafting fluid simulations (fire, water, smoke), the gen AI stuff often falls short. The coke ad always make me cringe. But, this⦠This, is really good.
16.01.2025 01:06
π 3
π 0
π¬ 0
π 0
Iβd argue 90% of the time an βagenticβ framework isnβt needed. I had to learn the basics about orchestration and distributed systems to realize that.
14.01.2025 14:57
π 3
π 0
π¬ 0
π 0
The initial appeal was easily constructing/modifying a graph. Define your fnβs, define the flow/relationships.
It took time for me to understand agentic flows, thinking complex systems needed a special framework.
14.01.2025 14:57
π 2
π 0
π¬ 1
π 0
From the article:
Several screenwriters whoβve worked for the streamer told me a common note from company executives is βhave this character announce what theyβre doing so that viewers who have this program on in the background can follow along.β
04.01.2025 02:21
π 0
π 0
π¬ 0
π 0
I think this is why some agentic workflows produce seemingly novel results - theyβre designed to iteratively explore until a condition is met. We donβt necessarily do that when chatting with an llm.
03.01.2025 20:37
π 0
π 0
π¬ 0
π 0
My take on this is that weβre iteratively exploring the latent space. The initial prompt and response puts us in the ball park. By asking βwrite better codeβ weβre probing the neighbouring, high dimensional space.
03.01.2025 20:35
π 0
π 0
π¬ 1
π 0
52 Things I Learned in 2024 - Kent Hendricks
Here are some of the most interesting things I learned this year.
AI produces fewer greenhouse gas emissions than humans! Humans emit 27g of CO2 in the time it takes to write three hundred words. ChatGPT, however, performs the same task in 4.4 seconds and produces only 2.2g of CO2. www.nature.com/articles/s41...
From: kenthendricks.com/52-things-i-...
31.12.2024 16:31
π 1
π 0
π¬ 1
π 0
I copied the files into Claude, laid out my steps and had a mostly working refactor in seconds. What would have been a half day or more was done. But that tension still lingers. Anyone else feel this?
28.12.2024 19:57
π 1
π 0
π¬ 0
π 0
I still feel like Iβm learning to let go of how I used to interact with code. I had a pretty big refactor I wanted to do and even though I could see the steps there was still an anxiety or resistance to getting stuck in. Then I realized I could hand this over to Claude.
28.12.2024 19:57
π 1
π 0
π¬ 1
π 0
I think htmx and alpinejs are good additions. Lightweight, inline, llm-friendly.
23.12.2024 22:22
π 3
π 0
π¬ 0
π 0
Is there any way we can see some of these experiments? Iβd love to get a sense of the the problem statements, how theyβre structured, and what makes for a good response. Iβm not an academic but I feel like the methodology could be transferable.
12.12.2024 18:54
π 0
π 0
π¬ 0
π 0
At first I wasnβt sure what Command offered over conditional edges but after reading docs it makes sense. BUT, I then discovered interrupt() and that just feels like a minefield of footguns. Iβll likely put it in the wrong place in a node. Or worse, run into issues with tracking multiple interrupts.
12.12.2024 02:21
π 0
π 0
π¬ 0
π 0
Do kids learn about markdown at school?
I picked it up over the years because I like the simplicity. And tools like Obsidian and iaWriter are my favourites.
But AI has kinda made it mainstream and I donβt know if kids know or care about it.
11.12.2024 22:52
π 0
π 0
π¬ 0
π 0
Anthropic > web containers > js
OpenAI > wasm > python
10.12.2024 19:43
π 0
π 0
π¬ 0
π 0