← home

THE GHOST EMPLOYEE AT A KEYBOARD

ok so I built something that feels slightly illegal, lol. it takes our support
questions and just... types them into a terminal where an AI assistant is already
sitting. like a ghost quietly working at the keyboard all day. nobody's watching it.
honestly it's a little spooky and I love it. 👻

the "proper" version of this would've been, you know, a real service. queues, APIs,
the whole serious-engineer starter pack. I went the other way. and the more I sit with
it, the more I think the choice mattered way more than the actual code (which is almost
embarrassingly small btw).

the thing is, the session I'm typing into already worked. it had everything: the right
access, the right tools, all the context. so instead of rebuilding all that in some
headless pipeline... I just let the questions walk up and start typing. that's it.
that's the trick.

three things made me genuinely happy here:

it costs basically nothing, because it rides on a tool I already pay for. question
number two hundred this month? free.

a human can grab the wheel any time. there's no wall between "the automation" and "me",
it's literally one terminal. something looks off, I sit down at the same desk the ghost
was using and watch what it saw. (this has saved me more than once.)

and when it gets stuck, it gets stuck the way a person would. just... waiting on
something nobody answered. so debugging is never archaeology. it's just looking.

would I recommend this for anything high-volume? oh god no. it'd fall over instantly.
but for THIS? the dumb thing is the good thing. every part is inspectable with stuff I
already understand. no black box, no new vocabulary to learn at 2am.

there's a fancier essay in here somewhere about Simplicity and Unix Philosophy or
whatever. but the honest version is smaller: sometimes the best place to plug in an AI
is the same place a human would. a keyboard and a screen. because then, when you need
to, you can always just... pull up a chair.


---

this blog runs on [pre](github.com/connect-kai/pre)