
Agent View in Claude is Critical
Why Agent View for Claude is critical, not optional
Hi, I'm Francis. My goal is to teach a million people how to use AI to get better at their jobs or run their businesses. Claude Code just shipped a feature called Agent View. It's available today as a research preview. And I don't say this lightly: it's the most important thing they've added since the original product launched.
Here's why.
The bottleneck has moved
When AI coding tools first showed up, the slow part was the AI. You'd ask it to do something and wait for it to think, generate, and finish. The model was the bottleneck. You had time to spare.
That's not true anymore. Modern Claude Code sessions run fast. The model can chew through a refactor in minutes, write tests in seconds, and ship pull requests while you're getting coffee. The bottleneck is no longer the AI. It's the human trying to manage the AI.
If you've ever tried to run more than one Claude Code session at a time, you know what I mean. You have a terminal tab open for one project. Another tab for a second project. Maybe a tmux grid with four panes split across your screen. One session is working. One is done. One is waiting on you for an answer, and you cannot remember which one. You cycle through tabs. You lose track. By the time you find the session that needs you, the others have drifted.
This is the new bottleneck. And it isn't a minor one. It's the reason most developers using AI tools never get the multiplier effect they were promised. They're not limited by the AI. They're limited by their ability to keep track of what the AI is doing.
Agent View is the first serious answer to that problem.
What it actually is
Agent View is a single list inside Claude Code that shows every session you have running. You press the left arrow, or you run the claude agents command, and the view opens up. Every row is a session. Every row shows you what state that session is in. Working. Done. Waiting on you.
That's the first mode. Three exist.
The second mode is peek and reply. You select a session, you see the last turn of the conversation, and if it's waiting on you, you answer it in line. You don't jump into the full session. You don't lose your place. You answer, you're back to the list.
The third mode is background anything. Inside a session, type /bg and it pushes into the background. Run claude --bg from scratch and it spins up without taking over your view. Sessions keep working while you focus on something else.
That's the whole feature in three paragraphs. Now let me explain why each piece is critical.
Why a single list changes everything
The cost of switching between terminal tabs feels free. It is not. Every time you tab away from one session to check another, you spend a few seconds remembering what that other session was doing, where it left off, and what you were about to do next. Five tabs, five context switches, and you've burned a minute on overhead instead of work.
Now multiply that by every time you check on a session over the course of a day. The overhead is enormous, and it grows non-linearly with the number of sessions you're running. Two is annoying. Five is unworkable. Without Agent View, the practical ceiling on how many AI sessions one developer can run is maybe two or three. With Agent View, that ceiling jumps. You can see at a glance which sessions need you, so you only engage with the ones that actually require attention.
A single list isn't a UI nicety. It's the thing that makes multi-session work possible at all.
Why inline reply is the unlock
The second mode looks small and is actually huge. Most of the friction in multi-session work isn't the work itself. It's the in-between. Claude pauses to ask a question. You have to find the session. You have to load it. You have to remember the context. You answer. You unload it. You go back to whatever you were doing.
Inline reply collapses that whole cycle into seconds. You scan the question. You answer the question. You're done. The session goes back to work and so do you. The cost of being interrupted drops by an order of magnitude, which means you can actually run sessions that need occasional input without losing your day to it.
Why background mode makes parallelism real
This is the part developers are getting most excited about. Run claude --bg to start a session in the background. It works while you do something else. When it's done, you'll see it in the list, ready for review.
The pattern that emerges is striking. Developers dispatch three or four ideas at once. Each runs in its own background session. They come back from a meeting and three pull requests are sitting there waiting for review. A workflow that used to be sequential is now parallel. A morning of work becomes the time it takes to get a coffee.
This is the actual multiplier people were promised when AI tools showed up. It only becomes real once you can run many sessions at once without drowning in the overhead. Agent View is what makes that possible.
What happens to teams that ignore it
In a year, the gap between developers who run one session at a time and developers who run five will be obvious. Not because the second group is smarter or types faster. Because they have a system for managing parallel AI work, and the first group still has tabs.
That system is what Agent View is. Teams that adopt it early will quietly outpace teams that don't. The work the second group does in a day, the first group does before lunch.
Who can use it
Agent View is available today on Claude Pro, Max, Team, Enterprise, and Claude API plans. It's a research preview, which means it's new and still evolving. But it's stable enough to use for real work right now.