PulseAugur
EN
LIVE 05:51:01

Researcher fails to build LLM alternative after 8 months and 200 experiments

A researcher documented an eight-month project attempting to build a system that could accumulate experience and improve behavior without retraining large language models. The effort involved approximately 200 failed experiments, ultimately hitting a wall in preserving transferable causal transitions—the ability to recognize and apply past conditions, actions, and consequences to new situations. While some mechanisms for state mutation and deterministic guards for specific data types survived, the core goal of creating a knowledge substrate between memory and weights, capable of changing future behavior without code modifications, remained elusive. AI

IMPACT Highlights the difficulty in creating AI systems that can truly learn and adapt from experience without relying on traditional LLM retraining.

RANK_REASON Blog post detailing a personal research project and its failures.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

Researcher fails to build LLM alternative after 8 months and 200 experiments

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Commentary
Blog post detailing a personal research project and its failures.
Source corroboration
2 independent sources
Multiple independent publishers reporting the same story raises confidence that it's real and newsworthy.
Topics
other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
66 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [2]

  1. dev.to — LLM tag TIER_1 English(EN) · Oleksander ·

    Can You Build an Alternative to LLMs? 8 Months, ~200 Failed Experiments, One Wall. 2

    <p><em>This is part 2 of a research series documenting an attempt to build something adjacent to — and in some ways alternative to — large language models. Part 1: "My Synthetic Eval Said 30/30. LoCoMo Said 0.13." The code that survived lives in <a href="https://github.com/teolex…

  2. dev.to — LLM tag TIER_1 English(EN) · Oleksander ·

    Series: "Can You Build an Alternative to LLMs? 8 Months of Experiments, 200 Failures, and One Wall" 1

    <p>I tested a simple hypothesis: can long LLM sessions be made cheaper by replacing the full transcript with a compact memory state, without losing answer correctness?</p> <p>On my own synthetic eval, the system passed <code>30/30</code>. On an external benchmark for long-term co…