Tag: ai
All the articles with the tag "ai".
What I'd Steal From Hermes for the Next Orbit
Published: at 10:30 PMOrbit was my first stateful agent harness — scout, router, hunter, verifier, all reading from a tasks.json. It was the right shape for bug-hunting. For UI audits, it isn't enough. Reading Hermes this week, I saw the ceiling: a platform where taste compounds across sessions.
Fixing AI Slop in the 80%
Published: at 10:10 PMPareto applies to code: 20% is skeleton, 80% is garbage. Backend garbage is tractable — you can verify it. UI garbage is where AI slop lives, because taste isn't testable. One concrete move against it: stop screenshotting competitors. Record them.
Building an LLM Agent to Play Dwarf Fortress
Published: at 06:00 PMNot because it's hard. Because it's abstract. How we wired an LLM to control Dwarf Fortress via DFHack — and got Phase 1 to actually run.
Clawdbot: Building My AI Companion from Scratch
Updated: at 09:00 AMHow I set up a self-hosted AI agent that actually remembers me, checks my health data, and automates my boring tasks.
AI Agents: Understanding Modern LLM Systems
Published: at 10:59 PMA comprehensive guide to AI agents, covering evaluation, embeddings, RAG, and human-in-the-loop systems