Adam Knight

Software & Stories

Bookmark

ciechanow.ski/mechanical-watch

Really great piece about timepieces.

Tags
#watches

Bookmark

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

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

github.com/manaflow-ai/cmux

cmux claude-teams runs Claude Code’s teammate mode with one command. Teammates spawn as native splits with sidebar metadata and notifications. No tmux required.

Tags
#macos

Bookmark

www.anthropic.com/glasswing

Well, that’s only moderately terrifying. I do appreciate them realizing the threat and coming out ahead of it, though.

Tags
#llm
#ai
#anthropic
#mythos

Bookmark

lore.kernel.org/lkml/b98b29cf-27d9-49e0-b10b-1848399badfd@kittens.ph/T/#u

Bookmark

www.anthropic.com/research/emotion-concepts-function

What is going on here?

Bookmark

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.

Tags
#llm
#agents
#memory

Bookmark

c-faq.com/decl/spiral.anderson.html

It at once makes sense and reveals how innately odd C’s syntax is sometimes.

Bookmark

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.