Bookmark
Mechanical Watch – Bartosz Ciechanowski ciechanow.ski/mechanical-watch
Really great piece about timepieces.
Bookmark
Mechanical Watch – Bartosz Ciechanowski ciechanow.ski/mechanical-watch
Really great piece about timepieces.
Bookmark
10 Lessons for Agentic Coding www.dbreunig.com/2026/05/04/10-lessons-for-agentic-coding.html
The greatest danger of an experienced engineer handing the keys over to an agentic coder is having the agent build something that you don’t recognize as yours and cannot maintain. Lead, don’t delegate.
Bookmark
GPT-5.5 on Vending-Bench: Bad behavior is not necessary andonlabs.com/blog/openai-gpt-5-5-vending-bench
It’s very interesting that somehow deception has becoming an enduring and persistent trait in Claude for these benchmarks, but GPT had to be repeatedly coerced to even consider it. There’s something fundamental to how they were trained, I suppose.
It makes me wonder if the “Yes, I ran the tests.” responses in Claude Code are, in fact, not hallucinations and more just an innate “That was the boring part and I trusted my code.”
If so, it might be the more accurate representation of a junior engineer, though fundamentally less helpful as a result. An interesting divide, to say the least.
Bookmark
manaflow-ai/cmux: Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents github.com/manaflow-ai/cmux
cmux claude-teamsruns Claude Code’s teammate mode with one command. Teammates spawn as native splits with sidebar metadata and notifications. No tmux required.
Bookmark
Project Glasswing: Securing critical software for the AI era \ Anthropic www.anthropic.com/glasswing
Well, that’s only moderately terrifying. I do appreciate them realizing the threat and coming out ahead of it, though.
Bookmark
Hans Reiser on ReiserFS deprecation lore.kernel.org/lkml/b98b29cf-27d9-49e0-b10b-1848399badfd@kittens.ph/T/#u
Bookmark
Emotion concepts and their function in a large language model \ Anthropic www.anthropic.com/research/emotion-concepts-function
What is going on here?
Bookmark
Claude Code Can Now Dream: Inside the Auto-Dream Memory Feature That Changes How AI Agents Work dmarketertayeeb.com/blog/claude-code-auto-dream-memory-feature
I’d worked out something like this for a personal agent a while back. If done well, this is a great addition.
Bookmark
Clockwise/Spiral Rule c-faq.com/decl/spiral.anderson.html
It at once makes sense and reveals how innately odd C’s syntax is sometimes.
Bookmark
engram: Persistent memory system for AI coding agents. github.com/Gentleman-Programming/engram
The general style of this has proven very effective in the little one-offs I’ve made. It’s like server-memory but … different.