← 목록으로

복잡성을 돈으로 살 것인가, 구조로 설계할 것인가 — AI 시대, 가성비 높은 결과물의 조건 | BuntGames

2026-02-27 원문 보기 ⇗

복잡성을 돈으로 살 것인가, 구조로 설계할 것인가 — AI 시대, 가성비 높은 결과물의 조건

AI가 멍청해진 것이 아니다.
우리가 세션을 과부하시켰을 뿐이다.

“Lost in the Middle”이라는 말은 단순한 연구 용어가 아니다.
그건 AI의 한계라기보다 설계자의 한계를 드러내는 거울이다.

세션이 길어질수록 AI는 무엇이 중요한지 판단하는 데 에너지를 소모한다.
추론은 줄고, 맥락 정리가 늘어난다.
지능은 계산력이 아니라 엔트로피 관리 능력에 의해 결정된다.

문제는 대부분의 사용자가 복잡성을 분해하지 않고
더 강한 모델을 호출한다는 점이다.

복잡하면 Pro를 쓰고,
길어지면 더 긴 컨텍스트를 쓰고,
비용이 늘어나면 “AI가 비싸다”고 말한다.

하지만 블록버스터 촬영 현장을 떠올려보자.

블록버스터 조직: 돈으로 복잡성을 감당한다

수백 명의 스태프,
여러 대의 카메라,
촬영 후 색보정과 CG.

실수는 돈으로 보정한다.
리스크는 인력으로 분산한다.

이 구조는 안정적이다.
하지만 비용이 크다.

AI 환경에서도 동일하다.

  • 항상 최상위 모델 사용

  • 긴 세션 유지

  • 모든 작업을 메인에서 처리

결과는 안정적일 수 있다.
그러나 토큰은 쌓이고, 중간은 흐려진다.

복잡성을 돈으로 해결하는 방식이다.

다이어트된 조직: 구조로 복잡성을 설계한다

반대로 소규모 촬영팀을 보자.

감독은 촬영감독 역할을 겸하고,
조명은 최소화하고,
자연광을 활용하고,
촬영 전에 동선과 컷을 완전히 설계한다.

여기서는 실수가 치명적이다.
따라서 설계 단계가 대부분을 결정한다.

AI 환경에서도 같다.

  • 메인은 전략과 최종 판단만 담당

  • 하위 작업은 서브 에이전트로 격리

  • 결과는 요약만 Context Injection

  • 모델은 티어별로 배치

  • 테스트는 비동기로 처리

복잡성을 분해하고
답을 조립하는 구조.

이건 돈이 아니라 지휘 능력의 문제다.

복잡성은 길이가 아니라 미래 비용이다

복잡함은 코드 줄 수가 아니다.

  • 영향 범위

  • 되돌리기 난이도

  • 향후 변경 가능성

  • 실패 시 손실 규모

이걸 직관적으로 판단하는 능력은 경험에서 온다.

초보자는 길이를 본다.
숙련자는 파급력을 본다.

그리고 AI 시대에는 하나가 더 추가된다.

  • 맥락 오염 비용

세션이 길어질수록
AI는 점점 ‘중간’을 잃는다.

그때 사람들은 말한다.

“요즘 AI 답변이 이상해졌다.”

아니다.
우리가 세션을 설계하지 않았을 뿐이다.

가성비는 일머리와 지휘 능력의 곱이다

가성비 높은 결과물은
싸게 만드는 것이 아니다.

적은 에너지로
최대 임팩트를 만드는 것이다.

이를 구성하는 요소는 두 가지다.

1. 일머리

  • 어디서부터 손대야 하는지 안다.

  • Haiku로 충분한 곳에 Pro를 쓰지 않는다.

  • 병렬과 순차를 구분한다.

  • 세션을 가볍게 유지한다.

2. 지휘 능력

  • 무엇을 안 할지 결정한다.

  • 작업 순서를 설계한다.

  • 모델 계층을 배치한다.

  • 리스크 허용 범위를 정한다.

둘 중 하나만 있으면 균형이 무너진다.

일머리만 있으면
계속 만들지만 방향이 흔들린다.

지휘만 있으면
설계는 거창하지만 산출물이 없다.

가성비는 두 능력의 곱이다.

동기에서 비동기로

초보자는 AI와 대화한다.
전문가는 AI를 프로세스로 운용한다.

Ctrl+B는 단축키가 아니다.
그건 철학이다.

테스트를 돌려놓고 기다리는 대신
백그라운드로 보내고 다음 설계로 넘어간다.

인간의 인지 리듬을 끊지 않는 구조.

이 병렬 인지 구조가
에이전틱 워크플로우의 핵심이다.

