Been trying to incorporate AI agents into my day-to-day for a few months now and I keep hitting the same wall.
Most demos look great but when I try to plug agents into a real workflow, the friction adds up fast. Either the agent can't access live data so it's working off stale info, or it can see data but can't actually do anything useful with it, or the setup takes so much custom work that I end up spending more time building the integration than actually using it.
The specific use case I've been stuck on is finance. I want something that can pull live prices, keep an eye on my current positions, maybe set alerts or assist with order timing. Sounds simple but everything I've tried either needs a developer to set up properly or stops working after a few days.
What's been the biggest blocker for you? Data access? Action capabilities? Or anything else??