Skip to main content
Series document · Episode 16 min

Episode 1 - Choose one result

Body

Pick one research result you have already postponed. Do not migrate your website: the first success is one private page with a clear claim, evidence, and uncertainty boundary.

This series starts from one bounded update, not an entire site migration.

What you will finish

By the end of this episode, you will have:

  • one result small enough to explain on one page;
  • the evidence another person should inspect;
  • the sentence you are willing to make public after review;
  • a list of work that is explicitly outside this first update.

The next three episodes create a clean CLI workspace, write the private article, validate it, and then publish the source deliberately. Local preview needs Docker. A production URL needs your own deployment configuration.

Pick a good first update

Choose a result that has already created a mismatch between what you know and what your public record says:

  • an experiment changed your recommendation;
  • a paper was accepted but the project page still describes a submission;
  • a benchmark, archive, or release changed an earlier claim;
  • a project milestone exists only in a slide deck or chat;
  • a résumé statement has evidence that is not linked anywhere.

Avoid "my whole research website" and "all past projects." Those are migration projects. This guide is about making one update small enough to complete.

Write the boundary in plain language

Before touching the CLI, fill in four lines:

What changed:
<one sentence>

Why it matters:
<one sentence for another researcher>

Evidence:
<paper, dataset, benchmark, release, archive, or repository>

Not ready to claim:
<what the evidence does not prove>

Example:

What changed:
v1.0 is the current release, but the public project page still says 0.9.0.

Why it matters:
New users are reading the wrong version and product boundary.

Evidence:
The GitHub v1.0.0 release and the current project source.

Not ready to claim:
The packaged desktop app is not yet the default onboarding path.

Know the four separate actions

edit private source -> validate -> publish the item -> preview or deploy
  • Edit changes ordinary Markdown/TOML files.
  • Validate checks the source and rebuilds the local index.
  • Publish changes the reviewed item's source state.
  • Preview or deploy renders the public output when the required infrastructure is configured.

These steps remain separate so editing or accepting an Agent proposal cannot accidentally expose private work.

Move to Episode 2 when the update fits on one page and you know what evidence supports it.

0 likes
Silan Hu39 readsShare:

No comments yet