Three years ago an LLM would conversationally describe what the code would look like.
Two years ago it might crib common examples with minor typos.
Last year it could do something that isn't on StackOverflow at the level of an intern.
Earlier this year it could do something that isn't on StackOverflow at the level of a junior engineer.
Last week I had a conversation with Claude 3.5 that went something like this:
Write an interactive command-line battleship game
Write a mouse interactive TUI for it
Add a cli flag to connect to `ollama` and ask it to make guesses
There's a bug: write the AI conversation to a file so I can show you
Try some other models: make options for calling OpenAI and Anthropic
GPT and Anthropic are throwing this error (it needed to switch APIs)
The models aren't doing as well as they can: engage them more conversationally
Elapsed time: a few hours. I didn't write any code. Keep in mind that unlike ChatGPT, Claude can't search the net for documentation - this was all "from memory".What will LLMs do next year?