Getting started
Describe the issue
Paste an error message, stack trace, or describe the unexpected behavior. Include any context about when it occurs.

Eight-step methodology
Potpie applies an eight step methodology to every issue:Understand and validate
Confirms the reported behavior against the codebase, identifies every component involved, and establishes what the correct behavior should be at the point of failure.
Explore and hypothesize
Traverses the relevant code paths in the knowledge graph and generates candidate explanations for the failure.
Identify the root cause
Pins the failure to a specific file and line, identifying the exact instruction that introduces the faulty state.
Scrutinize and refine
Evaluates the fix against edge cases and traces potential side effects through the dependency graph.


