SageOx

The hivemind for agentic engineering

Cookbooks

SageOx + Loom

You already record Loom walkthroughs. This cookbook turns them from ephemeral Slack links into structured knowledge your AI coworkers can reference during coding sessions.

What you need

To upload Loom recordings (anyone on the team — no CLI needed):

  • A SageOx team account
  • Loom recordings you want to preserve

To implement with recording context (developers):

  • SageOx CLI installed (ox) with a connected repo (ox init)
  • A coding agent (Claude Code, Codex, etc.)

The workflow

1. Upload or import a Loom recording

  1. Copy the share URL from any Loom video
  2. Go to your team's Media section at sageox.ai
  3. Click Import
  4. Paste the Loom URL and add a descriptive title

SageOx downloads the video and processes it automatically. Processing takes 1–3 minutes depending on length.

2. See what SageOx extracts

Once processing completes, your recording becomes a structured artifact:

ArtifactWhat it contains
TranscriptFull text with timestamps and speaker labels
SummaryKey points, decisions, and action items
KeyframesScreenshots at visually significant moments with AI descriptions
MetadataTitle, duration, import date

3. Your AI coworker references it

The next time an AI coworker starts a session, the recording's content is part of its context. It can reference the walkthrough's decisions, the architecture you drew on screen, or the bug reproduction steps you narrated.

Before SageOx: "Why did we redesign the upload API?" → grep through Slack, find nothing, guess.

After SageOx: "Why did we redesign the upload API?" → your AI coworker cites the Loom walkthrough where you explained the rate-limiting issues.

Recipes

Import your Loom back catalog

Got months of Loom recordings scattered across Slack? Import them one at a time through the web UI. Each import runs independently — queue up as many as you have.

For large backlogs, consider prioritizing:

  1. Architecture and design decision recordings
  2. Onboarding walkthroughs
  3. Bug investigation recordings
  4. Feature demos with design rationale

Record with better extraction in mind

SageOx extracts more value when you record with a few habits:

Narrate your reasoning, not your clicks "I'm switching to the network tab because I suspect the preflight is failing" beats silent mousing.

Say names out loud "This is the RecordingService in apps/workflow" gives the transcript anchors that link to your codebase.

Keep it under 10 minutes Shorter recordings produce tighter summaries. If you're going longer, the topic deserves two recordings.

Download-then-upload workflow

If your Loom is behind SSO or you prefer local files:

  1. In Loom, click ...Download → save the MP4
  2. Go to your team's Media section
  3. Click Upload and drag in the file
  4. Add a descriptive title

Both methods produce the same result — URL import is faster when available.

Build the habit

The highest-value pattern: record a 2-minute Loom after every meaningful decision.

  • Architecture call? Record it.
  • Bug root-caused? Record the fix.
  • PR feedback session? Record the walkthrough.

Anyone on your team can upload recordings through the web — no CLI, no setup. Within a week, your Team Context has a searchable history of why things are the way they are — not buried in Slack threads, not lost in someone's head.

What's next