ConceptFoundationalResponsible AI & Advanced Practice / Building an AI PM portfolio / #14

What is the right length and format for an AI PM portfolio piece?

BOUND the portfolio piece is Signalcheck, an AI copilot that ranks likely causes for a network outage ticket

Ridgeline Telecom is a fictional regional carrier. Kofi Asante, a former field network engineer, built Signalcheck there as his portfolio project: it reads an incoming outage ticket and ranks the three most likely root causes for the on-call engineer. Sunniva Berg, his mentor, has read a dozen drafts of his write-up, in four very different lengths.

The direct answer
Aim for a four-to-six-minute read, about 700 to 1,000 words plus screenshots, split into five parts: the problem in one paragraph, the one decision that mattered, the tradeoffs you rejected, the result with a real number, and an optional appendix for anyone who wants more. If a reviewer has to scroll for two full minutes before hitting an actual decision, the page is already the wrong length, whatever the word count says.
Do this, in order
  1. Build the page from five parts: problem, decision, tradeoffs, result, appendix.Why: without a stated structure, "length" is just a guess about how much prose feels right.
  2. Give the tradeoffs section the most room, since it swings the total length the most.Why: it's the part candidates either skip entirely or let balloon into an essay.
  3. Keep the core page, everything but the appendix, to a four-to-six-minute read.Why: that's roughly what a reviewer will actually give a single project, whatever the ideal length feels like.
  4. Push anything a curious reader alone would want into an appendix, not the main page.Why: it keeps the core page short without deleting real detail some readers do want.
  5. Choose a decision-memo format over a report format.Why: a report describes what happened. A decision memo says what you chose and defends it.
  6. Sanity-check the length against how long a reviewer actually spends, not against how complete it feels to you.Why: a page that feels thorough to its own author often reads as padded to someone seeing it cold.

How to answer this, stage by stage

Nobody is grading whether you can hit an exact word count. They're grading whether you can show your work sizing something that feels totally unmeasurable.

Stage 1
Scope it to one real page
Say it like this
"I'll size this for the write-up next to Signalcheck, a copilot that ranks likely root causes for a network outage ticket."
Why this works
Turns a vague question about "the right length" into a real page with a real reader.
Stage 2
Say your structure out loud
Say it like this
"I'll use BOUND. Break it down, the parts of the page. Own the numbers, how long each part runs. Use a range, not one word count. Nail the sanity check. Direction, what swings it most."
Why this works
Signals an estimate with shown work, not a gut feeling about "not too long, not too short."
Stage 3
Break down the equation
Say it like this
"Total reading time equals time on the problem, plus the decision, plus the tradeoffs, plus the result, plus whatever the reader chooses to spend in the appendix."
Why this works
States the equation before touching a single number.
Stage 4
Own the numbers
Say it like this
"About 20 seconds on the problem, 50 on the decision, 65 on the tradeoffs, 40 on the result and its chart. That's roughly three minutes of core reading, plus a minute or two skimming screenshots."
Why this works
Every number has a stated source, not a figure pulled from nowhere.
Stage 5
Give the range
Say it like this
"That's about four to six minutes typical. Best case, a reviewer skims straight to the decision and result in two minutes. Worst case, someone genuinely engaged reads the whole appendix too, eight minutes."
Why this works
A single word count implies a confidence nobody actually has about how someone will read.
Stage 6
Sanity-check it
Say it like this
"Four to six minutes is shorter than most people spend picking a show to watch, and it's the same order of size as a one-page resume with a cover note attached. That feels about right for one project among several."
Why this works
Compares the estimate to something a listener already has a feel for.
Stage 7
Name the direction, and close
Say it like this
"The tradeoffs section swings the total the most; candidates either skip it or let it run long. Get that one section's length right, and the rest of the page falls into place."
Why this works
Names which single part is worth attacking, ready for whatever gets pushed on next.

Let's learn

A portfolio page's length is really a bet about how long a stranger will keep reading before they decide whether to trust you.

Sunniva Berg has read a dozen drafts of Kofi's Signalcheck write-up. His first version ran two full pages, dense with architecture diagrams. She read the first third, skimmed the rest, and forgot most of it by the next morning.

Knowledge spark: what's a decision memo? A short document built around one call someone made, and why, instead of a full account of everything that happened. It's the format a lot of real product teams already use, and it's shorter than most people assume.

His second version, written after Sunniva pushed back, ran four sentences and a screenshot. She finished it in under a minute, and had no idea what tradeoff, if any, he'd actually weighed.

