←back to thread

2127 points bakugo | 3 comments | | HN request time: 0s | source
1. wewewedxfgdf ◴[] No.43164580[source]
What makes software "agentic" instead of just a computer program?

I hear lots of talk about agents and can't see them as being any different from an ordinary computer program.

replies(1): >>43164603 #
2. dannyw ◴[] No.43164603[source]
Computer programs generally don’t call functions non-deterministically, including choosing what functions to call , and when, at runtime.
replies(1): >>43170838 #
3. milesrout ◴[] No.43170838[source]
Computer programs do all of those things actually.