Skip to content
View havocked's full-sized avatar

Block or report havocked

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
havocked/README.md

Hi, I'm Nate πŸ‘‹

Python TypeScript macOS LLMs

πŸƒ Runner Β· πŸ› οΈ Building AI tools I actually use Β· 🧱 Architecture over shortcuts

I spend most of my free cycles on agent engineering β€” turning LLMs into things you'd trust with a real decision, not just a demo. CLI-first, composable, verifiable.


πŸ”§ What I'm building

A safe, agent-friendly bridge between LLM tools and Apple Calendar on macOS. Structured access for agents, without the "please don't delete my life" risk.

🎡 tidal-cli

Control the TIDAL desktop app from the terminal. TypeScript + Chrome DevTools Protocol, zero auth overhead β€” search, play, manage playlists, all pipeable.

🎧 curator

CLI-first playlist curation toolkit. Genre discovery via MusicBrainz, energy-arc arrangements, provider-agnostic. Pairs with tidal-cli:

curator discover --genre jazz | tidal playlist create "Late Night Jazz"

πŸš† bahn-cli

Deutsche Bahn from the command line. Agent-first, JSON-native, cookie auth.


🎯 What I'm focused on right now

  • Evals β€” shipping an agent is easy; knowing it still works next month is the hard part
  • Model routing β€” the right model for the right subtask, not "always Opus"
  • Observability β€” seeing what the agent actually did vs. what you hoped it did
  • Composable CLIs β€” every tool pipe-friendly, every action verifiable

🧠 How I work

  • Function before personality β€” it has to do the thing before it gets a voice
  • Tests and quality gates are sacred β€” never weaken the test to make it pass
  • Uniform data shapes β€” same type, same structure, always
  • Boring architecture beats clever architecture, every time

πŸƒ When I'm not coding

Running. No race on the calendar right now, which means more base miles and fewer intervals.


πŸ“« Say hi

Pinned Loading

  1. tidal-cli tidal-cli Public

    CLI to control the TIDAL desktop app via Chrome DevTools Protocol

    TypeScript

  2. apple-calendar-bridge apple-calendar-bridge Public

    Safe, agent-friendly bridge between LLM tools and Apple Calendar on macOS

    Swift