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: Systems for Permanent Equity | Justin Tsugranes | Justin Tsugranes
Xinf

Building an AI Story App: Systems for Permanent Equity

A look inside the architecture and ownership logic of Inky, an AI storytelling app built to be kept forever and operated by agents.

Justin Tsugranes·June 10, 2026·5 min read
On this page
  1. The Shift in Software Production
  2. Architecting Inky: Agentic Engineering in Practice
  3. The Orchestration Layer
  4. The Content Engine
  5. Lessons Learned the Hard Way
  6. Built to Keep: The Financial Logic
  7. Working in Public
  8. Next Step

I am shipping today. Specifically, I am shipping the latest iteration of Inky, an AI storytelling app.

At Total Ventures, we do not build projects or side hustles. We build permanent-equity companies. This means every line of code and every architectural decision is made with the intention of keeping the asset forever. When you build to keep, your relationship with the software changes. You are no longer looking for a quick exit or a vanity metric to show an investor. You are looking for durable free cash flow and a system that can be operated by a machine.

Building an AI story app in the current market requires more than just a wrapper around a large language model. It requires agentic engineering—a shift from writing code that performs tasks to designing systems that manage agents.

The Shift in Software Production

AI has collapsed the cost of building software. What used to require a funded team and a six-month roadmap now takes one operator who understands how to architect the right system. However, the cost that did not collapse is the cost of judgment, taste, and the discipline to operate what you build.

When I began building an ai story app, the goal was to create a product where the workforce is entirely AI-native. Inky is not just a tool for users to generate stories; it is a demonstration of the Total Ventures operating model. The machine handles the narrative branching, the character consistency, and the asset generation. I handle the capital allocation and the high-level architectural decisions.

If you are still building software the old way—bolting AI onto a traditional team structure—you will be out-shipped by smaller, more disciplined operators. The leverage is no longer in the number of engineers you employ, but in the quality of the agents you deploy.

Architecting Inky: Agentic Engineering in Practice

Building an ai story app requires a departure from standard CRUD (Create, Read, Update, Delete) patterns. In a traditional application, the user provides the input and the database stores it. In an agentic system, the user provides an intent, and the orchestration layer manages a series of agents to fulfill that intent.

The Orchestration Layer

For Inky, the orchestration layer is the moat. It manages the state of the story across multiple sessions. I learned the hard way that relying on a single prompt to maintain narrative arc is a recipe for failure. Instead, we use a managed data layer to store character profiles, world-building constraints, and plot points.

When a user interacts with the app, the system doesn't just call an API. It queries the relational database for the current state, passes that state to a specialized agent for narrative logic, and then validates the output against a set of brand guidelines before the user ever sees a word. This is agentic engineering: building the guardrails and the feedback loops that allow the machine to work without human intervention.

The Content Engine

Storytelling is a multi-modal problem. Building an ai story app means coordinating text, image generation, and eventually audio. We use a custom orchestration layer to ensure that the visual style of a story remains consistent from page one to page fifty. This isn't done by a human designer; it is done by a system that generates and stores style seeds in our data layer.

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

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
#building an ai story app#agentic engineering#permanent equity#total ventures

On this page

  1. The Shift in Software Production
  2. Architecting Inky: Agentic Engineering in Practice
  3. The Orchestration Layer
  4. The Content Engine
  5. Lessons Learned the Hard Way
  6. Built to Keep: The Financial Logic
  7. Working in Public
  8. Next Step

Keep reading

Related posts

All posts→
EditorialB
Jun 10, 2026

Building an AI Story App: Lessons from Shipping Inky

Building an AI story app requires more than a prompt. I am sharing the architectural decisions and lessons learned from shipping Inky as a permanent asset.

building an ai story appagentic engineeringpermanent equity

Lessons Learned the Hard Way

I do not believe in the "move fast and break things" mantra if it means building technical debt that requires a human to fix. I learned the hard way that if your agentic loops are not tightly monitored, the cost of compute can spiral without a corresponding increase in user value.

In the early versions of Inky, I focused too much on the complexity of the narrative and not enough on the latency of the feedback loop. Users do not care how many agents are working in the background if the interface feels sluggish. I had to refactor the entire backend to move non-essential agentic tasks to an asynchronous queue. This improved the user experience and reduced the load on our primary orchestration layer.

Another lesson: specificity beats abstraction every time. When building an ai story app, generic prompts produce generic stories. The value is in the proprietary datasets and the specific constraints you feed the machine. We spent weeks refining the grammar of our narrative engine to ensure it didn't sound like a standard chatbot. We wanted a specific voice—dry, direct, and evocative.

Built to Keep: The Financial Logic

Total Ventures is a permanent-equity company. We do not build to sell. This philosophy dictates our tech stack and our margins. We prioritize profit before revenue and cash before vanity.

When you are the sole owner and the AI is the workforce, your margins are significantly higher than a traditional software company. There is no payroll to meet, no office space to rent, and no middle management to navigate. The primary expenses are compute and the time I spend on agentic engineering.

This model allows us to be patient. We don't need to "disrupt" an industry or become a "unicorn." We just need to build products that people find useful enough to pay for, and then operate them with extreme efficiency. Inky is one of five brands in our portfolio, all running on the same monorepo and the same shared engine. This is how one person can own a portfolio of real products and the life that kind of leverage buys.

Working in Public

I believe in working in public because it provides a level of accountability that internal docs cannot match. When I share the artifacts of what we are building at Total Ventures, I am not looking for applause. I am documenting the shift in how software is made.

If you are an operator looking to move into the AI-native space, stop looking for a "side project." Start looking for a system you can own. The tools are available to anyone, but the discipline to build a permanent-equity asset is rare.

I am happy to talk to other owners who are moving toward an agentic workforce. The transition is not about the technology; it is about the mindset of ownership.

Always forge ahead.

—Justin Tsugranes

Next Step

If you are ready to move from developer to owner, you need a system for shipping. The free Studio Launch Checklist covers the exact process I use to move from an idea to a live, cash-flowing product.

totalventures.io/resources/launch-checklist

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.

  • ai-native products
    EditorialΠ
    Jun 12, 2026

    πFS: The Permanent Protocol for AI-Native Assets

    We are moving our core assets to πFS. In the world of permanent equity, ephemeral storage is a liability. Here is how we are shipping agentic engineering today.

    newspifspermanent equityagentic engineering
    EditorialT
    Jun 12, 2026

    The Ladder of Trust: From Open-Builds to Custom Engineering

    Why the transition from free artifacts to custom engineering is the only sustainable way to build a permanent equity portfolio in the age of agentic engineering.

    open-buildsagentic engineeringpermanent equityJustin Tsugranes