Back to Projects
ErrorLens — AI-Assisted Debugging Tool
Developer tool for structuring error context and generating debugging guidance through AI APIs.
Problem Statement
Debugging often involves manually organizing stack traces, error messages, and code context before searching for a useful explanation.
Solution & Architecture
ErrorLens explores a structured debugging workflow that prepares error context for AI-assisted analysis and presents the response in a developer-focused format.
+------------------+ Error Payload +-----------------------+
| Dev Client CLI | --------------------> | Express Backend |
+------------------+ +-----------------------+
|
v
+-----------------+
| AI APIs |
+-----------------+
Technical Challenges & Resolutions
Structuring error and stack-trace context into request payloads and presenting AI-assisted debugging output in a consistent format.
Architectural Trade-offs
Explores JSON payload formats to organize runtime error context and API routing structures.