frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Agentic interface for mainframes and COBOL

https://www.hypercubic.ai/hopper
21•sai18•1h ago
Hi HN, we’re Sai and Aayush, and we’re building Hypercubic (https://www.hypercubic.ai/), bringing AI tools to the mainframe and COBOL world. (We did a Launch HN last year: https://news.ycombinator.com/item?id=45877517.) Today we’re launching Hopper, an agentic development environment for mainframes.

You can download it here: https://www.hypercubic.ai/hopper, and you can also request access and immediately get a mainframe user account to play with.

There's also a video runthrough at https://www.youtube.com/watch?v=q81L5DcfBvE.

Mainframes still run a surprising amount of critical infrastructure: banking, payments, insurance, airlines, government programs, logistics, and core operations at large institutions. Many of these systems are decades old, but they continue to process enormous transaction volumes because they are reliable, secure, and deeply embedded into business operations.

A lot of that software is written in COBOL and runs on IBM z/OS. The development environment looks very different from modern cloud or Unix-style development. Instead of GitHub, shell commands, package managers, and CI pipelines, developers often work through TN3270 terminal sessions, ISPF panels, partitioned datasets, JCL, JES queues, spool output, return codes, VSAM files, CICS transactions, and shop-specific conventions.

TN3270 is the terminal interface used to interact with many IBM mainframe systems. ISPF is the menu and panel system developers use inside that terminal to browse datasets, edit source, submit jobs, and inspect output. It is powerful and reliable, but it was designed for expert humans navigating screens, function keys, and fixed-width workflows, not AI agents.

A simple COBOL change might require finding the right source member, checking copybooks, locating compile JCL, submitting a job, reading JES/SYSPRINT output, interpreting condition codes, patching fixed-width source, and resubmitting.

Much of this work is so well-defined and repetitive that it's a good fit for agentic AI. To get that working, however, a chatbot next to a terminal is not enough. The agent needs to operate inside the mainframe environment.

Hopper combines three things: (1) A real TN3270 terminal, (2) Mainframe-aware panels for datasets, members, jobs, and spool output, and (3) An AI agent that can operate across those z/OS surfaces.

For example, here is a tiny version of the kind of thing Hopper can help debug:

  COBOL:

   IDENTIFICATION DIVISION.
   PROGRAM-ID. PAYCALC.

   DATA DIVISION.
   WORKING-STORAGE SECTION.
   01  CUSTOMER-BALANCE     PIC 9(7)V99.

   PROCEDURE DIVISION.
       ADD 100.00 TO CUSTOMER-BALNCE
       DISPLAY "UPDATED BALANCE: " CUSTOMER-BALANCE
       STOP RUN.


  JCL:

    //PAYCOMP  JOB (ACCT),'COMPILE',CLASS=A,MSGCLASS=X
    
    //COBOL    EXEC IGYWCL
    
    [//COBOL.SYSIN](https://cobol.sysin/) DD DSN=USER1.APP.COBOL(PAYCALC),DISP=SHR
    
    [//LKED.SYSLMOD](https://lked.syslmod/) DD DSN=USER1.APP.LOAD(PAYCALC),DISP=SHR

A human would submit this job, inspect JES output, open `SYSPRINT`, find the undefined `CUSTOMER-BALNCE`, map it back to the source, patch the member, and resubmit. Hopper is designed to let an agent operate through that same loop autonomously.

Hopper is not trying to hide the mainframe behind a generic abstraction, and it's not a chatbot. The design principle is simple: preserve the fidelity of the mainframe environment, but make it accessible to AI agents.

Sensitive operations require approval, and the terminal remains visible at all times.

Once agents can operate inside the mainframe environment, new workflows become possible: faster job debugging, automated documentation, safer code changes, test generation, migration planning, traffic replay, and modernization verification.

We’re curious to hear your thoughts! especially from anyone who has worked with mainframes, COBOL or has done legacy enterprise modernization.

Comments

schlauerfox•1h ago
Is this available to install on Hercules emulator for hobbyists? For people unfamiliar with Mainframes, check out the moshix youtube channel.
aayn•58m ago
We don't currently support Hercules, but we are providing free access to a mainframe for people to try out.
ASalazarMX•24m ago
What was the training data? While there are open source projects for mainframes, most high-quality and battle-tested COBOL code bases are likely proprietary.

Also, will it be trained on the code base it sees? Most companies would be opposed to sharing their IP.

Edit: according to the website, the model won't be trained with your data.

happyPersonR•10m ago
Hopefully Llm while it may not allow immediately for like 100% ready to go financial services code

Maybe it gives us good tests ?

That alone for something on cobol might be worthwhile

Stars- render any GitHub list with live star/fork/activity badges

https://awesome-stars.github.io
1•arashbehmand•55s ago•0 comments

A code (reformatting) conundrum in Python, and heuristics

https://utcc.utoronto.ca/~cks/space/blog/python/CodeFormattingBlockHeuristics
1•speckx•1m ago•0 comments

Cook a Django project well, the agent-skill take on cookiecutter

https://github.com/RobustaRush/seedkit
2•kmmbvnr_•6m ago•0 comments

Elon Musk went to court. The judge wasn't amused

https://www.washingtonpost.com/technology/2026/05/02/musk-altman-openai-trial/
2•1vuio0pswjnm7•8m ago•0 comments

French Defenestration

https://darkomulej.substack.com/p/french-defenestration
2•Darius-BC•10m ago•0 comments

Learnings from Building an Ecommerce Chatbot for a Hardware Store

https://www.tommyjepsen.com/blog/building-an-ecommerce-chatbot-for-jemfix
2•tommyjepsen•11m ago•0 comments

Ask HN: Do people still pay for simple utility tools, or use ChatGPT/Claude now?

3•kamscruz•11m ago•0 comments

High-Quality Chaos

https://daniel.haxx.se/blog/2026/04/22/high-quality-chaos/
2•akyuu•11m ago•0 comments

After extensive work with agents, the non-technical sentence is the shape I see

https://sdocs.dev/s/qtIcZCIL#k=sHoAJ4Syfkv25404v5a3Ft4gJBPZwj7aAhquWmdzDPM
2•FailMore•12m ago•0 comments

How the World Became a Casino

https://www.404media.co/how-the-world-became-a-casino/
2•Brajeshwar•12m ago•0 comments

Show HN: Game evolves itself with your wishes

https://aion.quest/
2•xkoda•14m ago•0 comments

Notepad++ v8.9.5 Release

https://notepad-plus-plus.org/news/v895-released/
2•neustradamus•14m ago•0 comments

Studio Kylemcdonald.net

https://kylemcdonald.net/
2•rolph•14m ago•0 comments

Lies, damned lies, and Elastic's benchmarks

https://www.gouthamve.dev/lies-damned-lies-and-elastics-benchmarks/
2•valyala•16m ago•0 comments

E3 started 31 years ago and gaming was never the same

https://nichegamer.com/e3-started-31-years-ago-today-and-gaming-was-never-the-same/
2•HelloUsername•18m ago•0 comments

Unauthorized Anthropic stock sales and investment scams

https://support.claude.com/en/articles/13704655-unauthorized-anthropic-stock-sales-and-investment...
3•Nrbelex•18m ago•1 comments

The Problem with "Mathematically Proven" Claims About LLMs

https://webdirections.org/blog/the-problem-with-mathematically-proven-claims-about-llms/
2•gmays•19m ago•0 comments

Cars often keep people poor. Waymo could help

https://abio.substack.com/p/cars-often-keep-people-poor-waymo
2•xnx•19m ago•1 comments

Santa Clara Co suing Meta over scam ads particularly targeting seniors, families

https://fortune.com/2026/05/11/santa-clara-county-meta-lawsuit-ads-fraud-profit/
2•1vuio0pswjnm7•19m ago•0 comments

MapTap – How good is your Geography?

https://maptap.gg/
2•Balgair•21m ago•0 comments

Charity – Categorical programming language (1998)

https://github.com/mietek/charity-lang/blob/master/doc/README.md
2•matteodelabre•21m ago•0 comments

Show HN: Play10q – a daily 10-question general knowledge trivia game

https://play10q.com
2•rileycevans•23m ago•0 comments

Agent view in Claude Code [video]

https://www.youtube.com/watch?v=-INveHwbRz4
2•marksully•24m ago•0 comments

We're starting to get convincing counterfeit DDR5 modules

https://www.pcgamer.com/hardware/memory/were-starting-to-get-convincing-counterfeit-ddr5-modules-...
3•speckx•24m ago•0 comments

RePost API Tester Extension

https://chromewebstore.google.com/detail/repost/eipmeckflplenlbnlhbpmjojahephhkp
2•info-chirila•25m ago•1 comments

Agent View

https://code.claude.com/docs/en/agent-view
2•marksully•25m ago•0 comments

Stolen Trivy credentials used to publish rogue Checkmarx Jenkins plugin

https://www.bleepingcomputer.com/news/security/official-checkmarx-jenkins-package-compromised-wit...
3•logickkk1•25m ago•0 comments

DSM: A Hierarchical Graph Memory Engine for LLMs

https://github.com/narelabs/dsm
5•BastOfMax•26m ago•0 comments

Show HN: I submitted 316 AI-generated PRs to open source

https://june.kim/speedrunning-open-source
3•kimjune01•26m ago•0 comments

Want to track the apocalypse? One theory: Follow the billionaires' jets

https://www.adn.com/nation-world/2026/05/11/want-to-track-the-apocalypse-one-theory-follow-the-bi...
2•rolph•26m ago•0 comments