←back to thread

2127 points bakugo | 1 comments | | HN request time: 0.757s | source
Show context
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 #
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 #
1. milesrout ◴[] No.43170838[source]
Computer programs do all of those things actually.