← Back to context

Comment by rhdunn

8 hours ago

I'm not an AI critic (I use it for autocompletions and asking some questions) but still write my own code.

I'm not sold on the agentic workflows that AI labs are pushing and haven't yet figured out if/when/how to integrate it into my workflow.

There are two general things I'm weary of with agentic workflows compared to the chat-based workflows:

1. the agentic workflows are much more inclined to go and do the thing rather than involve you in the loop -- e.g. if you are trying to design/plan something;

2. the agents are happy to go and run any command -- you can get them to prompt to confirm the action, but they could easily do something like wipe your home directory, install a random package, or something else.