AI agents still suck, so I built my own

Reddit r/AI_Agents Products

Summary

The author built a custom AI agent application wrapping Claude Code and upcoming Codex support, focusing on composable workflows and seeking community feedback.

Right now the app ships with a wrapper around Claude Code, with support for codex coming this week. The broader focus is around composable flows + steps. Would genuinely love feedback from people experimenting with similar workflows / agent setups.
Original Article

Similar Articles

Why is every agent ever made just a worse Claude Code?

Reddit r/AI_Agents

A developer questions the value of building specialized AI agents when general-purpose tools like Claude Code can accomplish the same tasks, suggesting that current agentic approaches are just less capable versions of Claude with extra guardrails.

I let Codex and Claude Opus work on the same Java AI agent monolith

Reddit r/AI_Agents

A developer compares Codex 5.3 and Claude Opus 4.6 on autonomous Java AI agent development, finding that the model with more elegant architecture (Claude) often produced code that never executed, while the more boring and direct Codex improved the working product with practical fixes like timeouts and history recovery.