01 — Work

Three things, done well.

We focus narrowly so we can move quickly. Every project we take on is some combination of these three capabilities — connected, shipped, and measured.

01

AI Integration

LLM agents that actually do the work — drafting, summarizing, deciding, triaging.

We connect language models to your data and your processes, with the eval harness, prompt versioning, and tool integrations to make them dependable. We've shipped chat copilots, RAG over private knowledge, document parsers, voice agents, and autonomous workflow runners. We tell you honestly when AI is the wrong tool for the job.

  • GPT
  • Claude
  • RAG
  • Agents
  • Eval
  • Function calling
02

Automation

Boring, repetitive work — gone. Workflow systems that run themselves.

We sit next to the people doing the work, identify what's the same every time, and wire it up. Forms, inboxes, spreadsheets, CRMs, dispatch, billing, document generation, escalations. The 80% that's mechanical disappears; the weird 20% routes to a human with all the context they need.

  • Workflows
  • Zapier
  • n8n
  • APIs
  • Webhooks
  • Scheduled jobs
03

Custom Software

Internal tools, dashboards, portals, websites — built lean and modern.

Next.js + TypeScript + Postgres, deployed on Vercel or whatever the constraints demand. We start with the bottleneck and ship the smallest thing that fixes it, then expand on what's earned. The codebase stays small enough that one person can read every line — and the next one too.

  • Next.js
  • Vercel
  • Postgres
  • TypeScript
  • React
  • Tailwind