VELOby excentrix

project verification

A repo is not proof.
A defense is.

VELO verifies project ownership by asking adaptive questions about implementation, tradeoffs, debugging, and design choices.

definition

What is project verification?

Project verification checks whether a person understands the project they claim, can explain the implementation, and can connect the work to concrete capability evidence.

Best for

  • Portfolio projects used in applications.
  • College capstone and placement projects.
  • Hiring workflows where candidates submit GitHub repositories.

Not for

  • Checking only whether a repository exists.
  • Static README scoring.
  • Generic interview questions unrelated to the project.

How it compares

SignalStatic reviewAdaptive verification
ScopeLooks at files and presentation.Asks the builder to defend choices and behavior.
DepthStops at surface quality.Probes deeper where answers are vague.
ResultReviewer impression.Structured proof-of-work credential.

Questions searchers ask

Can VELO verify any GitHub project?

VELO is designed for projects where the person can state a clear claim about what they built and what capability it demonstrates.

Does VELO need repository access?

VELO works best when it can inspect the project context and then question the builder about the claimed implementation.