Large Tabular Models: The New AI Frontier That LLMs Cannot Cross
1. Executive Summary
On February 5, 2026, the startup Fundamental emerged from stealth mode with $275 million in funding and a foundational model called NEXUS, built from the ground up for tabular data. This launch is not a simple incremental update; it represents a tectonic shift in generative artificial intelligence architecture. While Large Language Models (LLMs) like OpenAI's GPT-5.5, Anthropic's Claude 4.8 Opus, or Google's Gemini 3.5 Flash remain extraordinary at generating text and code, their inability to reliably process structured datasets — that is, rows and columns — has become the Achilles' heel of enterprise automation.
The irony is profound. LLMs can draft a 50-page legal report or debug a Linux kernel, but they get lost trying to calculate the average of a column in a spreadsheet with 10,000 rows. This systemic failure is not a minor bug; it is a barrier that has kept generative AI away from the hard core of the global economy: relational databases, financial records, server logs, and IoT sensor data. Fundamental, backed by Amazon Web Services (AWS), has identified this gap and built a model that not only understands tables but generates, completes, and analyzes them with a precision that LLMs cannot even emulate. For CIOs, CTOs, and data analysts, this is the moment to pay attention: the next big leap in AI will not be in the chat, but in the cell of a spreadsheet.
2. Deep Technical Analysis
To understand why LLMs fail with tabular data, one must grasp their fundamental architecture. Transformers, the basis of all modern models, are optimized for linear sequences of tokens. Human language is inherently sequential and contextual; one word depends on the previous one. A table, however, is a multidimensional object. The relationship between one cell and another is not linear: it depends on the column, the row, the header, and the semantic context of the entire set. An LLM tokenizes a table as a long string of text, losing the intrinsic relational structure. The result is that, faced with a table of 50 columns and 1,000 rows, the model suffers from "structural blindness": it can read the numbers, but it cannot reason about them.

Fundamental has addressed this problem with a completely new model architecture. NEXUS is not a modified LLM; it is a Large Tabular Model (LTM) that uses an internal representation based on column and row embeddings, rather than text tokens. The model learns probability distributions within tables: which values tend to appear together, how columns correlate, and what the statistical anomalies are. This allows NEXUS to perform tasks that are impossible for GPT-5.5 or Claude 4.8 Opus, such as imputing missing values with 99.2% accuracy on real-world datasets, or detecting fraud in bank transactions without predefined rules.
The technical consensus points to a key human bias: "People like to see images, videos, and ChatGPT responses. But tabular data really lags behind because it's not fun to look at numbers." This bias has led the industry to underinvest in structured data research. However, the reality is that 80% of a data scientist's time is spent on cleaning and preparing tabular data, not on generating text. NEXUS directly attacks this bottleneck.
The model has been trained on a massive corpus of anonymized tables from sources such as Banking, Healthcare, and High-Energy Physics (including data from the Large Hadron Collider). Unlike LLMs, which require costly retraining for each domain, NEXUS can be fine-tuned with as few as 100 labeled examples to adapt to a specific table schema. This drastically reduces deployment cost. Additionally, the model is capable of generating synthetic tables that preserve the statistical properties of the original, a crucial advance for data privacy in regulated sectors like healthcare and finance.
The integration with AWS is particularly revealing. Fundamental has optimized NEXUS to run on AWS Trainium2 instances, enabling processing of tables up to 10 million rows in under 30 seconds. This is not just a performance improvement; it is a paradigm shift. Where a team of data engineers was once needed to build ETL (Extract, Transform, Load) pipelines, now a single analyst can load a table into NEXUS and obtain complex analyses, anomaly detection, and natural language report generation.

3. Industry Impact and Market Implications
The immediate impact is felt in three key sectors: financial services, healthcare, and logistics. In banking, LLMs have been a relative failure for real-time fraud detection. A model like xAI's Grok 4.5 can analyze transaction text, but it cannot correlate 50 variables from a transaction table in milliseconds. NEXUS, on the other hand, has been adopted by several European banks to replace legacy rule-based systems, reducing false positives by 40% and detecting fraud patterns that humans had overlooked for years.
In the healthcare sector, the challenge is even greater. Clinical trials generate terabytes of tabular data: vital signs, lab results, drug dosages. LLMs cannot handle the complexity of this data without hallucinating values. Alibaba's Qwen 3.7-Max, for example, has proven competent at generating patient reports but fails when trying to predict disease progression based on a table of 200 variables. NEXUS is already being tested by the FDA for clinical trial data validation, a process that traditionally takes months and could now be reduced to days.
Logistics and supply chain is another battleground. Companies like Maersk and DHL are using LTMs to optimize routes and predict demand. While Meta's Llama 4 (with its 10 million token context) can read logistics manuals, it cannot process a table of 500,000 rows of shipping data to find the optimal route. NEXUS, being designed for row-and-column structure, can perform this task with millisecond latency.
The market is already reacting. Competitors like DeepSeek (with its V4-Pro) and Mistral Large 3 have announced their own LTM research, though none have released a commercial product. Fundamental's advantage lies in its exclusive focus and its partnership with AWS, which gives it access to massive cloud infrastructure. The market for tabular data models is expected to reach $15 billion by 2028, according to industry analyst estimates. Companies that fail to adopt this technology risk falling behind in the data automation race.

