February 2026
Feb. 8, 2026
Building a functional consciousness eval suite for LLMs
Building a functional consciousness eval suite for LLMs I spent last night at the AGI House Engineering Consciousness Hackathon in San Francisco building an eval harness that tries to answer a question I find genuinely hard to let go of: when an LLM says “I’m uncertain about this,” does anything …
Feb. 25, 2026
Cleaning up taskmaster’s terminal output
Cleaning up taskmaster’s terminal output 2026-02-25 I forked taskmaster a few recently to stop Claude from quitting early when working in a Claude Code session. The stop hook fires every time Claude tries to stop and blocks it until he emits an explicit TASKMASTER_DONE::<session_id> token — a parseable signal that …