Why the Best AI Systems Need a Photographer’s Sense of Emotion

Tom Haus

Hatched by Tom Haus

Apr 23, 2026

10 min read

71%

0

The Hidden Question Behind Smart Systems

What makes a system truly capable: more intelligence, or more feeling?

At first glance, that sounds like a strange question to ask about AI architecture. Agent design is usually discussed in terms of throughput, reliability, tool use, and scaling limits. Photography, meanwhile, seems to live in a different universe, one where intuition, curiosity, and emotion matter more than structure. But these two worlds meet at a surprisingly deep point: the difference between a system that merely performs tasks and a system that knows what to pay attention to.

That difference is not cosmetic. It determines whether a system remains efficient inside a narrow lane or becomes capable of creative, adaptive action in the wild. A monolithic single agent with tools can be fast and elegant for sequential work, but it can hit a sharp ceiling. A creative photographer, by contrast, may start with emotion rather than a plan, and that feeling becomes the engine of attention, exploration, and discovery. The deeper lesson is that capability is not only about processing power or decomposition. It is also about the force that selects what matters.

The real bottleneck in intelligent systems is often not execution. It is attention with direction.


Efficiency Is Not the Same Thing as Intelligence

The appeal of a single agent with tools is obvious. It can reason, call functions, inspect outputs, and complete a sequence of steps without the overhead of coordinating many subagents. For many tasks, especially linear ones, this is a major advantage. Fewer moving parts often means less confusion, less latency, and fewer opportunities for a system to argue with itself.

But there is a catch. Once the task space becomes too large, too ambiguous, or too long, the very thing that makes the monolith efficient can become its weakness. A single agent has to hold the whole problem in one place. Eventually, it runs into a scaling threshold, not because it is stupid, but because one mind can only sustain so much organized attention.

This is where many people jump too quickly to the conclusion that the answer is always more agents. Yet multiplying agents is not free intelligence. It can create coordination costs, duplicated effort, inconsistent assumptions, and a kind of bureaucratic reasoning where the system spends more energy managing itself than solving the original problem. In human terms, this is the difference between a focused expert and a committee. Committees can cover more ground, but they often lose clarity.

The question, then, is not whether single agents or multi agents are better in the abstract. The question is: what kind of attention does the task require?

A spreadsheet reconciliation task wants discipline. A market exploration task wants curiosity. A research synthesis task wants both. Most failures in system design come from using the wrong attention model for the problem.


Photography Reveals a Missing Ingredient in AI Design

Creative photography is driven by emotion. That sounds almost too simple to matter, but it points to something profound. A photographer does not only see what is there. They feel tension, wonder, longing, loneliness, surprise, or intimacy, and that feeling determines where the camera points.

Emotion, in this sense, is not just a mood. It is a selection mechanism. It helps the photographer decide which scene deserves attention, which angle is worth trying, and which moment must not be missed. Two people can stand in the same street at sunset. One sees illumination, the other sees ordinary light. The photographer, driven by curiosity or awe, notices the shadow on a wall, the reflected face in a puddle, the precise instant a passerby cuts through the frame.

This matters for AI because intelligent systems do not only need the ability to act. They need a way to care about which action is worth taking next. Of course, machines do not feel emotion in the human sense. But they still require a proxy for it: a prioritization signal, a guiding bias, a sense of salience. Without that, even a powerful system can become mechanically competent and creatively blind.

Think about a single agent with tools. It is a bit like a photographer with a powerful camera but no curiosity. The device works. The shutter fires. The lens focuses. Yet the results can be flat if there is no inner signal telling it where to look.

Now think about multi agent workflows. They resemble a team of photographers each specializing in different lenses, angles, or lighting conditions. That can produce coverage, but without a shared emotional center, the output can become fragmented. The team sees many things, but it may fail to know what the picture is about.


The Real Divide Is Between Execution and Attention

The most useful way to connect these ideas is to stop thinking of architecture as a question of structure alone. Instead, think in terms of a two layer model:

  1. Execution layer: the part that performs steps, uses tools, and completes tasks.
  2. Attention layer: the part that decides what deserves focus, when to persist, and when to explore.

A monolithic single agent is strong when the execution layer dominates the problem and the attention layer stays simple. It can move from step one to step two to step three with very little friction. But if the attention layer grows too complex, the system starts to degrade. It cannot keep track of all the relevant possibilities without losing coherence.

A multi agent system, or agentic workflow, can expand the attention layer by distributing it. One agent explores, another verifies, another critiques, another synthesizes. This can be powerful, but only if there is a strong organizing principle. Otherwise, the system gets lots of attention without direction, which is just expensive noise.

Photography offers a beautiful analogy here. A camera can execute exposure and focus, but the photographer supplies the point of view. The point of view is what turns data into meaning. Without it, you get technically correct images that no one remembers. With it, even an ordinary subject becomes vivid.

A smart system without emotional selection is like a camera that can focus on everything and therefore sees nothing.

This is why the best architectures are not simply bigger or more modular. They are more selective. They know how to concentrate capability where it matters most.


