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: Lessons from Shipping Inky | Justin Tsugranes | Justin Tsugranes
Xinf
Building an AI Story App: Lessons from Shipping Inky
←Posts

Building & Operating

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.

Justin Tsugranes·June 16, 2026·5 min read
On this page
  1. The Shift in Software Production
  2. Architecture for a Permanent Asset
  3. A Managed Data Layer
  4. The Orchestration Layer
  5. The Frontend Framework
  6. Agentic Engineering in Narrative Logic
  7. Lessons Learned the Hard Way
  8. The Economics of Building to Keep
  9. Shipping Today

Software production has changed. What used to require a venture-backed team and a multi-million dollar burn rate now requires one owner and a well-architected machine. At Total Ventures, we don't build side projects. We build, keep, and operate AI-native digital products as permanent equity.

Inky is our latest build—an AI storytelling app designed to turn fragmented ideas into structured narratives. Building an AI story app in the current climate isn't about who has the best prompt; it is about who builds the most resilient system to manage the output of an agentic workforce.

Here is how we are shipping today and what I have learned the hard way about building software meant to be kept forever.

The Shift in Software Production

The cost of generating code has collapsed. This is the fundamental shift that makes Total Ventures possible. When the cost of production drops to near zero, the value migrates to judgment, taste, and the architecture of the system.

When I began building an AI story app, the goal wasn't to see if the AI could write a story. We already know it can. The goal was to build a product where the AI acts as the workforce, managed by a single human operator. This requires a move away from traditional software engineering toward what I call agentic engineering.

In this model, the software is not a static tool. It is a series of interconnected agents that handle narrative logic, character consistency, and world-building. My job as the owner is to architect the operating system that allows these agents to execute without constant human intervention.

Architecture for a Permanent Asset

Because Total Ventures is a permanent-equity company, every technical decision is viewed through the lens of long-term maintenance. We build to keep. This means avoiding complex, brittle stacks that require a team of specialists to debug.

For Inky, the architecture is built on a shared engine that powers all our properties. It consists of:

A Managed Data Layer

We use a relational database to maintain the state of every story. In narrative applications, state is everything. If the system forgets a character's motivation in chapter three, the product fails. We treat the database as the single source of truth for the agents, ensuring that every inference call is grounded in the existing story data.

The Orchestration Layer

This is where the agentic engineering happens. Instead of one massive call to an inference engine, we break the storytelling process into discrete tasks. One agent handles the outline. Another handles the prose. A third agent acts as an editor, checking for tone and consistency. This modular approach allows us to swap out underlying models as better ones become available without rebuilding the entire application.

The Frontend Framework

We prioritize a clean, functional interface that stays out of the way. The value of building an AI story app is in the output, not in flashy animations. We use a standard, server-side rendered framework to ensure speed and SEO performance from day one.

Keep reading

Related posts

All posts→
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

Agentic Engineering in Narrative Logic

One of the primary challenges in building an AI story app is maintaining narrative tension and logical flow over long distances. Most AI products fail here because they rely on a single context window.

I learned the hard way that you cannot simply ask an AI to "write a book." The result is generic and often loses the thread. Instead, we built a system of recursive expansion. The user provides a seed. The agents expand that seed into a premise, then an outline, then individual scenes.

By breaking the work down, we maintain high quality across the entire narrative. This is the same way I run Total Ventures: I set the vision, and the machine executes the details. The agents are the workforce; I am the lens.

Lessons Learned the Hard Way

Shipping Inky has not been without friction. When you are working in public, you have to be honest about the misses.

First, latency is the enemy of user experience. In the early versions, the time it took for the agents to collaborate on a chapter was too long. We had to redesign the orchestration layer to provide immediate feedback to the user while the heavy lifting happened in the background.

Second, cost control is an operational necessity. When your workforce is an AI, your COGS (Cost of Goods Sold) is tied directly to API usage. We had to implement strict token management and caching strategies to ensure the margins remained healthy. An owner who doesn't watch his margins won't be an owner for long.

Finally, I realized that the "AI" part of the app is secondary to the "Story" part. Users don't care about the underlying model. They care about the feeling of creating something meaningful. We shifted our focus from technical benchmarks to narrative outcomes. The machine serves the product, not the other way around.

The Economics of Building to Keep

Total Ventures does not build to sell. We do not look for exits. We look for durable free cash flow. This changes how we approach the market for Inky.

We aren't trying to "disrupt" the publishing industry. We are building a tool that helps creators produce better work, faster. By keeping our overhead low—zero employees, one owner, and an AI workforce—we can operate profitably at a scale that would kill a traditional startup.

This is the promised land of the solo operator. When you own the machine, you own the upside. You aren't building a side project; you are building an institution.

Shipping Today

Inky is live and functional. It is a working example of what happens when you apply agentic engineering to a creative problem. It is one of five brands in the Total Ventures portfolio, all running on the same core engine, all built to be kept forever.

If you are an operator looking to move toward this model, the first step is to stop thinking like a developer and start thinking like an owner. The tools are here. The cost of production has collapsed. The only thing left is the discipline to build and the judgment to keep.

I am happy to talk about the specifics of this transition or the architecture of our shared engine.

The free Studio Launch Checklist covers this — totalventures.io/resources/launch-checklist

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-native#agentic-engineering#inky#product-strategy

On this page

  1. The Shift in Software Production
  2. Architecture for a Permanent Asset
  3. A Managed Data Layer
  4. The Orchestration Layer
  5. The Frontend Framework
  6. Agentic Engineering in Narrative Logic
  7. Lessons Learned the Hard Way
  8. The Economics of Building to Keep
  9. Shipping Today
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
Building an AI Story App: Lessons from Shipping Inky
Jun 14, 2026

Building an AI Story App: Lessons from Shipping Inky

Insights from building Inky, an AI-native storytelling application. I cover the architecture, agentic engineering, and the reality of shipping AI products today.

ai-nativeinkysystem-architectureshipping