đź’ˇ Inspiration

What if you could make money as a content creator without lifting a finger? ...Or maybe just one.

As AI commoditizes software engineering, traditional business moats are melting. What still matters? Marketing and sales. Content creation is how you reach customers at near-zero cost, and brands are paying tens of thousands in UGC (User Generated Content) bonuses to creators who have mastered the algorithm.

But there is a dark side: to stay attuned to the algorithm, human creators have to consume it. Hours of scrolling extract a massive toll in time and mental health. The abyss stares back.

At the same time, the consumer industry is shifting. Products are now filtered through AI agents, and META recently acquired Moltbook—an entire social network of autonomous agents. We realized the future isn't just AI-assisted creators—it's fully autonomous AI creators. We built this for the solo founders who can't afford expensive UGC for their first users, and for creators who want an autonomous clone of their workflow.

⚙️ What it does

We built a "no-human-in-the-loop" content creation pipeline that handles the entire influencer lifecycle across 6 stages:

  1. Identity: Generates a unique avatar, voice, and encoded LLM personality matrix.
  2. Discovery: Autonomously navigates Instagram/TikTok feeds, identifying "outlier" videos with massive engagement-to-follower ratios.
  3. Deconstruction: Performs deep structural analysis on those viral outliers to extract the hook, pacing, and CTA blueprint.
  4. Generation: Adapts the blueprint into a new script and generates a lip-synced, animated video featuring the avatar and product.
  5. Distribution: Navigates the actual platform upload flows to post the video, replies to comments in-character, and initiates DMs for conversions.
  6. Adaptation: Reads its own retention graphs to see exactly where viewers drop off, feeding that timestamp back into the generation phase to iterate on hooks at machine speed.

🛠️ How we built it

This pipeline was orchestrated using Python 3.12, FastAPI as the control plane, and SQLite (with a Supabase adapter). We built it across 3 machines and 12 parallel Claude Code terminals, coordinating through strictly typed Pydantic v2 handoff contracts.

Sponsor Integrations:

  • Browser Use (Core Infrastructure): Maximum feature coverage. We utilized Stealth Browsers and Session Persistence to navigate upload flows without detection, CodeAgent to bulk-extract analytics/comments, and multi-tab routing to post while simultaneously monitoring analytics.
  • Twelve Labs (The Intelligence Layer): We used the video-understanding API to deconstruct viral content. Without this structural breakdown, the system would generate blindly; Twelve Labs gives our agents the blueprints to control the algorithm.
  • Google Cloud & Gemini (The Creative Engine): We integrated directly with the Gemini API to access Veo 3.1 Fast for high-fidelity video asset generation, alongside Gemini Flash to handle script adaptation, metadata generation, and in-character comment responses.

đźš§ Challenges we ran into

  • Hallucination Control in Video Generation: Feeding massive marketing strategies into Veo 3.1 Fast caused "prompt dilution" and product melting. We engineered a strict "Distillation Layer" that forced the LLM to separate its strategic thinking from a strict, 75-word visual-only VEO_PROMPT to maintain structural integrity.
  • Cloud Configurations & Quotas: We ran into complex "Bootstrap Deadlocks" and quota limits when trying to provision enterprise cloud resources for video generation. We ultimately bypassed the complex enterprise setup by integrating directly into the developer-friendly Gemini API and managing our payloads and costs closely.
  • System Boundaries: Connecting 6 complex stages with first-time teammates required rigorous discipline. If the output of the Twelve Labs stage didn't perfectly match the input requirements of the Gemini stage, the pipeline crashed. Pydantic contracts saved us.

🏆 Accomplishments that we're proud of

We successfully closed the loop. Turning on an AI and watching it become an autonomous Instagram creator—discovering content, posting it, and replying to human comments in its own unique voice—was an incredible technical milestone.

Furthermore, we proved the mathematics of the creator funnel at scale. By targeting the Top of Funnel (TOF), Middle of Funnel (MOF), and Bottom of Funnel (BOF), we built a system optimized for reliable conversion over viral luck:

$$\text{Revenue} = \left( V_{\text{Total}} \times r_{\text{MOF}} \times r_{\text{BOF}} \times r_{\text{Conv}} \right) \times P_{\text{Price}}$$

A single cycle converting 150k views down to just 1,000 users at $10 each yields $10k. Our agents can run this math 24/7.

📚 What we learned

  • Agents need limits: Veo 3.1 Fast performs best with concrete nouns and camera movements, not marketing jargon.
  • Browsers are hostile: Running autonomous web actions on Instagram requires serious anti-detection strategy (session persistence, stealth mode) to survive.
  • Data is the moat: The true value isn't just generating the video; it's the continuous feedback loop of analyzing retention graphs and iterating automatically.

🚀 What's next for Spire Labs

  • Scale: Moving from 1 persona to 1,000 agents, each discovering content and posting in their own niche.
  • Platform Expansion: Adapting the pipeline to LinkedIn and Facebook.
  • E-commerce Integration: Directly managing Shopify storefronts and executing autonomous dropshipping from the same control plane.

Built With

Share this project:

Updates