惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
MyScale Blog
MyScale Blog
量子位
月光博客
月光博客
J
Java Code Geeks
A
About on SuperTechFans
H
Hackread – Cybersecurity News, Data Breaches, AI and More
U
Unit 42
WordPress大学
WordPress大学
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
腾讯CDC
G
Google Developers Blog
博客园 - 【当耐特】
Engineering at Meta
Engineering at Meta
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
IT之家
IT之家
N
Netflix TechBlog - Medium
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
B
Blog
Martin Fowler
Martin Fowler
P
Proofpoint News Feed
B
Blog RSS Feed

IT Jungle

Finally: Some Pricing Information On The Power S1112 Entry Server - IT Jungle Rocket Automates Manual IBM i Tasks With AI - IT Jungle Guru: Where’s The Table? - IT Jungle LaserVault Goes iSCSI With Virtual Tape Library - IT Jungle IBM i PTF Guide, Volume 28, Number 31 - IT Jungle Will Power Chips Get A Converged Arm Instruction Set Like Z Mainframe CPUs? - IT Jungle Thinking About Moving IBM i To The Cloud? Don't Start With The Quote - IT Jungle Precisely To Add Ransomware Protection In MIMIX 11 - IT Jungle It’s D-Day For Cybersecurity, AI Firms Warn - IT Jungle IBM i PTF Guide, Volume 28, Number 30 - IT Jungle Oracle Dips A Toe Into IBM’s EBCDIC World - IT Jungle When Your Small IBM i Team Is Really A Team Of One - IT Jungle Guru: Putting Failure Handling In Its Place - IT Jungle Inside The Security Enhancements In ACS - IT Jungle IBM i PTF Guide, Volume 28, Number 28: A Crazy Number of Security Vulnerability Patches - IT Jungle IBM i PTF Guide, Volume 28, Number 29 - IT Jungle IBM i PTF Guide, Volume 28, Number 28: A Crazy Number of Security Vulnerability Patches - IT Jungle Inside The Encryption Key Management Changes In IBM i 7.6 - IT Jungle FalconStor Moved To The Blue Lagoon, And Is Poised For Growth Because Of It - IT Jungle Guru: Claude’s SQL Tip - IT Jungle IBM i PTF Guide, Volume 28, Number 27 - IT Jungle Welcoming The New IBM i Chief Architect And Other New Top Brass - IT Jungle A Deep Dive Into That Power S1112 Entry Power11 Server - IT Jungle Guru: Beyond Three-Part Naming – Running SQL Across Remote IBM i Systems - IT Jungle How IBM Bolstered IBM i Resilience In The Summer Tech Refreshes - IT Jungle IBM i PTF Guide, Volume 28, Number 26 - IT Jungle Power Systems Has A Great Quarter; System Z, Not So Much - IT Jungle Does AI Mark The End Of The ERP Era? - IT Jungle Guru: Deterministic Application Development With AI - IT Jungle What IBM’s Got Cooking In Db2 For i In The Summer TRs - IT Jungle
Astera Makes Extracting Legacy Report Data an AI Specialt...
Alex Woodie · 2026-08-10 · via IT Jungle

August 10, 2026

For all that large language models (LLMs) are really good at – and they are great at a few things – understanding large reports generated by IBM i servers and System Z mainframes is not one of them. A Southern California company called Astera has identified this gap and developed its own AI-based tool for extracting information from this valuable resource.

Foundation AI models and LLMs are probabilistic systems, and they work best in the gray zones: Inputting words and images, and outputting other words and images that are similar to the originals that it was trained on but not exact copies. Just as humans can get a little creative (or fuzzy) in trying to call up previously established neural connections, so too do the LLMs as they reflect stuff back to us based on what “learned.”

