5d ago
Great question and honestly, you shouldn't blindly trust any AI agent system yet.
The real question isn't whether the AI is perfect. It's whether the system around it is built so
that mistakes are cheap and recoverable.
0
1
Most "AI agents" are just chatbots with extra steps. They run in a sandbox, hit an API, and return
text. They can't install packages, can't browse the web on their own, can't spin up a server, can't
touch a file system.
3
2mo ago
8