SoN Vol 2, Issue 4: The Orchestration Loop


Vol 2, Issue 4 | Jan 28 2026
The Orchestration Loop

Dear Reader,

January has been dense.

We've covered the shift from prompting to orchestration, the art of decomposing problems into skills and agents, and the metric mandate that keeps projects honest. If you've been following along, you've got three powerful ideas — but they might still feel like separate concepts sitting next to each other.

They're not. They're a loop.

By the end of this issue, you'll have a checklist you can apply to your first orchestration project. Not theory — a practical workflow you can start using this week.

The Loop

Here's how the three concepts connect:

Each piece of this series addresses a specific phase:

The loop is the missing piece. It’s what turns three good ideas into a repeatable process.

A Real Example: Weekly Inbox Processing

Let me show you how this works with something most knowledge workers deal with — the weekly pile of captured notes, saved articles, and half-formed ideas that need to go somewhere.

Step 1: The Metric

The friction: my inbox folder. Notes from meetings, articles I’d saved to read later, voice memos, random thoughts captured on my phone. Every week it grew. Every few weeks I’d spend a Sunday afternoon sorting through it, feeling vaguely guilty about everything I’d forgotten.

That’s the number: time spent processing the weekly inbox.

Baseline: 90-120 minutes, usually procrastinated until it became overwhelming.

Target: Under 30 minutes, done consistently every Friday.

Kill criteria: If I’m still dreading it or skipping weeks, the automation isn’t solving the actual problem.

Step 2: Decompose the Friction

Where was the time actually going?

  1. Classification — figuring out what type of thing each item is (task, reference, project note, someday/maybe)
  2. Destination decisions — where does this belong in my system?
  3. Action extraction — pulling tasks out of meeting notes and random captures
  4. Filing — actually moving things to the right folders
  5. Pruning — deciding what to just delete

Some of these are recipes. Some need judgment.

  • Classification → Skill. Clear categories, consistent rules. Same logic every time.
  • Destination decisions → Mostly skill. My folder structure is documented. Most items have obvious homes.
  • Action extraction → Judgment call. Requires understanding context and priorities.
  • Filing → Skill. Once I know where something goes, moving it is mechanical.
  • Pruning → Judgment call. Only I know what’s actually worth keeping.

Step 3: Build the Smallest Piece

I started with classification — the most mechanical part.

A skill that reads each inbox item and tags it: task, reference, project-related, or archive. Clear inputs, clear outputs, same rules every time.

One skill. Took an evening to build. Immediately useful.

Step 4: Integrate

The classifier doesn’t export to some separate app. It reads directly from my inbox folder, adds tags to the files in place, and leaves them ready for the next step. When I open my Friday review, everything’s already sorted — I just need to make decisions about the judgment-call items.

That’s the shift in action: tools that work with your existing system, not parallel to it.

Step 5: Measure

After a month: inbox processing dropped to about 25 minutes. More importantly, I stopped skipping weeks. The friction that made me procrastinate was the “figuring out what this is” phase — once that was handled, the rest felt manageable.

Success on that piece. Move to the next.

Loop Back

The filing skill came next — once something’s classified, put it in the right place automatically. Then a simple action extractor that flags anything that looks like a task.

Each piece built on the last. Each one measurable. Each one integrated into the same workflow.

Current state: Friday inbox processing takes 20-30 minutes instead of being a dreaded Sunday chore. The metric moved. The approach works. Keep iterating.

The Checklist

Here’s what this looks like as a repeatable process:

Before You Start

  • What specific number will change?
  • What’s the baseline today?
  • What’s minimum success?
  • When will you measure?
  • What triggers stop?

If any of these are blank, you’re not ready.

Decomposition

  • What are the 3-5 friction points?
  • For each: recipe (skill) or judgment call (agent)?
  • Which is the smallest useful piece?
  • Can anything be solved with just documentation or infrastructure?

Build & Integrate

  • Does this connect to your existing files/notes/context?
  • How will outputs feed back into your system?
  • What’s the minimum viable version you can ship this week?

