What AI Agent Are You Building in 2026? Share Your Stack, Challenges & Lessons

2 months ago
Hi everyone,
I'm curious to see what everyone in this community is building with AI agents.
If you're working on an agent, I'd love to know:
What problem does it solve?
Which models are you using?
What framework or SDK did you choose (LangGraph, CrewAI, OpenAI Agents SDK, AutoGen, etc.)?
Are you using MCP, RAG, memory, or browser automation?
What's been the biggest challenge you've faced?
Any lessons or best practices you'd share with others?
Whether your project is a personal experiment, an open-source tool, or a production system, feel free to share your architecture, screenshots, demos, or GitHub links.
Looking forward to learning from everyone's experiences and discovering interesting AI agent projects!



im messing around with a local agent for summarizing long research papers. definately sticking to pure python scripts right now because frameworks kinda make it hard to debug when things go sideways lol. keeping the memory layer simple has been the biggest challenge so far.