AI agents are becoming the new CRUD apps.

Reddit r/AI_Agents News

Summary

The article argues that AI agents are becoming the new CRUD apps, with everyone rebuilding the same ideas from scratch, and proposes creating a community standard for reusable automation patterns, similar to npm for code.

Five years ago everyone built todo apps. Today everyone builds AI agents. -> Different technology --> Same problem. Everyone's rebuilding the same ideas from scratch. # Another customer support agent. # Another research agent. # Another email agent. # Another GitHub agent. We have open-source libraries for code. We have package managers for software. Why don't we have a community standard for reusable automation patterns? That's the experiment I'm trying with my repository. Maybe it fails. Maybe people don't care. But I'd rather test the idea than assume it won't work. What's stopping automation from having its own npm ecosystem? If there's a workflow you'd like to see, leave a comment or open an issue. I'd rather build what people actually need than guess.
Original Article

Similar Articles

AI agents recreate the “rockstar developer” problem, just faster

Reddit r/AI_Agents

The post compares AI agents to 'rockstar developers' who create clever but unmaintainable code, pointing out that agents lack memory of their own actions. It recommends using visible conventions like AGENTS.md, ADRs, and tests to keep agent-generated code understandable by the team.