Measure & Iterate

  • Did the number change?
  • What friction remains?
  • What’s the next smallest piece?

Print this. Use it. The questions matter more than the format.


The Mistakes I Keep Seeing

Four patterns that can derail orchestration projects:

Starting with agents instead of skills. The allure of building something that “thinks” is strong. But agents are harder to build, harder to debug, and often unnecessary. Start with recipes. Graduate when the domain earns it.

Skipping metrics. “Improve my workflow” isn’t a goal. If you can’t define what improvement looks like, you can’t know if you’ve achieved it.

Building standalone tools. A skill that exports to a separate folder, requires manual import, or doesn’t connect to your existing notes is a skill you’ll stop using. Integration is what makes things stick.

Trying to solve the whole problem at once. The compound effect is real, but only if you ship small things consistently. A five-skill system you build over two months beats a twenty-skill system you never finish.


Your Assignment

  • Pick one recurring friction in your work.
  • Run it through the checklist.
  • Start with the smallest piece.

That’s it. Not “build a system.” Not “design your workflow.” Pick one thing, apply the loop, ship something small.

If you want guided support making this transition — someone to help you identify the right friction points and build the first few pieces — I offer implementation coaching. We work through your specific situation together.

But the core insight doesn’t require coaching: metrics → decomposition → integration → measure → repeat.

The loop works. Use it.


What’s Next

This wraps the January Orchestration Arc. Four issues, one framework:

  1. Programming Your Gaps — from prompting to orchestrating, from sessions to systems
  2. Breaking Things Down — skills (recipes) vs. agents (judgment), start small
  3. The Metric Mandate — five questions before any project starts
  4. The Orchestration Loop — how the three connect into a repeatable workflow

February will explore new territory. I’ve got some ideas brewing — but I’m curious what questions this series raised for you. What’s still unclear? What would help most?

Hit reply. I read everything.

Until next week,

Jim


Elsewhere

Something I shipped this week:

The AntiSlop — A Claude Code skill for catching AI writing patterns before you publish.

Detects 35+ tells across content, language, style, and structure — including structural patterns like staccato fragments and "This isn't X, it's Y" comparisons that phrase-based detectors miss. More importantly, it actually fixes problems rather than just flagging them. Useful if you're using AI to assist with drafts and want the output to sound like you wrote it.

MIT licensed. Use it, fork it, improve it.


Signal Over Noise is weekly, reader-first publication on AI "without the hype" published by Jim Christian. If you've been forwarded this issue, you can subscribe for free: go.signalovernoise.at.

600 1st Ave, Ste 330 PMB 92768, Seattle, WA 98104-2246
Unsubscribe · Preferences

Jim Christian

I test AI tools, build real workflows, and share what's worth your time. Newsletter, field guides, and courses — everything based on what I've shipped, not what I've read about.

Read more from Jim Christian

Second Brain Chronicles - Digest #001 February 2026: Confidence Is Not Evidence This is the first real issue of Second Brain Chronicles. I've been building an AI-augmented second brain system for over a year now, and I kept telling myself I'd start documenting it when the system was "ready." The system will never be ready. So here we are. What you're reading is a monthly field report — not a tutorial, not a product launch. I'm documenting what happens when you wire AI tools deep into your...

Your Vault Has a Shape Folder structure, daily notes, and the one file that teaches Claude everything about your system. Last issue, you installed Obsidian and Claude Code, then had your first conversation where Claude could see your files, create new ones, and answer questions about what's there. Right now though, Claude knows almost nothing about what you're building. Every time you start a new session, it reads the files in your folder and... that's it. No context about what the vault is...

Starting From Scratch Install the tools. Have your first conversation. This is where every AI second brain begins. You've seen the demos. Someone on Twitter shows their AI reading their notes, managing their email, writing drafts in their voice, remembering decisions from three months ago. It looks like magic, and you want it. Then you try to build it and hit a wall. Where do you even start? What tools? What structure? The demos never show the beginning — only the result. This newsletter is...