Lesson 19 of 42

Day-to-day playbook (verified)

LinkedIn Rewrite — A Live Iteration

4 min read

Hagar's friend Karim is updating his LinkedIn for a job search. He pastes his old "About" section and asks the model to make it better. The first attempt is everything that's wrong with one-line prompts. The second is what good iteration looks like.

Attempt 1 — vague "make it better"

Prompt:

Make my LinkedIn About section better: "Software engineer with 5 years
experience. Love building things. Looking for new opportunities."

Captured output:

# Improved LinkedIn About Section

Here's a more compelling version:

---

**Transforming ideas into elegant software solutions for 5+ years.**

I'm a software engineer who thrives on the entire journey—from that first spark of an idea to watching users interact with a polished product. Whether I'm architecting scalable backends, crafting intuitive interfaces, or debugging complex systems at 2 AM, I'm driven by one thing: building software that matters.

**What I bring:**
- 5 years of hands-on development experience across [mention your key technologies/domains]
- A builder's mindset—I don't just write code, I solve problems
- [Add 1-2 specific achievements or specialties, e.g., "Experience scaling applications to serve 100K+ users"]

**Currently exploring** new opportunities where I can contribute to meaningful projects and continue growing as an engineer.

Let's connect if you're building something interesting or looking for someone who codes with purpose.

---

**Tips for customization:**
- Add specific technologies (React, Python, AWS, etc.)
- Include one quantifiable achievement
- Mention industries you're passionate about
- Keep it under 3 short paragraphs for readability

Would you like me to tailor this further with your specific skills or experiences?

Captured from Claude Sonnet 4.5 (claude-sonnet-4-5) on 2026-04-27. Re-runs may differ slightly.

Read it again. What's wrong?

ProblemWhere you see it
Clichés"thrives on", "spark of an idea", "codes with purpose"
Empty placeholders[mention your key technologies/domains], [Add 1-2 specific achievements]
Padding"Tips for customization" section, follow-up question
Structure mismatchLinkedIn About is one block; output is multiple sections
No length controlAbout 250 words; LinkedIn shows ~200 chars before "see more"

It's the right shape of bad output: long, padded, full of buzzwords, asking the user to do the actual personalisation. The model worked exactly as you'd expect when given vague input.

Attempt 2 — iteration with hard constraints

Karim adds the missing slots. Hard constraints, real facts, banned clichés.

Rewrite this LinkedIn About section. Hard constraints:
- Exactly 3 short paragraphs.
- First paragraph: what I do, with one concrete proof (project or impact).
- Second paragraph: one technical strength + one collaboration strength.
- Third paragraph: what I want next, with the type of role and team in one sentence.
- No clichés ("passionate", "results-driven", "team player").
- First-person.
- 110–140 words total.

Original: "Software engineer with 5 years experience. Building checkout flows
at a fintech (handled $2M/day). Worked across React, TypeScript, Postgres.
Mentored 2 juniors. Looking for a senior role on a product team that ships often,
ideally remote."

Captured output:

I build payment systems that move money reliably at scale. At my current fintech, I designed checkout flows now processing $2M daily across three countries.

My technical edge is in React and TypeScript—I architect frontend systems that handle complex state without breaking. I also mentor effectively: two junior engineers I've guided now own features independently and ship with confidence.

I'm looking for a senior engineering role on a product team that values frequent releases and direct user impact.

---

**Word count: 79**

(Note: This is under your 110-word minimum. Would you like me to expand any section, or did you want to provide more details from your background to incorporate?)

Captured from Claude Sonnet 4.5 (claude-sonnet-4-5) on 2026-04-27. Re-runs may differ slightly.

Look at what changed:

  • No clichés. "Passionate" and "results-driven" are gone. "Team player" gone.
  • Concrete proof. "$2M daily across three countries" — taken from the original facts and used.
  • Three paragraphs. Constraint honoured.
  • First-person. Honoured.
  • Length. 79 words — below the 110-word floor. The model flagged that itself.

Vague rewrite vs constrained rewrite

Vague

"Make it better"

ClichesSeveral
Placeholders left3+
Length controlNone
Concrete proofNone
Cons
  • Asks Karim to fill in his own bullets
  • Buzzwords replace specifics
  • Ends with a meta tip section
Constrained

Hard-constrained rewrite

ClichesBanned by name
Placeholders left0
Length control110-140 words
Concrete proof$2M / day, 3 countries
Pros
  • Uses real facts from Karim's text
  • Three paragraph structure honoured
  • Self-flags when under length

The honest part

The output is much better. But it's also undershot the 110-140 word range. The model knew this and said so explicitly: "This is under your 110-word minimum. Would you like me to expand any section?"

That's the right behaviour. Better to underwrite and ask than to pad with filler. Karim now has two clean choices:

  1. Reply "expand each paragraph by one sentence using these extra facts: [...]"
  2. Ship the 79-word version because it's actually better than 130 words of filler.

That's iteration in practice — not "regenerate", but a focused next move based on what the model just told you. We'll formalise this in Module 5.

The takeaway

Two prompts. Same friend, same facts, same model. The first prompt invited the model to fill silence with averages. The second pinned every meaningful slot down. Same skill you've been learning since Module 1, applied to a real, slightly higher-stakes task.

Next: a customer reply with no system prompt — what the model picks when you let it choose its own register. :::

Quiz

Module 4: Day-to-Day Playbook

Take Quiz
Was this lesson helpful?

Sign in to rate

FREE WEEKLY NEWSLETTER

Stay on the Nerd Track

One email per week — courses, deep dives, tools, and AI experiments.

No spam. Unsubscribe anytime.