Now Is the Best Time to Be a Duct Tape Engineer

Dad turns his car rides into work time — and the internet is deeply split

TLDR: A developer built a phone-based AI helper so he can get work done during school-run drives, even telling it to update itself. Commenters turned that into a bigger fight over whether this is clever problem-solving, shameless self-promo, or a depressing sign that no moment of life can stay offline.

A dad with tiny pockets of free time built what is basically a call-in assistant for his car: phone a number, talk out loud, and an AI helper can check email, draft messages, search notes, and even update its own code. His pitch was simple: if school-run driving is the only quiet time you get, why not make the car feel like a mini office? The project, called ClawPhone, stitches together existing tools so he can literally tell it to redeploy itself after a call.

But the real fireworks were in the comments, where readers instantly split into camps. One side saw it as peak duct-tape genius: not inventing the parts, just snapping them together into something weirdly useful. The other side came in swinging. One commenter brutally mocked the whole thing with, “I didn’t write a blog post,” basically accusing the author of taking too much credit for plugging tools together. Another said the bigger story wasn’t cleverness at all — it was the sadness of turning every spare second into productivity, asking why anyone would want their Toyota to become an office. Ouch.

And then came the jokes. Someone snarked that after the AI edits the code, the creator might get home and have no idea what he’s looking at. Another dismissed the post as a straight-up ad. So yes, the gadget impressed people — but the comment section was really a referendum on hustle culture, AI dependence, and whether “life hack” innovation is inspiring or just a little bleak

Key Points

  • Adam Derewecki built ClawPhone to use short driving periods for voice-based interaction with code and personal digital accounts.
  • ClawPhone lets a caller interact with an AI agent that can access Gmail, Google Calendar, notes, and other connected data sources.
  • The stack uses Twilio for audio, OpenAI’s Realtime API for voice interaction, and a Claude Code subprocess accessed through an ask_claude(query) tool.
  • The system includes a workflow where the agent can edit its own codebase and trigger redeployment through a supervisor loop that restarts the server.
  • Derewecki says the project was assembled from existing components in an afternoon and has been released as open source with setup requirements listed in its README.

Hottest takes

“I didn’t write a blog post.” — cevn
“Or just focus on driving?” — Otek
“you won’t understand any of the code” — Hugsbox
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.