{
  "id": 9761703,
  "title": "A 421M encoder beat a 1.5B LLM at running my agent, inside a browser tab",
  "url": "https://urgent.news/2026/09/25/a-421m-encoder-beat-a-1-5b-llm-at-running-my-agent-inside-a-browser",
  "topic": "ai",
  "section": "AI",
  "published": "2026-09-25T12:14:58.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/vishalmysore/a-421m-encoder-beat-a-15b-llm-at-running-my-agent-inside-a-browser-tab-kc2"
  },
  "original_language": "en",
  "account": "A team of researchers has created an AI agent that outperformed a larger language model (LLM) in tasks performed entirely within a web browser tab. The agent, called Laya, utilizes a small typed-decision encoder model with only 421 million parameters, compared to a 1.5-billion-parameter LLM.\n\nThe design of Laya is based on the concept of split thinking, where System 1 (Laya) handles routine decisions using fast thinking, while System 2 (the small instruction-tuned LLM) is used for more complex reasoning. Laya operates entirely without any server or API key, and the agent's actions only proceed with the agent's approval.\n\nWhen faced with a decision, Laya first attempts to answer a multiple-choice question using extracted spans from the given goal and last observation. If Laya is unsure, it passes the decision to System 2. Each tool in the agent is either read-only or requires user confirmation before execution.\n\nThe researchers found that the extracted arguments from the goal were accurate 91% of the time, and Laya's argument choices were correct 71% of the time overall. The gate that determines whether a step runs automatically is controlled by the probability of the chosen option and various other thresholds.\n\nIn conclusion, Laya, with its more modest parameter count, was able to successfully complete tasks that a larger LLM struggled with, demonstrating that not all agent work requires a generative model.",
  "summary": "layaAgent: an AI agent where a small typed-decision encoder makes the routine decisions, a local LLM or a person takes the steps it is unsure about, and every action that changes something waits for your OK. No server, no API key. Live demo: https://vishalmysore.github.io/layaAgent/ · Code: https://github.com/vishalmysore/layaAgent (Apache-2.0) The agent page before any download: preset goals…",
  "key_points": [
    "Laya, a 421M encoder model, outperformed a 1.5B LLM in browser-based tasks",
    "Split thinking design uses System 1 for routine decisions, System 2 for complex reasoning",
    "Laya achieved 91% accuracy in extracted arguments and 71% overall argument correctness"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}