Reading-time build-up, core page only
180s 90s 0 Problem: 20s Decision: 50s Tradeoffs: 65s Result: 40s Total: about 175s
Tradeoffs alone take up more room than the problem and the result combined. That's not padding, that's where the actual judgment lives.

Here's the turn: neither draft's real problem was word count. The two-page version buried one real decision under architecture nobody needed. The four-sentence version had no room left for the one thing that actually proves judgment: what Kofi tried and rejected.

A shorter page and a better page are not the same thing. Kofi's four-sentence draft was his shortest, and his weakest.

At its worst: a candidate spends an entire evening either cutting a good page down to nothing or padding a thin page with detail nobody asked for, and ends up with a length that has nothing to do with what the page actually needs to prove.

The decision that mattered Build the page from five named parts, and give the tradeoffs section the most room of any of them, since it's the part that both proves judgment and swings the total length the most.

What I would leave alone: the appendix can run as long as it wants. Screenshots, logs, a full architecture diagram, none of that needs a length limit, since a reader only opens it by choice.

The lesson: the right length isn't a number you pick in advance. It's whatever's left once you've included the one decision, the tradeoffs behind it, and the result, and cut everything else.

Now here is the same thing as a story

The short version above is what you'd say defending your page's length out loud. Read this one for how Kofi actually found his.

Kofi Asante spent six years climbing cell towers and reading outage logs before he ever wrote a line of a model prompt, and he can still tell a fiber cut from a router failure faster than most dashboards can.

His first draft of the Signalcheck write-up ran two pages: full architecture, every model he'd considered, every metric he'd tracked. It felt thorough. Sunniva read a third of it and stopped.

Hand sketched comparison diagram titled Same length, two formats. Left panel, a document icon labeled Report style, caption reads like a memo nobody assigned. Right panel, a scale icon labeled Decision memo, caption reads like a call you made.
Two pages of the same length, and only one of them reads like somebody actually decided something.

Over three revisions, the page thinned in the wrong direction. Draft two cut the architecture but kept a long history of every version he'd tried. Draft three cut that too, chasing "concise," until draft four was four sentences and a single screenshot, with nothing left describing why he'd built Signalcheck the way he had.

Hand sketched flow diagram titled What a reviewer's eyes actually do. Five boxes: opens page, scans length, jumps to bold highlighted, reads decision, decides to stay.
A reviewer scans for length and bold text before reading a single sentence. If the decision isn't near the top, it may as well not exist.

Sunniva's question was small: "Which model did you rule out, and why?" Kofi realized his four-sentence draft had no answer in it at all, because he'd cut that section trying to hit a shorter page.

Hand sketched decision tree titled Reading the same length two ways. Root, a 700-word page, branching to all setup no call leads to feels padded, one clear call made leads to feels complete.
The same word count reads as padded or complete, depending entirely on whether a real decision is in it.

Rebuilding the page around five clear parts took Kofi about two hours, most of it spent deciding what to cut rather than what to add. The tradeoffs section, on choosing a smaller, faster ranking model over a larger, slower one, ended up the longest single part of the page.

Hand sketched timeline titled The range, in minutes. Three milestones: best case 2 minute skim, core read 4 to 6 minutes highlighted, with appendix 8 minutes worst case.
Kofi's final page landed right in the middle of this range, with an appendix that most readers never opened, and that was fine.

The old draft asked Sunniva to wade through everything to find the one thing that mattered. The new one put that one thing where she'd actually see it, and let the rest wait in an appendix she could open or skip.

Hand sketched quadrant titled Sorting drafts by length and density. Axes length and decision density. Right sized sits short and dense. Thin sits short and empty. Bloated report sits long and thin. Dense but long sits long and dense.
Kofi's four drafts moved through three of these corners before landing in the one that actually works: short, and dense with an actual call.

Chasing "concise" by deleting the tradeoffs section had felt like progress each time the page got shorter. It stopped feeling like progress the moment Sunniva asked a question the shortest draft had no way to answer.

I cut the tradeoffs section chasing a shorter page. It took one plain question to see I'd cut the one part that was ever going to prove anything.

BOUND, the page sized properlyNot a word-count rule. BOUND is what forces "how long should this be" to show its own arithmetic.