When Systems Scale, They Need Taste

There is another connection here that is easy to miss: scaling is not just a technical challenge. It is an aesthetic one.

As systems get larger, they need more than raw breadth. They need something like taste, which in human creativity is closely tied to emotion and curiosity. Taste is what tells a photographer that a crooked sign in the background is not noise but part of the story. It is what tells a system designer that not every problem should be broken into more subagents, and not every bottleneck should be solved with more tools.

In AI, taste shows up as architecture choice. Do you ask one agent to handle the full workflow because the task is naturally sequential? Do you split the work because the problem space is wide and branching? Do you create specialized skills that can be invoked repeatedly without rebuilding reasoning each time? These are not only engineering decisions. They are judgments about where attention should live.

This is where emotion becomes an unexpected guide. Emotion is often dismissed as irrational, but in creative work it is a highly compressed signal about relevance. A photographer feeling tension in a scene is not being sentimental. They are sensing a pattern worth preserving. Likewise, a good system design often begins with a felt intuition that one part of the process needs continuity, while another needs variety.

Consider product development. A single agent might be excellent at turning a clear spec into a working answer. But designing a new product feature from messy customer feedback is different. It requires noticing patterns, exploring alternatives, rejecting dead ends, and remembering what feels important to users. That is closer to photography than to spreadsheet automation. It needs a system that can alternate between focus and roaming.

The same is true in research, customer support, strategy, and coding. The highest leverage problems are rarely pure execution problems. They are problems of discrimination: what is signal, what is noise, what matters, what can be ignored, what deserves another pass?


A Better Mental Model: The Lens, the Hand, and the Feeling

To make this practical, imagine every intelligent system as having three parts.

1. The Lens

The lens determines what is visible. In AI, this is the architecture itself: monolithic agent, workflow, or skills. A lens can widen the field or narrow it. It can emphasize continuity or specialization.

2. The Hand

The hand does the work. This is the tool use, the execution, the calls, the transformations, the stepwise completion of tasks. A skilled hand can make a system efficient and reliable.

3. The Feeling

The feeling determines what matters enough to capture. This is not literal emotion in machines, but a proxy for it: priorities, salience scores, goals, constraints, curiosity prompts, and evaluative feedback.

If the lens is strong and the hand is skilled but the feeling is absent, the system can still produce output, but it will be generic. If the feeling is strong but the lens is poor, the system will care about many things it cannot see clearly. If the hand is weak, the system has insight but cannot act.

The best systems align all three. They know how to see, how to act, and how to care.

This framework helps explain why the single agent with tools is so effective up to a point. It concentrates the lens, hand, and feeling in one coherent loop. That coherence is a huge advantage for sequential work. But once the loop grows too complex, the feeling layer becomes overloaded. At that point, specialized skills or workflows can extend capability, as long as they preserve a common sense of what matters.


What This Means for Building and Using AI

If emotion in photography is really about directing attention, then the design lesson for AI is clear: do not optimize only for competence, optimize for relevance.

A system that can do everything but cannot distinguish the meaningful from the merely possible will drift. It will chase every branch, answer every prompt too literally, and spend energy on tasks that look productive but add little value. A more capable system is not necessarily one with more reasoning steps. It is one with a better internal way of deciding where to invest those steps.

In practice, that means asking different questions when designing an agentic system:

  • What should remain centralized because continuity matters?
  • What should be decomposed because breadth matters?
  • Where does the system need curiosity, not just completion?
  • What signals tell the system that a moment is worth a second look?

These are architectural questions, but they are also creative ones. The same instincts that help a photographer wait for the right gesture can help a system designer recognize the right boundary between one agent and many.

The most interesting systems may end up looking less like factories and more like studios. A factory is optimized for repetition. A studio is optimized for judgment, iteration, and the selective use of tools. That does not mean chaos. It means intentionality. A studio knows when one person can carry a project and when a team must enter the frame.


Key Takeaways

  1. Do not confuse efficiency with capability. A single agent with tools can outperform multi agent setups on sequential tasks, but it will eventually hit a scaling ceiling.

  2. Treat attention as a design problem. The biggest challenge in intelligent systems is often not execution, but deciding what deserves focus next.

  3. Use emotion as a metaphor for salience. In creative work, emotion guides what matters. In AI, priority signals, goals, and evaluative feedback play a similar role.

  4. Choose architecture based on the shape of attention required. Linear problems favor coherent single loops. Broad, ambiguous problems may need workflows or specialized skills.

  5. Build for relevance, not just competence. The best system is not the one that can do the most things. It is the one that knows which things are worth doing.


The Final Reframe

We usually think the future of AI will be decided by better models, better tools, or better coordination. Those matter, but they are not the deepest issue. The deeper issue is whether our systems can develop something analogous to a photographer’s instinct: a way of sensing what is emotionally, contextually, and strategically important before they act.

That instinct is what turns a camera into a perspective, a workflow into judgment, and a tool user into something closer to an intelligence. The future belongs not to systems that can process everything, but to systems that can feel the shape of the moment well enough to know where to look next.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