# What is a Large Action Model (LAM)? — QANATONE

> A LAM is an AI model built to go beyond conversation and take real actions in software and app interfaces.

Kaynak: https://www.qanatone.com/en/nedir/lam-nedir/

---

[Explainers](https://www.qanatone.com/en/nedir/)

# What is a Large Action Model (LAM)?

15 Sep 2026 2 min read Model Type · LAM

A LAM is an AI model built to go beyond conversation and take real actions in software and app interfaces.

## What is a LAM?

Ask a language model to "find me a flight to Izmir tomorrow" and it explains how you could find one. A Large Action Model aims to do the job: it opens the airline's site, picks the dates, compares options and asks for your approval at the payment step. In short, a LAM is a model built to turn an intention into actions.

The term reached a wide audience in early 2024 with Rabbit's R1 device. Today LAM is used mostly as a category name, and companies such as Salesforce have released action focused models under it.

## How does it work?

LAMs act in two ways. One is through APIs: the model decides which function of which service to call ([function calling](https://www.qanatone.com/en/nedir/function-calling-nedir/)). The other is through the interface: the model sees a screenshot, recognizes buttons and forms, and uses the mouse and keyboard as a person would. The second way matters because it also works with older systems that have no API.

The computer and browser using agent features from Anthropic, OpenAI and Google are well known examples of this approach.

## LAM versus AI agent

The two overlap. An [AI agent](https://www.qanatone.com/en/nedir/ai-agent-nedir/) is a system design: a loop that plans, uses tools and tracks results. A LAM is a model inside that loop, trained specifically to produce actions. Not every agent needs a LAM; many agents run on a general language model with well defined tools.

## Limits

Models that work through interfaces are still slow and error prone. They can lose their way when a page layout changes or get stuck on an unexpected pop up. Because they act with real money and data, their permissions must be limited and critical steps tied to human approval through [guardrails](https://www.qanatone.com/en/nedir/guardrail-nedir/).

## More articles

[Performance · Latency ### What is latency in AI applications? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/latency-nedir/)[Model Type · LCM ### What is a Large Concept Model (LCM)? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/lcm-nedir/)[Marketing · Basics ### What does marketing mean? Definition and the 4Ps 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/marketing-ne-demek/)[Model Type · MLM ### What is a masked language model (MLM)? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/mlm-nedir/)[Safety · Guardrails ### What are guardrails in AI? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/guardrail-nedir/)[Web · Mobile Friendly ### How to make a website mobile friendly 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/mobil-uyumlu-site-nasil-yapilir/)[Model Type · MoE ### What is Mixture of Experts (MoE)? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/moe-nedir/)[Architecture · Orchestration ### What is orchestration in AI systems? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/orkestrasyon-nedir/)
