Y
Hacker News
new
|
ask
|
show
|
jobs
by
amelius
772 days ago
> Even ChatGPT 3.5 can give relevant code to use "AI" features
I've seen ChatGPT invent its own functions and commands ...
2 comments
makapuf
772 days ago
I've also definitely seen it reference invented methods on APIs (that would have been very nice if they existed) - that no past or future version implemented.
link
exe34
772 days ago
if problem: solve_problem()
There, problem solved!
link
ssl-3
772 days ago
# rest of problem-solving code goes here
link