Ask HN: What is your preferred general purpose AI agent?

4 points by bag_boy ↗ HN
I build website on Webflow. I would like to point each button instance with specific text to a specific page.

I have tried using OpenAI's Operator but it's doing a poor job.

7 comments

[ 4.0 ms ] story [ 24.6 ms ] thread
i think what you want is interfacing directly with api's instead of making the ai navigate pages, fill up forms, and click buttons.

do you think our product at uncomplexities.com is something you would use? what it does is it uses the apis of saas paas iaas services directly instead of going through the user interfaces.

disclaimer: im the founder, we'll have a better version coming out next week

Since it’s a general purpose bot, wouldn’t I want to convey instructions in plain English?
Claude 3.5 Sonnet
How are you using it?
For everything, both directly via the web interface and for coding via Copilot and Cursor.

For Python scripts and stuff I’m still using either ChatGPT or a locally running LLM, because I’m cheap and lazy and haven’t glanced at Claude API prices lately.