Cover image

Stop Scaling the Wrong Thing

TL;DR for operators Most AI performance failures are not solved by scaling the most visible knob. Three recent papers make the same uncomfortable point from different angles. A controlled image-classification study finds that more data gives more stable generalization gains than simply increasing model complexity, while added visual priors help only when the architecture can use them.1 A document parsing benchmark shows that frontier VLMs and specialized parsers still fail on expert documents with dense layouts, formulas, tables, music notation, rotation, and long-document reading order.2 A LoRA optimization paper argues that adapter performance is often limited not by rank alone, but by a mis-scaled LoRA scaling factor, usually treated as a small implementation detail because apparently we needed another reminder that details run the building.3 ...

June 29, 2026 · 14 min · Zelina
Cover image

Learning Has a Supply Chain

TL;DR for operators AI learning is becoming less like “train a bigger model and hope it behaves” and more like operating a controlled capability loop. The first paper in this cluster shows a narrow but important lesson: once a multimodal model has learned useful representations, the final adaptation step should optimize the metric that actually matters, while avoiding damage to the representation underneath.1 The second paper moves the same logic into physical action: an embodied system should connect language-level intention, predicted world change, memory, and executable robot control, not merely map images to motor commands with expensive optimism.2 The third paper zooms out: when agentic AI becomes economically and militarily useful, the real bottleneck includes data centers, accelerators, electricity, water, datasets, and skilled labor.3 ...

June 27, 2026 · 14 min · Zelina
Cover image

When RL Needs a Tour Guide: OGER and the Business of Smarter Exploration

Training a reasoning model is starting to look less like feeding a student more textbooks and more like taking that student into a difficult city with a very opinionated guide. The guide should not carry the student through every street. That creates a tourist, not a navigator. But leaving the student alone with a reward signal that says only “correct” or “wrong” is not exactly enlightened pedagogy either. The student may find one narrow route, repeat it forever, and call that intelligence. We have all seen corporate training programs with roughly this level of imagination. ...

April 23, 2026 · 18 min · Zelina
Cover image

Mind the Cut: Where Your AI Strategy Quietly Breaks

Tool calls look clean in a demo. A user asks for something. The model thinks. A browser opens. A database is queried. A spreadsheet is updated. A draft email appears. Everyone smiles, because apparently we now have an “AI agent.” Then the production version fails for a reason that is somehow both tiny and catastrophic: a tool schema was renamed, a memory field was serialized differently, a retry policy changed, a prompt template compressed one instruction too aggressively, or a guardrail blocked the wrong intermediate step. The model did not become stupid overnight. The architecture quietly moved the steering wheel. ...

April 11, 2026 · 17 min · Zelina
Cover image

When Data Decides What Matters: The Quiet Economics of LLM Data Selection

Budgets have a charming way of making AI strategy less philosophical. In the demo room, the question is usually whether a model can reason, code, summarize, plan, and sound pleasantly harmless while doing so. In the finance room, the question becomes simpler: how many tokens, how many GPUs, how many weeks, and why exactly are we paying to teach the model another version of the same web page? ...

April 8, 2026 · 15 min · Zelina
Cover image

QED-Nano: Small Models, Big Proof Energy

Cost is usually where AI miracles become accounting problems. A frontier model can look brilliant when it is allowed to spend enormous inference compute, rely on undisclosed training data, and hide the machinery behind a clean demo. Very convenient. Also very hard to reproduce. For businesses, that matters because a capability that cannot be inspected, budgeted, or adapted is not really a capability. It is a vendor promise with a nice interface. ...

April 7, 2026 · 17 min · Zelina
Cover image

ARC-AGI-3 — When AI Stops Guessing and Starts Thinking

Demo days are generous. A sales engineer opens a prepared workflow, the agent clicks through a familiar sequence, the dashboard turns green, and everyone politely pretends not to notice how much of the intelligence was smuggled into the setup. ARC-AGI-3 is less polite. The paper introduces an interactive benchmark for agentic intelligence: not a static puzzle, not a multiple-choice exam, and not a coding task with a unit test waiting like a benevolent parent. An agent enters a novel, abstract, turn-based environment. It receives no explicit objective. It must explore, infer the rules, identify what counts as success, build a working model of the environment, and execute a plan efficiently.1 ...

March 28, 2026 · 16 min · Zelina
Cover image

OpenSeeker: Breaking the Search Monopoly (One Dataset at a Time)

Search is now where many AI demos go to become either useful products or expensive browser cosplay. A model that answers from memory can look impressive for five minutes. A model that can search, compare, verify, follow clues, abandon bad paths, and synthesize a final answer is much harder to fake. That is why “deep research” has become one of the more important capability battles in AI. It is also why the battle has been awkwardly closed. Many labs release weights, leaderboards, and cinematic launch posts. Far fewer release the thing that actually teaches the agent how to search: the training data. ...

March 17, 2026 · 18 min · Zelina
Cover image

Green Algorithms, Greener Economies: Optimizing AI for Sustainable Entrepreneurship

Energy is the easy variable; deployment is the harder one Energy. That is usually where the sustainable AI conversation begins, and not without reason. AI infrastructure consumes electricity, advanced models require expensive compute, and the supply chain behind chips, data centers, cooling systems, and cloud capacity is not exactly made of recycled poetry. ...

March 12, 2026 · 18 min · Zelina
Cover image

Clustering Without Amnesia: Why Abstraction Keeps Fighting Representation

A customer database looks harmless until someone asks for “natural segments.” Then the ritual begins. Export the data. Pick a clustering algorithm. Reduce the dimensions. Make a pretty 2D plot. Give each blob a name. “Premium convenience buyers.” “Budget explorers.” “Dormant loyalists.” Everyone nods, because blobs are comforting. Business strategy has survived on worse. ...

January 20, 2026 · 19 min · Zelina