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•1h ago
We don't currently support Hercules, but we are providing free access to a mainframe for people to try out.
ASalazarMX•26m 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•12m 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

Show HN: Agentic interface for mainframes and COBOL

https://www.hypercubic.ai/hopper
21•sai18•1h ago•4 comments

Show HN: Statewright – Visual state machines that make AI agents reliable

https://github.com/statewright/statewright
13•azurewraith•4h ago•1 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

19•namanyayg•2h ago•7 comments

Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

https://github.com/cactus-compute/needle
2•HenryNdubuaku•38m ago•0 comments

Show HN: OpenClaw OS – OSS Claude Cowork Built on Top of OpenClaw

https://github.com/thesysdev/openclaw-os
2•zahlekhan•44m ago•0 comments

Show HN: One-shot NAT traversal library

https://warpgate.io/
3•Uptrenda•1h ago•0 comments

Show HN: Profine – Profile and rewrite your PyTorch training loop on real GPUs

https://github.com/ProfineAI/profine-cli
3•aisinghal•1h ago•0 comments

Show HN: TikTok but for scientific papers

https://andreaturchet.github.io/website/index.html
172•ciwrl•1d ago•68 comments

Show HN: A modern Music Player Daemon based on Rockbox firmware

https://github.com/tsirysndr/rockbox-zig
111•tsiry•3d ago•24 comments

Show HN: Grunden – Frontier AI inference hosted in Sweden, OpenAI-compatible

https://grunden.ai
4•fsrc•3h ago•1 comments

Show HN: OpenGravity – A zero-install, BYOK vanilla JS clone of Antigravity

https://github.com/ab-613/opengravity
98•ab613•22h ago•30 comments

Show HN: E2a – Open-source email gateway for AI agents

https://github.com/Mnexa-AI/e2a
43•mnexa•22h ago•3 comments

Show HN: Formal Verification with Lean

https://www.daniellowengrub.com/blog/2026/04/30/lean
3•lowdanie•5h ago•0 comments

Show HN: Is Github Online?

https://isgithub.online/
5•vednig•5h ago•2 comments

Show HN: Doomscroll the Goverment's UFO Files as One Gigantic Microfilm

https://hypergrid.systems/war.gov-ufo-viewer/microfilm2?page=2
14•keepamovin•14h ago•7 comments

Show HN: How Scaleway brought the first RISC-V servers to the cloud

https://www.scaleway.com/en/blog/risc-v-servers-in-the-cloud/
4•enthusaist•6h ago•0 comments

Show HN: Music visualizers that react to audio in real time

https://vizz.fm/app/
6•lowtecky•6h ago•1 comments

Show HN: I mage GhosttyFX, a JavaFX terminal view that uses libghostty

https://github.com/vlaaad/ghosttyfx/
3•vlaaad•7h ago•1 comments

Show HN: An index of indie web/blog indexes

https://theindex.fyi
144•rocketpastsix•2d ago•40 comments

Show HN: I made a Clojure-like language in Go, boots in 7ms

https://github.com/nooga/let-go
270•marcingas•3d ago•83 comments

Show HN: Countries where you can leave your MacBook at a random coffee shop

https://vouchatlas.com
71•canergl•2d ago•86 comments

Show HN: Rust but Lisp

https://github.com/ThatXliner/rust-but-lisp
207•thatxliner•2d ago•72 comments

Show HN: Java/Spring Boot Idempotency Library

https://github.com/josipmusa/idempotency4j
2•anaq42•10h ago•1 comments

Show HN: adamsreview – better multi-agent PR reviews for Claude Code

https://github.com/adamjgmiller/adamsreview
81•adamthegoalie•1d ago•50 comments

Show HN: Safe-install – safer NPM installs with trusted build dependencies

https://www.npmjs.com/package/@gkiely/safe-install
17•gkiely•18h ago•3 comments

Show HN: I built a fair-price checker App for home repairs using BLS wage data

https://apps.apple.com/us/app/quotebuster/id6765996986
4•manojtrek•11h ago•0 comments

Show HN: Building a web server in assembly to give my life (a lack of) meaning

https://github.com/imtomt/ymawky
422•imtomt•2d ago•223 comments

Show HN: Tessera – Turn coding agent sessions into structured work

https://github.com/horang-labs/tessera
4•horanglabs•13h ago•0 comments

Show HN: TRUST – Coding Rust like it's 1989

https://github.com/wojtczyk/trust
170•wojtczyk•5d ago•87 comments

Show HN: A geocities inspired place for your vibed tools

https://www.tinytooltown.com/
7•shanselman•22h ago•4 comments