02 / Independent project
PAARTH
A working method for AI-assisted coding.
PAARTH, formerly SuperAgent, is an open-source layer I built around AI coding tools: workflow routing, persistent memory, action checks and cost controls.
Explore the repositoryPurpose / Layer 01
What makes it worth building?
Coding assistants can lose project context between sessions, repeat setup and apply inconsistent workflows across tools.
Approach / Layer 02
How the pieces work together.
I built a reusable layer around existing coding assistants, connecting task routing, project memory, action checks and budget visibility through inspectable local files.
Trade-off / Layer 03
Where the boundary belongs.
Keeping the system as a layer lets it work with existing tools. The integration must respect each tool’s capabilities rather than assume every platform supports the same hooks.
Choose a workflow
Recover context
Check the action
03 / Open the artifact
A workflow you can inspect.
Conceptual workflow. Earlier writing uses the former name, SuperAgent.
Explore the repository04 / Trade-offs and limits
Keep the boundaries visible.
Keeping the system as a layer lets it work with existing tools. The integration must respect each tool’s capabilities rather than assume every platform supports the same hooks.
Public open-source project under active development. The repository documents current capabilities and platform differences.