결국, 설계자의 문제다

AI를 더 많이 쓰는가?
아니면 AI 시스템을 설계하는가?

복잡성을 돈으로 감당할 것인가?
아니면 구조로 분해할 것인가?

메인 세션은 심장이다.
서브 에이전트는 말초 신경이다.

심장에 모든 신호를 몰아넣으면
지능은 둔해진다.

레이어로 나누고,
티어로 배치하고,
요약만 주입하고,
판단은 중앙에서 한다.

그때 비로소 AI는 도구가 아니라
지휘 가능한 시스템이 된다.

한 문장으로 정리하면

복잡성은 제거하는 것이 아니라,
분해하고 재조립하는 것이다.
그리고 그 설계를 할 수 있는 사람이
AI 시대의 가성비를 만든다.

patreon.com

Will You Buy Complexity with Money, or Design It with Structure?

— The Conditions for Cost-Effective Results in the AI Era

AI has not become stupid.
We have simply overloaded the session.

“Lost in the Middle” is not merely a research term.
It is less a limitation of AI than a mirror reflecting the limitation of the designer.

As sessions grow longer, AI spends more energy determining what matters.
Reasoning decreases. Context sorting increases.
Intelligence is not determined by raw computation power, but by entropy management.

The real issue is that most users do not decompose complexity.
They simply call a stronger model.

If it’s complex, use Pro.
If it’s long, expand the context window.
If costs rise, complain that “AI is expensive.”

But think about a blockbuster film set.

The Blockbuster Organization: Buying Complexity with Capital

Hundreds of crew members.
Multiple cameras.
Color grading and CGI in post-production.

Mistakes are corrected with money.
Risk is distributed through manpower.

This structure is stable.
But it is expensive.

The same applies in AI workflows:

  • Always using the highest-tier model

  • Maintaining long sessions

  • Processing everything in the main context

The results may appear stable.
But tokens accumulate, and the middle fades.

This is solving complexity with money.

The Lean Organization: Designing Complexity with Structure

Now imagine a small indie film crew.

The director doubles as cinematographer.
Lighting is minimal.
Natural light is used.
Blocking and cuts are fully designed before shooting.

Here, mistakes are costly.
So design determines most of the outcome.

In AI environments, it’s the same:

  • The main session handles only strategy and final decisions

  • Subtasks are isolated in sub-agents

  • Only summaries are injected back into context

  • Models are tiered by task complexity

  • Testing runs asynchronously

This is decomposing complexity
and assembling answers deliberately.

This is not about money.
It is about orchestration capability.

Complexity Is Not Length — It Is Future Cost

Complexity is not measured by lines of code.

It is defined by:

  • Scope of impact

  • Reversibility

  • Likelihood of future modification

  • Cost of failure

The ability to judge this comes from experience.

Beginners see length.
Experts see ripple effects.

And in the AI era, there is one more dimension:

  • Context pollution cost

As sessions grow longer,
AI gradually loses the middle.

People then say:
“AI responses are getting worse.”

No.
We simply failed to design the session.

Cost-Effectiveness Is the Product of Execution and Orchestration

Cost-effective results are not about being cheap.

They are about maximizing impact with minimal energy.

Two capabilities determine this.

1. Execution Intelligence

  • Knows where to start

  • Uses Haiku where Pro isn’t needed

  • Distinguishes parallel from sequential work

  • Keeps the session lightweight

2. Orchestration Capability

  • Decides what not to build

  • Designs task order

  • Assigns model tiers

  • Defines acceptable risk

If one is missing, balance collapses.

Execution without direction leads to endless building without alignment.
Direction without execution produces grand designs with little output.

Cost-effectiveness is the product of both.

From Synchronous to Asynchronous Thinking

Beginners “chat” with AI.
Professionals operate AI as a process.

Ctrl+B is not just a shortcut.
It is a philosophy.

Instead of waiting for tests to finish,
you send them to the background
and move to the next design step.

Preserving cognitive rhythm
is the essence of agentic workflow.

Ultimately, This Is a Designer’s Problem

Do you simply use AI more?
Or do you design an AI system?

Do you absorb complexity with money?
Or do you decompose it structurally?

The main session is the heart.
Sub-agents are the peripheral nerves.

If all signals are forced into the heart,
intelligence dulls.

Divide into layers.
Assign tiers.
Inject only summaries.
Centralize final judgment.

Only then does AI become
not just a tool,
but a controllable system.

In One Sentence

Complexity is not something to eliminate.
It is something to decompose and reassemble.
And those who can design that structure
will define cost-effectiveness in the AI era.

FROM BUNTGAMES.COM