logoalt Hacker News

a3wlast Friday at 1:40 PM4 repliesview on HN

Can LLMs do Cobol?


Replies

zoom6628last Friday at 1:58 PM

Yep. I have recently used prompts to ask for COBOL code solution so I can compare it to other languages I also know to check quality of the answer. So far no mistakes.

gwbas1clast Friday at 3:50 PM

I'm sure they can do brainfuck if you have a good training set.

show 1 reply
the_aflast Friday at 2:27 PM

> Can LLMs do Cobol?

I imagine it's the one place where LLMs would absolutely shine. COBOL jobs are usually very verbose, lots of boilerplate, but what they do is mostly very straightforward batch processing. It's ripe for automation with LLMs.

The flip side is that banks are usually very conservative about technology (for good reason).

show 2 replies
bbarnettlast Friday at 2:00 PM

Yes! But only if they write the compiler too.