4. Expert Perspectives and Strategic Analysis
The technical consensus is clear: LLMs are not designed for tabular data, and they never will be. "Trying to get an LLM to process a table is like trying to get a fish to climb a tree," notes an MIT researcher who preferred to remain anonymous. "The transformer architecture is wonderful for language, but it is fundamentally inadequate for the relational structure of data." This recognition is driving a wave of investment in alternative architectures.
From a strategic perspective, companies must evaluate their current technology stack. If your organization relies on spreadsheets, SQL databases, or CSV files for decision-making, an LTM like NEXUS can offer an immediate competitive advantage. However, adoption is not without risks. The primary one is vendor lock-in: Fundamental is a startup, and while its funding is solid, the AI ecosystem is volatile. Companies should consider a multi-model strategy, using NEXUS for critical tabular tasks while maintaining LLMs for user interaction.
Another critical point is data governance. LTMs, like LLMs, can inherit biases from training data. If a credit history table contains racial or gender biases, the model will perpetuate them. Fundamental has implemented fairness-aware training techniques, but the ultimate responsibility lies with the user. Companies must establish data ethics committees before implementing LTMs in automated decision-making processes.
For developers, the recommendation is to start experimenting with LTM APIs now. The learning curve is steeper than with LLMs, as it requires understanding concepts of statistics and linear algebra. However, the return on investment is enormous. A data analyst who masters NEXUS can replace a team of five data engineers in cleaning and analysis tasks. Universities are already updating their curricula to include "Tabular Model Engineering" as a separate specialization from traditional data science.
5. Future Roadmap and Predictions
The development of LTMs is in an early phase, but the speed of innovation is dizzying. By the end of 2026, Fundamental is expected to launch NEXUS 2.0, with the ability to handle tables of up to 100 million rows and native support for temporal and geospatial data. This will open applications in meteorology, quantitative finance, and urban traffic simulation.
In 2027, we will see the convergence between LTMs and LLMs. Hybrid models, capable of switching between textual and tabular reasoning, will become the standard. Companies like Google (Gemini 3.5 Flash) and Anthropic (Claude 4.8 Opus) are already researching how to integrate tabular modules into their existing architectures. However, experts predict that purely tabular models will maintain a 30-40% performance advantage on specific tasks for at least the next three years.
The biggest challenge will be standardization. Unlike natural language, which has universal grammatical rules, tabular data varies enormously in structure and semantics. An LTM trained on financial tables may not work well with genomics tables. The industry will need to develop standardized benchmarks, similar to GLUE or SuperGLUE for LLMs, to evaluate and compare LTMs. Initiatives like TabBench and TabZoo are emerging, but are still in beta phase.
By 2028, LTMs are predicted to be as ubiquitous as LLMs are today. Excel and Google Sheets spreadsheets will natively incorporate LTM-based assistants. Financial report generation, fraud detection, and supply chain optimization will be fully automated. The data analyst's job will shift from "cleaning data" to "designing strategies based on AI-generated insights."
6. Conclusion: Strategic Imperatives
The era of Large Tabular Models has begun. For business leaders, the message is unequivocal: if your organization handles data in rows and columns, you need an LTM. LLMs are wonderful tools for communication and creativity, but they are the wrong tools for structured data analysis. Ignoring this distinction is like using a hammer to screw in a screw: it can be done, but the result will be poor and the cost unnecessarily high.
Immediate action must be threefold. First, audit your data workflows to identify tasks that depend on tables and are currently performed manually or with LLMs. Second, launch a pilot program with NEXUS or an emerging competitor to assess the impact on productivity and accuracy. Third, invest in training your team in the use of LTMs, as demand for experts in this technology will far exceed supply over the next 18 months.
The future of AI is not just generating pretty text; it is understanding the world through its data. And the world, for the most part, is organized in tables. LTMs are the key that finally opens that door.
Español
English
Français
Português
Deutsch
Italiano