But modern computer systems and their applications are deterministic systems, which means they (hopefully) work the same way every time. Our tolerance for downtime may be measured with five or seven or nine 9s. But the actual mathematical and logical accuracy of our applications is very close to 100 percent. Bits flip all the time, but thanks to error correction, it’s detected and fixed before we notice it. Today’s 64-bit systems are totally accurate out to about 15 digits, at which point we start to get rounding errors. Most applications don’t need that level of accuracy.

As a standard computer output, the standard green-bar report also reflect this penchant for total accuracy. Whether printed out on a line printer and sent via US Postal Service or saved as a PDF and emailed to customers, legacy reports are standard fare for modern business.

Seeing the wealth of information contained in these reports, some people have turned to AI for help. We use AI to analyze all sorts of information stored on our PCs and across the Internet, so why not point ChatGPT at the old green bar report and let her have a go?

Legacy reports like this pose a challenge for LLMs (Image courtesy Astera)

That would be a bad idea, according to the folks at Astera.

“The enthusiasm for large language models in document processing is understandable, but applying them universally ignores the unique requirements of mainframe-generated reports,” said a spokesperson from Astera. “These systems process billions of dollars in transactions daily and support regulatory compliance across industries. A probabilistic approach to data extraction for financial services simply cannot meet the accuracy thresholds these operations demand.”

There are several major reasons why LLMs are lousy at understanding legacy reports, Astera said. For starters, the data in reports is delivered in a highly structured format.

“The difficulty is not that mainframe reports are unstructured. They are actually highly structured, but the structure is positional rather than semantic,” writes Astera’s Ayesha Amjad in a paper titled How ReportMiner Processes Mainframe Reports at Enterprise Scale, which you can see here.

The fixed-column in legacy reports deliver information with ruthless efficiency. It’s just not amenable to LLMs understanding it.

“There are no delimiters between fields, no column headers that repeat on every page, and no markup to indicate where one field ends and another begins,” Amjad writes. “If the extraction logic is off by even one character position, the entire row of data shifts.”

What’s more, the legacy reports, such as a daily FedWire report, also frequently change column layouts within the same report, which humans can adapt to easily but digital eyes cannot.

Astera ReportMiner architecture.

“The transaction summary has seven columns. The settlement position detail has six. The reserve summary has no columns at all, just label-value pairs,” Amjad writes. “An extraction system that applies a single template to the entire document will either miss sections or corrupt data by applying the wrong column definitions.”

Maintaining accuracy in data extraction requires being nimble enough to preserve the hierarchical relationships between the different segments of a report. LLMs don’t natively do that, but ReportMiner has been programmed to do exactly that.

Another big problem with legacy reports is the sheer size of the reports. At a large company, such as Walmart, it’s not uncommon to have end-of-day reports that run into the thousands of pages. Trying to run a report like this through an LLM would be expensive, slow, and glitchy.

Astera says it gets around these challenges with ReportMiner by processing documents as continuous text streams rather than individual pages.

“A template defined on page one applies consistently across all 1K or 10K or 10M pages because the extraction logic operates on character positions and pattern rules that repeat throughout the document,” Amjad writes. “Processing time scales linearly with document size, typically completing a 1,000-page report in seconds.”

ReportMiner specializes in ingesting legacy reports and outputting them into a standard database or data lake. After ingesting the reports, it analyzes the report structure, including the column layouts and header and footer patterns. It creates an extraction template that can be used to process the report.

Before outputting the report data in its final format, it previews the transformation and verifies that it works. After the data types are validated – numbers stay numbers, dates stay as dates – it exports it to a final destination, such as SQL Server or Oracle.

The company has been developing ReportMiner for over a decade, and counts more than 500 enterprise users. The recent emergence of LLMs and the poor experiences that some customers are having with them – particularly customers trying to migrate databases – motivated the company to highlight its particular approach.

Astera recently added an AI Agent for generating extraction templates, which it says reduces the time from 10 minutes to merely seconds. It’s also added new optical character recognition (OCR) engines that deliver better speed and performance on poor quality scans. For more information, check out the company’s website at www.astera.com.