B
Break it down. The equation.
Total reading time equals problem, plus decision, plus tradeoffs, plus result, plus optional appendix.
States the equation out loud before touching a single number.
O
Own numbers. Each part, sourced.
20 seconds problem, 50 decision, 65 tradeoffs, 40 result. About 175 seconds core.
Every figure has a stated reason, not a number pulled from nowhere.
U
Use a range. Low and high, not one guess.
Four to six minutes typical. Two minutes best case, a skim. Eight minutes worst case, with the appendix.
A single word count implies a confidence nobody actually has.
N
Nail the sanity check.
Four to six minutes is shorter than most people spend picking something to watch that night.
Compares the estimate to something the listener already has a feel for.
D
Direction. What swings the estimate most.
The tradeoffs section, since candidates either skip it entirely or let it run long unchecked.
The hardest step, and the one that turns an estimate into a real editing plan.
Hand sketched icon list titled The five parts of the page. Items: the problem one paragraph, the one decision, tradeoffs rejected, the result one number, appendix optional.
Five parts, and only the appendix is allowed to grow past its own budget.
How much each part swings the total length, if doubled
0 +65s Tradeoffs section +65s The decision +50s The result +40s Problem framing +20s
Doubling the tradeoffs section adds more time than doubling any other single part. That's the direction step, in one picture.

The recap, one line per letter: break it down is the five-part equation, own numbers is each part's sourced timing, use a range is the two-to-eight-minute spread around a four-to-six-minute core, nail the sanity check is comparing it to a resume with a cover note, and direction is the tradeoffs section as the biggest lever.

And if you want to be sure it really works, try it somewhere elseSame five letters, a school district's scheduling tool instead of a fault ticket. A different building, and this time the sanity check is a school board meeting.

Oakmere School District is a fictional public school system. Greta Solvang built a class-scheduling assistant there, an AI tool that proposes conflict-free schedules for students with unusual course combinations. Baxter Hume reviews her write-up's length.

Mapped onto BOUND: break it down is total reading time equals the problem, the scheduling logic she chose, the tradeoffs against a simpler rules-based system, the result, and an appendix of edge cases. Own numbers: 25 seconds on the problem, since school scheduling needs almost no setup for a reader to picture, 70 seconds on the tradeoffs, since that section carries her hardest call, choosing a flexible model over a rigid rule engine the district already had. Use a range: about five minutes typical, two minutes best case, ten minutes worst case if a reader opens the edge-case appendix. Nail the sanity check: five minutes is shorter than one class period, which felt like the right scale for a tool meant to save exactly that much time per schedule. Direction: the tradeoffs section swings it most here too, since "why not just use the rules the district already has" is the one question every school administrator asks first.

Hand sketched decision tree titled Reading the same length two ways. Root, a 700-word page, branching to all setup no call leads to feels padded, one clear call made leads to feels complete.
The same tree applies here: a scheduling write-up with no stated tradeoff reads exactly as padded as Kofi's four-sentence draft did.

Swap the trigger and it still runs.
Speed: an interviewer caps you at sixty seconds. Say "about five minutes, five parts, tradeoffs get the most room," and stop.
Cost: there's no time to build a polished appendix this week. Skip it entirely; a page with no appendix still works, since the core five parts carry the whole argument on their own.
The model gets better, for real: if Signalcheck's ranking accuracy improves later, the page doesn't need to get longer to say so. One sentence in the result section and an updated number is enough.

Where people run it wrong.
They treat length as a taste question instead of something with a real, sourceable estimate behind it.
They cut the tradeoffs section first when trying to shorten a page, since it feels the most cuttable, when it's actually the part doing the most work.
They pad the problem-framing section instead, since it's the easiest part to write more of, and it's also the part that matters least.

How to use it live. When someone asks what the right length is, ask yourself one question first: which single part, if it ran long, would actually be worth the extra time. Size that part generously, and cut everything else to fit around it.

Flashcards (tap any card to flip it)

