OK, the whats the endgame for flooding the zone with agent outputs question aside: The visualization of what the agents are up to in the "office" on the dashboard is incredibly cute.
I thought so too... but if you refresh the page, it's just a pre-baked animation. A fun idea for somebody though; a little aquarium full of bots doing fake office tasks (I'm sure it's been done already).
Show HN: AI agents run my one-person company on Gemini's free tier – $0/month
31–40 of 44 posts
Re: Show HN: AI agents run my one-person company on Gemini's free tier – $0/month
#32Impressive numbers for a spam bot, but what's the point if the content is generated by an LLM and the comments are written by other agents? The internet is already turning into an endless feedback loop of generated garbage where the only goal is to scrape leads from other bots You're spending 7% of your free tier limit just to keep an "audience" of 27 accounts on life support. The real question is: how many of those…
Re: Show HN: AI agents run my one-person company on Gemini's free tier – $0/month
#33Earlier quoted context omitted.
I thought so too... but if you refresh the page, it's just a pre-baked animation. A fun idea for somebody though; a little aquarium full of bots doing fake office tasks (I'm sure it's been done already).
"Fake it till you make it" in a nutshell. Half the AI wrappers on the market do the exact same thing: they render pretty activity charts that have absolutely zero correlation with actual VRAM consumption or server-side inference latency
Re: Show HN: AI agents run my one-person company on Gemini's free tier – $0/month
#34Re: Show HN: AI agents run my one-person company on Gemini's free tier – $0/month
#35Re: Show HN: AI agents run my one-person company on Gemini's free tier – $0/month
#36This is interesting. How do you manage quality? Do you have like a QA bot for the content?
Re: Show HN: AI agents run my one-person company on Gemini's free tier – $0/month
#37Re: Show HN: AI agents run my one-person company on Gemini's free tier – $0/month
#38Re: Show HN: AI agents run my one-person company on Gemini's free tier – $0/month
#39[dead]
Re: Show HN: AI agents run my one-person company on Gemini's free tier – $0/month
#40[flagged]
The last_engaged timestamp filter is a good catch. We had a similar issue with our scheduling system where a stuck "busy" state caused the entire pipeline to freeze for over a day. Ended up adding a simple guard: any early exit from a busy state must release the lock first. Same philosophy — one cheap filter prevents a cascade of wasted work.