All posts
Product2026-06-30

Introducing Work Mode: An AI That Gets Things Done

Today we are shipping a major upgrade to Chatbox on desktop — Work Mode. It turns the AI from something that gives advice into something that actually does the work: running code, reading and writing files, calling tools, querying knowledge bases, and finishing tasks that take many steps.

One click, from talking to doing

A new robot icon on the input box is the mode switch. Chat Mode is great for Q&A, writing, and translation; switch to Work Mode and the AI gets a full toolset.

Chat Mode
Work Mode
Left: Chat Mode Right: Work Mode

It thinks, acts, then thinks again

In Work Mode the AI runs a loop: think about what to do, call a tool, read the result, decide the next step — until the task is done. Every step shows up live in the reply, fully visible and under your control.

Read File· sales_2026.csv2.3s
Code Execution· aggregate revenue by month3.2s
// node: parse CSV, sum revenue per month
const byMonth = groupSum(parse(csv), 'month', 'revenue')
Create Download· monthly_summary.csv
The live tool-call timeline inside a reply

Everything in one panel

Open the robot icon and every capability is right there: web search, code execution, plus extensions like Skills, MCP, knowledge bases, and a working directory — toggle what you need.

Mode

Best for multi-step tasks with files, code execution, tools, MCP, skills, or knowledge bases.

Built-in
Web Search
Chatbox AI
Code Execution
Approve
Extensions
Skills
2
MCP
3
Knowledge Base
Product Manual
Working Directory
1
The Work Mode control panel

Not sure which to use? Let it decide

Turn on Smart Switching, and when a message is better handled hands-on, the AI shows a suggestion card — you decide with one click. It never gets in the way of everyday chat.

Work Mode suggested
This task needs to read your spreadsheet and run calculations — Work Mode can finish it end to end.
The Smart Switching suggestion card

You stay in control

Before running commands or changing real files, Work Mode asks for your consent; code runs in a local sandbox; long tasks pause every 25 steps so you can check direction. Safety comes first.

ThinkCall a toolRead resultLoop…Answer
The agentic loop

Try it now

Work Mode is live in Chatbox on desktop (Windows / macOS / Linux) with any tool-capable model. Want the details on every setting? Read our complete guide.