←back to thread

234 points _false | 1 comments | | HN request time: 0s | source

COBOL legacy systems in finance and government are somewhat of a meme. However, I've never actually met a single person who's day job is to maintain one. I'd be curious to learn what systems are you working on?
Show context
42lux ◴[] No.44604467[source]
Bank.
replies(1): >>44604541 #
a3w ◴[] No.44604541[source]
Can LLMs do Cobol?
replies(4): >>44604711 #>>44604728 #>>44604994 #>>44606128 #
the_af ◴[] No.44604994[source]
> 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).

replies(2): >>44605117 #>>44605212 #
kreetx ◴[] No.44605117[source]
I don't think LLMs are anything human language specific, so would they really shine here? I.e, COBOL and SQL may be great for humans who otherwise aren't used to programming languages, but LLMs have seen everything, and thus are able to know any (programming) language, not just ones which are English-like.
replies(1): >>44612588 #
1. the_af ◴[] No.44612588[source]
I think it would shine because COBOL is very verbose and the programs written with it (batch jobs) very straightforward but also very boilerplate-rish and boring to write by hand, a situation with little risk and high reward to automate.