logoalt Hacker News

bethekidyouwanttoday at 4:11 PM2 repliesview on HN

How else would anyone do something like issue a refund if not through a programmatic interface?


Replies

sqquimatoday at 4:20 PM

Direct access to the database, and create the "refund program" on the fly. Yes, stuff of nightmares.

show 2 replies
jacobgoldtoday at 4:15 PM

At some level everything an agent does is through a "programmatic interface" (tool calls).

Some people might use skill-based scripts, MCPs, or some kind of raw access to a database. My point is that well designed CLIs are the optimal programmatic interface, for many reasons.

show 1 reply