Urgent.News

What's breaking now, across thousands of outlets.

AI

A 421M encoder beat a 1.5B LLM at running my agent, inside a browser tab

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…

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.

The 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.

When 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.

The 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.

In 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.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

Normal Technology: Powerful AI, but a Tool Nonethless

This is a reaction on the article: https://knightcolumbia.org/content/ai-as-normal-technology The normal technology thesis is particularly convincing to me since it draws a distinction between…

  • AI adoption lags behind development due to organizational changes.
  • High-risk sectors like healthcare, law, and finance slow AI adoption.
  • AI accumulates power indirectly through cognitive task assistance.

More from Friday 25 September →