How well can LLMs write COBOL?
11–20 of 63 posts
Re: How well can LLMs write COBOL?
#12I suspect there were relatively few training examples for COBOL. It would be interesting to see the results for a system which had a significant number of such examples in the training set.
There is probably a business opportunity for an AI company to build private LLMs for large enterprises trained on their own COBOL code bases. They won't find much available as open source, and individual companies tend to have significantly different coding styles tied to COBOL versions and database schemas.
Re: How well can LLMs write COBOL?
#13Re: How well can LLMs write COBOL?
#14On one hand, it'd be super cool to solve the talent shortage in the field, also Cobol code isn't very pleasant to write. On the other, I'm not sure I'd want tools known for poor code quality, and hallucinations, to write these super critical systems. Guess there might be a copilotesque productivity booster for human developers, but I think these systems are some of the last places I'd want LLMs to contribute.
Re: How well can LLMs write COBOL?
#15I tried to get chatgpt to write 6502 assembler for the 1980s 8-bit home computer the BBC Micro. It was game, but clueless
Re: How well can LLMs write COBOL?
#16Re: How well can LLMs write COBOL?
#17On one hand, it'd be super cool to solve the talent shortage in the field, also Cobol code isn't very pleasant to write. On the other, I'm not sure I'd want tools known for poor code quality, and hallucinations, to write these super critical systems. Guess there might be a copilotesque productivity booster for human developers, but I think these systems are some of the last places I'd want LLMs to contribute.
Re: How well can LLMs write COBOL?
#18I suspect there were relatively few training examples for COBOL. It would be interesting to see the results for a system which had a significant number of such examples in the training set.
Re: How well can LLMs write COBOL?
#19It would be interesting to feed it a formal language specification of some language it hasn't seen and then ask it write code and see how it does. That could be a test of reasoning and reading comprehension
Re: How well can LLMs write COBOL?
#20On one hand, it'd be super cool to solve the talent shortage in the field, also Cobol code isn't very pleasant to write. On the other, I'm not sure I'd want tools known for poor code quality, and hallucinations, to write these super critical systems. Guess there might be a copilotesque productivity booster for human developers, but I think these systems are some of the last places I'd want LLMs to contribute.
I wonder if a better goal would be valid translation of the COBOL into X language. Obviously that has its own can of worms but it seems like our goal generally should be getting critical systems to more modern languages that can be maintained more easily.