Hacker News new | ask | show | jobs
by throwaway4aday 1185 days ago
You're missing a huge market that just opened up. Writing "plugins" for ChatGPT. Given an API GPT-4 can now use it to complete various tasks. They've shown a demo of it using a search command and a calc command but there is no limit to what these could be. Better dust off those CLI skills since you'll mostly be dealing with text input and output.
1 comments

Not sure CLI skills are relevant, seems like OpenAI is pushing for JSON rest apis. Maybe because that's what GPT-4 has seen more of.
> OpenAI is pushing for JSON rest api

Which is probably one of the easiest types of code to autogenerate.

In fact we already have tools to generate apis from a model. And a model could be produced by ai given human (language) inputs.