Skip to main content

Loading…

Skip to main content
HomeProjectsPostsContact
Justin Tsugranes LogoJustin Tsugranes Logo

Justin Tsugranes

HomeProjectsPostsContact

Stay in the loop

Occasional notes on what I'm building, lessons earned, and the studio behind it.

By subscribing, you agree to receive No spam. Unsubscribe in one click anytime. from Justin Tsugranes. No spam. Unsubscribe anytime. Privacy Policy

© 2026 Total Ventures LLC. All rights reserved.

Privacy PolicyTerms of ServiceCookie Policy
Building an AI Story App: Architecture and Lessons from Inky | Justin Tsugranes | Justin Tsugranes
Xinf
Building an AI Story App: Architecture and Lessons from Inky
←Posts

Building & Operating

Building an AI Story App: Architecture and Lessons from Inky

A look inside the architecture and decision-making process of building Inky, an AI-powered storytelling application, as a solo operator with an agentic workforce.

Justin Tsugranes·June 24, 2026·4 min read
On this page
  1. The Thesis: Collapsing the Cost of Creation
  2. The Architecture of a Solo Studio
  3. The Orchestration Layer
  4. Managing Latency and Feedback Loops
  5. The Operating Model: Zero Employees, Five Brands
  6. Lessons Learned the Hard Way
  7. The Path Forward

Building software has changed. What used to require a venture-backed team and a six-month roadmap now requires an operator with a clear thesis and a well-designed system. I recently finished the initial build of Inky, an AI storytelling app designed to create personalized narratives for my son, Jupiter.

When I started building an ai story app, the goal wasn't just to ship a feature. It was to test the limits of the Total Ventures operating model—how one person can architect, build, and run a production-grade application using a fleet of AI agents to do the heavy lifting.

The Thesis: Collapsing the Cost of Creation

The shift we are seeing in the market is fundamental. AI has collapsed the cost of generating code and content. However, it has not collapsed the cost of judgment, taste, or the discipline required to operate a product over the long term.

Inky exists because I wanted Jupiter to have stories where he is the hero, but I also wanted to prove that a solo operator can maintain a portfolio of high-quality digital products without a traditional headcount. The app uses a managed data layer to handle user state and an orchestration layer to manage the complex handoffs between different AI models.

The Architecture of a Solo Studio

When building an ai story app, the temptation is to focus on the prompt. But the prompt is the easiest part. The real work is in the architecture—the plumbing that ensures the story is coherent, the images match the text, and the user experience remains fluid despite the inherent latency of large language models.

The Orchestration Layer

I don't write every line of code anymore. I architect the system and let my agents execute the implementation. This is what I call agentic engineering. For Inky, the orchestration layer handles three distinct phases:

  1. Narrative Structuring: A specialized agent takes the user's input and builds a multi-chapter story arc. It ensures the pacing is correct for a child's attention span.
  2. Visual Consistency: A second agent generates descriptions for illustrations, ensuring that the character's appearance remains consistent from page one to page ten.
  3. State Management: All of this is piped into a relational database that tracks progress, user preferences, and historical stories.

By separating these concerns, I can swap out models or update the logic in one area without breaking the entire system. It’s a modular approach built to keep.

Managing Latency and Feedback Loops

One of the hardest parts of building an ai story app is the wait time. Generating a full story with custom illustrations takes time. Instead of showing a loading spinner, I designed the system to stream the narrative in real-time while the images generate in the background.

This required a robust feedback loop between the frontend and the orchestration layer. We use a pub-sub model to update the UI as each chapter is finalized. It turns a technical constraint into a moment of anticipation for the user.

Keep reading

Related posts

All posts→
Building an AI Story App: Lessons from Shipping Inky
Jun 16, 2026

Building an AI Story App: Lessons from Shipping Inky

I am building Inky as a permanent asset for Total Ventures. Here is the architecture and the logic behind building an AI story app that lasts.

ai-nativeagentic-engineeringinkyproduct-strategy

The Operating Model: Zero Employees, Five Brands

Total Ventures is a digital product studio with zero employees. Inky is one of five brands in the fleet. To make this work, the maintenance of the app must be automated.

I’ve built monitoring agents that watch for errors in the story generation pipeline. If a model returns a malformed response or an image fails to generate, the agent attempts a retry or alerts me if a manual decision is needed. This allows me to work on the business, not in it. I am the human face of the machine, making the high-level calls while the agents handle the execution.

Lessons Learned the Hard Way

Every build teaches you something that the documentation doesn't cover. With Inky, I learned that prompt engineering is less about the words you use and more about the constraints you set.

Early versions of the app would occasionally produce stories that were too complex or lacked a clear resolution. I had to implement a "critic" agent—a separate process that reviews the generated story against a set of pedagogical standards before it ever reaches the user. If the critic isn't satisfied, the story goes back for a rewrite.

This layer of automated quality control is what separates a toy from a product. It’s about applying an owner’s standards to every output the machine produces.

The Path Forward

Building an ai story app in the current climate is a lesson in leverage. The tools are available to everyone, but the advantage goes to the operator who can design the best system to harness them.

Inky is now a stable part of the Total Ventures portfolio. It serves its purpose for Jupiter, and it serves as a blueprint for how we build the next four products. We aren't looking for an exit; we are building to compound.

If you are looking to transition from a developer to an operator, the first step is to stop thinking about features and start thinking about systems. The machine is the moat.

Always forge ahead.

Justin Tsugranes

RecommendedFree

Free download

Get the Launch Checklist →
If this resonated

The studio is where the rest of it lives.

Total Ventures is the umbrella — the products, the resources, the strategy session.

totalventures.io
  • Resources

    Launch Checklist + the Builder’s Playbook bundle.

  • Strategy session

    A focused hour on your repo, stack, and monetization.

  • The brands

    The portfolio of products I’m building, end to end.

Studio Notes

How I’m building the studio.

The operator’s log — systems, decisions, and what’s working.

JT

Written by

Justin Tsugranes

Founder, Total Ventures

Solo-founder building a multi-brand product studio with AI agents. Writing about building, operating, and shipping.

ShareXLinkedInFacebook
#ai-agents#product-strategy#inky#studio-model

On this page

  1. The Thesis: Collapsing the Cost of Creation
  2. The Architecture of a Solo Studio
  3. The Orchestration Layer
  4. Managing Latency and Feedback Loops
  5. The Operating Model: Zero Employees, Five Brands
  6. Lessons Learned the Hard Way
  7. The Path Forward
Building an AI Story App: The Architecture of Inky
Jun 15, 2026

Building an AI Story App: The Architecture of Inky

Building an AI story app requires moving past simple prompts to agentic engineering. Here is how I built Inky as a permanent equity asset for Total Ventures.

inkyagentic-engineeringproduct-strategyshipping
EditorialB
Jun 10, 2026

Building an AI Story App: Lessons from Agentic Engineering

Shipping an AI story app requires moving past simple prompts to agentic engineering. Here is how I built Inky as a permanent equity asset.

inkyagentic-engineeringproduct-strategyshipping