What's the most interesting AI agent project you've discovered recently?

2 months ago
Not necessarily the most capable one.
I'm more interested in projects that introduced a genuinely interesting idea or solved a problem in a different way.
Could be open source, research, infrastructure, orchestration, memory systems, agent frameworks, or anything else related to autonomous systems.
What stood out to you?



For me, the most interesting direction lately is agent infrastructure rather than the agent itself.
Planning and memory are cool, but the real bottleneck seems to be the connector layer: OAuth, tokens, API scopes, local secrets, safe execution, retries, and making sure an agent can actually use real services without leaking credentials or breaking workflows.
Less flashy than a new framework, but probably much closer to what makes agents useful in practice.