| ▲ | cromka 2 days ago |
| I have a strong feeling that no new languages will get adopted at all, now that it's important for AI to be proficient in speaking them. |
|
| ▲ | vikramkr 2 days ago | parent | next [-] |
| The best AI models at this point are perfectly fine handling new languages and frameworks and stuff - as long as you can point the llm to some docs and some example code it's not gonna do noticeably worse than it would at another language. |
| |
| ▲ | cromka 2 days ago | parent [-] | | Sure, but you expect of AI the ability to use the vast knowledge on languages and platforms that already exist out there. Just because they can be toughy to understand a new language won't make them proficient in it, able to save problems, etc. | | |
| ▲ | wild_egg a day ago | parent | next [-] | | > you expect of AI the ability to use the vast knowledge on languages and platforms that already exist out there. They do. Even completely novel esolangs have enough in common with other things that the current models don't even blink. I really recommend trying it some time. | |
| ▲ | vikramkr a day ago | parent | prev [-] | | Not really - it doesn't seem to be much of a leap to be able to transfer that knowledge to new language. Honestly there's not a lot that's fundamentally new under the sun in new programming languages and solving a problem in a different language is just another problem for an llm to solve - obviously what's easy and hard for an llm is unrelated to what's easy and hard for a human so human intuition should be taken with a very large grain of salt, but my intuition is that it's not meaningfully different for the llm to figure out a new language vs figure out a weird 3rd party api to integrate with. For both of those cases you do need to give them access to docs and examples, it's not innate to the model, but even for languages it does know from its training data you still need to direct it on what style guide etc you want for your codebase to keep it consistent with your other code patterns. |
|
|
|
| ▲ | cultofmetatron 2 days ago | parent | prev | next [-] |
| I've been suspecting this myself and its probably the biggest thing I dislike about ai having taken over the proffession. |
|
| ▲ | pjmlp 2 days ago | parent | prev [-] |
| If anything, research for AI based tooling for direct code generation is only increasing. |