Runtime evidence demo · 5 files

Identify the dead code
your AI agent overbuilt.

AI agents bloat codebases with unused branches that drain tokens,
static analysis can only guess which code actually runs.

RuntimE.Razor instruments real execution to prove which code actually runs,
giving your agent deletion-safe context.

Multiple researches show AI-generated code is:

[1]
2.3×
More Verbose

AI code is nearly 2.5x longer than human-written code. More lines = more unused paths and harder to clean.

[2]
20+
Repetition Patterns

AI agents copy code blocks repeatedly instead of reusing functions. This bloat directly increases dead branches.

[3]
89.1%
Code Smells

Nearly all AI code exhibits warning signs including dead code, poor structure, and unused branches.

[4]
81+
Tech Debt Cases

Real-world analysis shows developers acknowledge AI-generated code as technical debt requiring refactoring and cleanup.

[1] arXiv 2603.24755

[2] arXiv 2504.12608

[3] arXiv 2603.28592

[4] ACM 10.1145/3820165

What We Built

RuntimE.Razor Architecture Diagram

Ready?