Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
stavros
3y ago
0 comments
Save
Share
How is it going to detect whether a given URL is real, though?
0 comments
4 comments · 1 top-level
top
newest
oldest
codetrotter
3y ago
· 3 in thread
Give the AI access to cURL and train it on how to interpret responses. What could possibly go wrong :p
stavros
OP
3y ago
I've been thinking of doing that for some stuff! Teach it how to call APIs and see what happens.
thornewolf
3y ago
I did exactly that! See [1] for my implementation of a telegram bot that is able to write and execute python code.
[1]
https://github.com/thornewolf/gpt-3-execution
fragmede
3y ago
Just give it the return code (200 vs 404 vs NXDOMAIN) and avoid creating Skynet.
j
/
k
navigate · click thread line to collapse