1 · THE FRAMEWORK
What framework fits "what's the right length for a portfolio page"?
Tap to flip
ANSWER
BOUND: break it down, own numbers, use a range, nail the sanity check, direction. Direction names which part is worth the most room.
2 · THE PERSON
Who is this answer about?
Tap to flip
ANSWER
Kofi Asante, a former field network engineer who built Signalcheck, a fault-triage copilot, at Ridgeline Telecom.
3 · THE EQUATION
What are the five parts in the page's reading-time equation?
Tap to flip
ANSWER
The problem, the decision, the tradeoffs rejected, the result, and an optional appendix. Each part has its own real reading time.
4 · THE BIGGEST LEVER
Which single part swings the page's total length the most?
Tap to flip
ANSWER
The tradeoffs section, 65 seconds on its own, more than the problem and result sections combined.
5 · THE OLD DECISION
What decision would you take back?
Tap to flip
ANSWER
Cutting the tradeoffs section first while chasing a shorter page, since it felt like the most cuttable part but was actually the one doing the most work.
6 · THE NUMBER
Fill in the blank: the core page, without the appendix, runs about ___ to ___ minutes.
Tap to flip
ANSWER
4 to 6 minutes. The real range runs from a 2-minute skim to an 8-minute read with the appendix included.
7 · THE REPLAY
Same review, rebuilt page. What changes for Sunniva?
Tap to flip
ANSWER
She finds the tradeoffs section right where she expects it, gets an answer to "which model did you rule out," and doesn't need to open the appendix at all.
8 · CROSS PRODUCT TRANSFER
Section 4 answers this again for a different product. Which one, and what stays the same?
Tap to flip
ANSWER
Greta Solvang's class-scheduling tool at Oakmere School District. The tradeoffs section is still the biggest lever, even in a school setting.

Check yourself Score: 0 / 0

Short answer, name the reversal
1. What old decision does this answer take back, and why did it make sense when it was made?
Show hint
Look at Kofi's fourth draft, and what he cut to get there.
Show answer
Model answer: Cutting the tradeoffs section to shorten the page. It made sense because it felt like the easiest thing to trim, right up until a real question showed it was the part that mattered most.
Multiple choice
2. Why does this answer say the tradeoffs section deserves the most room on the page?
  • A. Because longer sections always look more impressive.
  • B. Because it's the part that both proves real judgment and swings the total page length the most.
  • C. Because appendices are not allowed to contain tradeoffs.
  • D. Because reviewers only ever read the tradeoffs section.
Show hint
Look at the horizontal bar chart showing what swings the length most.
Show answer
B. It's not about looking impressive, it's that this section carries the real evidence of judgment, and it's also the biggest lever on total length.
True or false
3. True or false: this answer recommends a strict, fixed word count for every portfolio page.
  • True
  • False
Show hint
Look at the "use a range" step.
Show answer
False. It gives a range, 4 to 6 minutes core, 2 to 8 minutes total, built from named parts, not a single fixed number.
Short answer, where it wouldn't matter
4. Name a part of the page where length genuinely doesn't need a strict limit.
Show hint
Look at "what I would leave alone."
Show answer
Model answer: The appendix. Since a reader only opens it by choice, it can run as long as it needs to without hurting the core page's length.
Short answer, apply it yourself
5. Pick a piece of writing you've made for someone else to judge, a resume, an email, a proposal. Which single section, if you cut it, would cost the reader the most understanding?
Show hint
Think about the part that would leave the reader with an unanswered "but why" question.
Show answer
Model answer: Most people land on the section explaining a choice they made, not the section describing what they did. That's the same pattern as the tradeoffs section here.
Short answer, the number question
6. If Kofi had only ninety seconds of a reviewer's attention instead of four to six minutes, which single part should he keep, and which should he cut first?
Show hint
Look at the stacked bar chart of reading-time build-up.
Show answer
Model answer: Keep the decision and the tradeoffs, since together they're the whole argument. Cut the problem framing first, since a reviewer can usually infer it from the decision itself.
Before you close the answer
Why this works
Tests whether you can turn a vague "how long should this be" into a real estimate with shown work, and whether you know which part of a write-up is worth defending with length and which parts are safe to cut.
Follow-up traps
"Isn't a longer page always safer, since it shows more effort?" Response: no, Kofi's longest draft was also his least effective one, since two pages of architecture buried the one decision a reviewer actually needed to find.

"What if the project genuinely has more than one important tradeoff?" Response: pick the one tradeoff that mattered most and give it the room. A page trying to defend three tradeoffs equally usually ends up defending none of them well.
If pressed
Signalcheck's actual tradeoff, a smaller ranking model over a larger one, cost about 8 points of accuracy on rare, multi-cause outages, a real number Kofi stated plainly in his tradeoffs section instead of hiding behind a vague "we made a call for speed."
From U2xAI Academy

From answering questions to owning outcomes.

A live workshop where you ship a working AI agent, defend a launch decision, and walk away with a portfolio recruiters can't wave off, not just more questions to study.

  • A live AI agent you actually shipped
  • A launch decision you can defend under pressure
  • An interview-ready portfolio, not more flashcards
Know more