patrickz.aiLet’s talk ↗

LINKEDIN COMICS / POST 001 / TEN PAGES

Sodium Is the Final Boss

The Context Squad faces a sodium dragon and a chatbot with no memory.

An original Patrick-and-Su comedy about useful AI context, memory, and retrieval, inspired by the inside-the-body anime workplace trope.

Skip to the practical guide ↓
Patrick enters a comically dramatic health RPG while Su reveals that this quest is really about designing useful AI context.
01 / Sodium Is the Final BossFull-size page ↗
Read page 1 as text

An AI architecture lesson disguised as a health quest.

Patrick: I built an AI health RPG. Therefore, I have defeated fitness!

Su: The app did not do a single push-up for you.

Patrick: Then why is the chatbot forgetting everything?

Su: Now THAT is our boss fight.

Read left to right. Tap a page for full size.

Download the 10-page comic ↓

Original anime parody drawn with OpenAI image generation. The body-city and sodium dragon are fictional; the AI workflow comes from Patrick’s post. All comics ↗

FROM COMIC TO PRACTICE / POST 001

Build a small AI context lab.

LifeQuest taught Patrick how to make an assistant use the right information at the right time. The same pattern works in a small personal experiment or an enterprise workflow.

1. Pick one recurring behavior.

Choose something mildly annoying that you will really use. Patrick wanted to describe meals and training in normal language, then get an observation grounded in his history. Write that behavior as one sentence before asking an agent to build screens.

2. Compare existing tools.

Ask what current apps do well, where they create friction and what constraints matter to you. Patrick used a SWOT analysis of fitness apps and named his dislike of repetitive data entry. A useful first version changes the troublesome interaction, not just its colors.

3. Build one complete loop.

Capture a fictional meal note, turn it into a structured record, let the person correct uncertain details, save it, and show one observation supported by that record. One entry can show what was logged; it cannot establish a trend. Keep review and correction visible.

4. Give each type of context a job.

NowThe current question.
RecentThe last few relevant events.
DurableConfirmed goals, preferences and history.
RetrievedA relevant reference with its source.
SummaryA compact history that keeps uncertainty visible.

Store durable records apart from the chat. Retrieve only the reference material needed for the current question. Date facts, keep their source, and make corrections visible so old material does not quietly overrule new information.

5. Test it on an ordinary Tuesday.

Try an incomplete entry, a changed goal, a blurry image, a voice transcription error and a question the records cannot answer. The assistant should show which record or document supported an answer and say when it does not know. Review the output yourself. Technical correctness and day-to-day usefulness are different tests.

Where the story came from

Read Patrick’s original LinkedIn post ↗. He described LifeQuest as a personal AI architecture experiment involving health data, journal entries, durable storage, retrieved training knowledge and recent conversation. The comic’s couriers, body-city and dragon are original teaching metaphors. This guide explains software design; it is not health advice.

Browse the comic series ↗