skip to content
Topic

tools

35 essays on this topic.

  1. Agent-Native Onboarding Is Not a Signup Form

    If a product wants agents as real users, first-run setup has to be an executable workflow, not a human signup ceremony wrapped in documentation.

  2. What a port forgets

    Porting a tool's API ports its constraints. Design from the target environment's ideal, then reconcile against the source's primitives.

  3. Tool Health Is the Missing Layer of Agent-Native Apps

    Agent-native apps do not become trustworthy when an agent can call tools. They become trustworthy when the app can prove those tools worked.

  4. What Hermes Agent got right

    Nous Research shipped an open-source personal agent that does most of what my bespoke system does. Here is what they got right, what they traded away, and what I stole.

  5. What 60K Stars Actually Validates

    Garry Tan's gstack arrived at the same architectural decisions I did, independently. The convergence matters more than either implementation.

  6. The Template Is the Schema

    Seven PyPI releases of a CV generation tool in one afternoon taught me that template-guided synthesis lives and dies by what the template already contains.

  7. 4 Principles for Agent-Facing CLI Design

    Most advice about making CLIs agent-friendly is just good CLI design. Only four principles are actually agent-specific.

  8. The primary-source tax

    Multi-engine search agreement is not primary-source verification. A cautionary tale about hallucinating reference content from consistent secondary summaries.

  9. Ten Things I Learned From the Agent Skills Gold Rush

    A day of reading skill repositories taught me less about the skills themselves than about how much I'd missed of the surrounding ecosystem.

  10. What I Found Evaluating 5 Agent Skill Repos

    Five skill repositories, a day of reading code, and a significant correction I had to make the same afternoon.

  11. Tools Are Instruments, Skills Are Recipes

    The tool/skill/agent distinction isn't just compression ratio — tools are instruments, skills compose them with judgment. Same thing only at the leaf.

  12. The Constitution Eats Itself

    Design for the failure modes of your medium, not the capabilities. Then watch the rules dissolve themselves into programs.

  13. Taste Is the Metabolism

    Tool descriptions were just the first thing to evolve. Everything in an agent's context window is a genome under selection pressure — and taste decides what counts.

  14. The Semantic Consumer

    Traditional computing has two consumers: humans who look and programs that parse. LLMs are a third kind — they read.

  15. The Missing Metabolism

    We build agent tools the way medieval farmers bred crops — by hand, by instinct, one season at a time. There's a better loop.

  16. Your Wearable Doesn't Know You're Tired

    Oura gave me a normal stress score after three 12-hour creative marathons. Wearables measure your body, not your brain.

  17. Show Up with the Machine, Not the Idea

    The highest-leverage consulting prep is building the tool before you need it

  18. The Annotation Model: What AI Journaling Gets Right

    Most AI writing tools want to chat with you. The better model is annotation — AI that reads what you wrote and leaves margin notes.

  19. What AlphaSense Charges Ten Thousand Dollars For

    I built an AI landscape intelligence pipeline for zero marginal cost. Here's what it does and what it can't.

  20. Redundancy Is the Only Honest AI Research Strategy

    I ran the same question through 6 AI tools and scored them against peer-reviewed evidence. Every tool got something wrong that another got right.

  21. The Bootstrap Problem in AI Tooling

    You need the tool to build the tool. The answer is: build the dumb version first, use it once, then have it build its replacement.

  22. The Orchestration Layer Is Knowledge, Not Code

    Multi-agent AI orchestration frameworks are commodity. The competitive advantage is knowing which agent to use when, what breaks, and how to recover.

  23. The Accidental Life OS

    I spent an afternoon researching AI tools for personal life management. The conclusion was that I should stop looking.

  24. The Case Against Knowledge Management Systems

    Most PKM tools are procrastination with better aesthetics. The problem isn't the software — it's that filing a note feels like understanding it.

  25. The Calibration Trap

    The comfort trap is about effort. This one is about epistemics — and it's harder to see.

  26. The Comfort Trap

    The right test for any AI interaction isn't 'did it help me?' but 'am I more capable after it?'

  27. The Personalised System Era

    AI coding agents didn't just make developers faster. They changed who gets to have a bespoke system.

  28. Let the OS Schedule, Let Your Tool Dispatch

    The moment I stopped building scheduling into my tools, everything got simpler.

  29. The Experiment Loop Without the GPU

    Andrej Karpathy's autoresearch project is being read as a demo of what H100s can do overnight. It's actually a discipline for doing rigorous work on anything measurable.

  30. I Didn't Mean to Kill My Todo App

    A coding assistant quietly made three productivity apps redundant. Not by replacing them — by making context collapse the boundaries between them.