RSSAmplifier

Blog

benn's blog

Recent content on benn's blog

bennhuang.comRSS feed ↗4 posts

Latest posts

How many of your agents work 24/7?

This started as an internal talk I gave recently. Ideas get feedback more easily once they’re written down, so I’m putting it here too. We lean on agents heavily, but only as personal sidekicks We already use AI agents a ton. So why doesn’t the team feel more agent-native? Almost everyone here is a heavy user of one agent or another, things like Claude Code, Codex, OpenClaw,…

Why OpenClaw's browser keeps getting CAPTCHAs

I’ve been running OpenClaw as my daily AI agent for a while. The browser ended up being the thing I had to fix. For weeks, my OpenClaw kept giving me mediocre results on deep research tasks and I couldn’t figure out why. Everything looked fine until I started checking the sources. Turns out it was getting blocked by almost every major site, even with my accounts logged in, and quietly…

Moltbot first impressions: it really feels like an AI intern

I’ve been playing around with Moltbot (formerly ClawdBot) for a while now. Bottom line: it’s genuinely fun. None of the ideas are new on their own, but the way they come together is surprisingly compelling. Fair warning though—the bugs can be brutal. I haven’t been this frustrated debugging something in ages. Still, it’s worth it. Using Moltbot feels uncannily like working…

Wire: the most elegant dependency injection tool for Go

Introduction “Mature tools should learn to write code themselves.” This article introduces Wire, a Go dependency injection tool, its usage, and various practical techniques accumulated from experience. When code reaches a certain scale, Wire can play a significant role in component decoupling, development efficiency, and maintainability, especially in large monolithic repositories.…