All writing

Interviews

Translated from the original Chinese essay · Read the Chinese original →

We all know the STAR template: Situation, Task, Action, Result. Most people start preparing for behavioral interviews with these four words.

While scanning the job description, we recall project experiences. Were there challenges? Were there results? Can they fit into the STAR template?

Sometimes we even write a dozen stories, neatly formatted, with clear details, each looking like it could score points.

But when we actually sit in the interview, after we finish speaking, the person across from us nods and says, "OK, let's move on to the next question."

You know he didn't remember you. He may not even remember what question you were answering.

It's not that you didn't try hard. It's that the way you told it didn't reach his trust system.

We think the STAR template is the problem, but it isn't. The problem is: we only told the line of events, not the turns of reasoning.

Many people use STAR to simply describe "what I participated in"—background, task, what I did, what results I achieved. But the person listening wants to know: "How did you choose this path?"

It's not about how many things we did, but how we thought through problems step by step, made decisions, persuaded others, and took responsibility for the consequences.

Once I told a story about a system performance optimization. My original words were roughly: "The project was built from scratch. We hit a performance bottleneck, so I changed the service to async, and performance improved threefold."

It sounded correct. The project was indeed mine, and the technical solution was my proposal.

But the interviewer just nodded, asked two details, and moved to the next question.

Later, I reflected: an engineer with two years of experience could tell a similar story. The listener heard "what you did," but not "why you did it."

So I rewrote it, adding the reasoning process:

When we hit the performance bottleneck, we discussed three directions: vertical scaling, task merging, or introducing an async queue. I ran several load tests and found the bottleneck was IO, not CPU. So I suggested using Kafka for async processing, with the main thread returning quickly and background processing handled asynchronously. Although the change was significant, I coordinated with QA and operations for a phased rollout. After launch, average response time dropped from 7 seconds to 1.2 seconds.

At a friend's request, here's the English version: When we hit the performance bottleneck, we had three options: vertical scaling, task merging, or introducing async queues. I conducted several load tests and discovered the bottleneck wasn't CPU but IO contention, particularly on the user-upload interface. Therefore, I suggested switching to an async model with Kafka, allowing the main thread to return quickly while processing happens in the background. We collaborated with QA and DevOps for a phased rollout, and following the launch, average latency dropped from 7 seconds to 1.2.

This version isn't more complex, but it's clearer.

The interviewer can hear the reasoning and the responsibility. After reading this, you'd believe this person didn't just "happen to have done it," but that they "decided how to do it."

Recently, while preparing for interviews, I found a more systematic practice: not just having AI polish the text, but having AI help me find blind spots I can't see, organize thought processes that weren't reflected, and challenge my knowledge and skills through follow-up questions.

I throw my written stories into an AI tool, along with my resume and the JD of my target job. First, I ask it to polish my story from the JD's perspective, then simulate the follow-up questions an interviewer might ask:

  • What options did you have? Why did you choose this one?
  • What were the risks? Did you evaluate them?
  • Were there tradeoffs? Did you have a backup plan?

Then I have AI do a few more things:

  • Make the content conversational and natural to speak aloud. Never assume the interviewer understands all your jargon, whether business or technical. Don't overwhelm the interviewer with terminology.
  • Provide a three-minute version and a 30-second version.
  • Write a one-line result summary suitable for my resume. This is incredibly useful—my resume immediately looks substantive and sincere.
  • Summarize which behavioral questions this story can answer, and what angle or emphasis to use for each.
  • Take the story to the next level, improving it for a bar raiser interviewer. (This lets me see a higher-level perspective and way of thinking.)

What we prepare isn't just a story; it's a trustworthy way of expressing ourselves.

It's not about telling every detail, but making clear: This is the path I chose. I know the cost. I'm ready to take responsibility.

Below is my own AI interview training toolkit. These are the prompts I use every time I practice a story, refine logic, and adjust expression.

I usually copy these prompts into ChatGPT or Claude. After practicing a story, I paste it in for a round. It won't speak for me, but it reminds me: you thought you said it, but others didn't understand.

1. AI polish the story (can be input in multiple parts)

Chinese:

I'm preparing for a behavioral interview. Here's my STAR story draft. My target position is [role], and the JD is as follows: [paste JD]. Please help me identify:

  • Which decision points in the story aren't clearly explained?
  • Where do I need to add reasoning or risk assessment?
  • Which parts are too vague or generic?
  • Then rewrite it into a more natural spoken version.
  • And provide: a three-minute version, a 30-second version, and a one-line summary suitable for my resume.

English:

I'm preparing for a behavioural interview. Here's my STAR story draft: [paste] Here's the job description: [paste JD] Please help me: – Identify missing decision points – Improve explanation of my reasoning – Highlight vague or generic parts – Rewrite for spoken English – Provide a 3-minute version, a 30-second version, and a one-line resume summary

  1. Precisely probe the logic of thinking, not generic comments. Use this instead of "What do you think of my story?" to have AI challenge your decision process like an interviewer.

I'm sharing a STAR story. Please act as a senior engineer or interviewer.

Ask five specific follow-up questions that challenge my decision-making process — including tradeoffs, risks, and reasoning.

Avoid general feedback like "good" or "clear."

  1. Help me find missing points in the story. Whenever you feel "I've said it all," use this to discover which logic you skipped.

From this STAR story, identify parts where I decided but didn't explain my reasoning.

Highlight missing tradeoffs or unclear thought processes that should be clarified.

  1. Simulate a skeptical interviewer to find blind spots. Use this to test whether we truly thought it through or just relied on experience.

Play a sceptical interviewer who doubts every decision I make.

Ask five tough but fair questions that test whether I truly understood the tradeoffs and risks in this STAR story.

  1. Convert execution language back to decision process.

In this STAR story, point out sentences that describe execution without revealing judgment.

Could you suggest how to rewrite those parts to reflect decision-making instead of just action?

  1. Extract a one-sentence claim to become a memory anchor of who you are.

Based on this STAR story, write one powerful sentence summarising my decision-making or leadership style.

Make it sharp and memorable — something a hiring manager might quote to describe me.

  1. Quick structure check to see if it's clear enough.

Please summarize this STAR story by answering the following:

  1. What was the key decision?

  2. What were the options?

  3. What tradeoffs did I consider?

  4. What signals or risks did I watch out for?

  5. As an interviewer, what's still unclear?

  6. Help me determine which behavioral questions this story can answer. Many stories can fit multiple question perspectives. This prompt helps expand the story's applicability and clarify which main thread to emphasize.

Given this STAR story and my target job description,

what behavioural interview questions is this story suitable for answering?

Please also let me know which angle or aspect to emphasize in each case.

  1. Help me anticipate possible follow-up questions. Simulate the extended questions an interviewer might ask next to expose logical weaknesses early.

As an interviewer, based on this STAR story,

what five follow-up questions would you ask to test the depth and clarity of my reasoning and influence?

Make them realistic and based on standard behavioural interview practices.

  1. Bar Raiser perspective.

From a Bar Raiser perspective, evaluate this STAR story:

  1. What scalable mechanism or insight came out of this?
  2. How does this show I raise the bar for others?
  3. What would remain if I left the team?
  4. Was this decision replicable or luck/context-dependent?
  5. What in this story signals long-term trust and clarity of thinking?

If you're also practicing STAR stories, try these prompts (or summarize your own). Let them accompany you through round after round of refinement. Yes, at least six or seven rounds.

Throughout this process, we come to understand ourselves better. And that matters more than impressing the interviewer.