Research Note

One-Shot Evidence Ladder Research Note

For E098, one shot means one builder instruction before judging the initial result. It does not mean one sentence, no prior work, no clarification, or no setup. The share

Aug 4, 20262 min readBy Dalton Anderson
In this article

One-Shot Evidence Ladder Research Note

For E098, one shot means one builder instruction before judging the initial result. It does not mean one sentence, no prior work, no clarification, or no setup. The shared input contained about 122 pages of product thinking, schemas, integrations, and implementation direction. Dalton explicitly described that material as documentation built over time rather than a casual prompt.

The first output can provide meaningful evidence. It can show whether the builder recognizes entities, proposes a useful information architecture, creates navigable screens, follows a visual direction, and approximates a workflow. It can also expose failure modes quickly. A broken route, fictional metric, or inappropriate domain workflow is evidence too.

The evidence ladder has seven levels.

LevelWhat is visibleWhat it supports
RenderA screen appearsThe environment produced visible output
NavigationLinks and screens can be traversedBasic interaction and information architecture
WorkflowA defined task reaches the expected stateFunctional behavior for that test case
PersistenceState survives refresh, restart, and a new sessionA bounded data behavior
Multi-user controlRoles and permissions withstand adversarial testsA bounded authorization claim
Operated serviceDeployment, monitoring, backup, recovery, and rollback are exercisedA bounded production-operation claim
User outcomeReal users achieve a defined result over timeA product-value claim

Evidence does not automatically flow upward. A beautiful render does not prove navigation. A working workflow does not prove that the same action is authorized correctly for another user. A stable deployment does not prove that customers want the product.

Google's Firebase Studio documentation makes the same general boundary explicit: generated output can appear plausible while being inaccurate, generated code should be tested before production, and user data should not be entered into the prototyping chat. Replit's Agent guidance also tells users to review and test, add context, plan, and use checkpoints.

E098 reached different levels by platform. Base44, Lovable, and Replit showed navigable or workflow-like behavior in the recordings. Emergent showed mostly render-level evidence. Firebase Studio generated several screens but showed setup and reliability friction. None of the preserved evidence reaches secure multi-user operation or validated user outcomes.

Sources

Follow the evidence.

  1. docs.base44.com: githubdocs.base44.com
  2. web.dev: vitalsweb.dev
  3. docs.replit.com: replit appsdocs.replit.com
  4. docs.replit.com: build with agentdocs.replit.com
  5. csrc.nist.gov: finalcsrc.nist.gov
  6. help.emergent.sh: 272715 features and toolshelp.emergent.sh
  7. firebase.google.com: migrating projectfirebase.google.com
  8. owasp.org: www project application security verification standardowasp.org
  9. docs.base44.com: Quick start guidedocs.base44.com
  10. w3.org: WCAG22w3.org
  11. firebase.google.com: get started aifirebase.google.com
  12. help.emergent.sh: plans and creditshelp.emergent.sh
  13. docs.lovable.dev: githubdocs.lovable.dev
  14. docs.lovable.dev: getting starteddocs.lovable.dev
  15. firebase.google.com: overviewfirebase.google.com

From this episode

Two useful next steps.

Evergreen · 1 min

What One-Shot App Generation Actually Proves

A one-shot AI app build can prove initial instruction-following and visible interaction. It cannot prove security, correctness, scale, or demand.

Research Note · 1 min

Vibe Coding Benchmark Method Research Note

A useful AI app-builder benchmark must answer a decision rather than manufacture a universal leaderboard. The decision might be which tool best supports a team's internal

Return to the episode
One-Shot Evidence Ladder Research Note