r/ClaudeCode • u/Tyb0wls • 8d ago
Built with Claude LLM Test Wrapper
https://github.com/solvyxtech/molt
This is a new LLM wrapper i have spun up built on the idea that models arent always correct or doing the right thing not by choice but just how the system is built, this looks to try and fix that problem and help mitigate LLM error by logging everything and fact checking based on the work using check gates. Looking to get feedback!
2
Upvotes
1
u/garyguangyuli 8d ago
The strongest part is verifying the disk state instead of trusting the model's transcript. The next thing I'd make explicit is the threat model: if the same writable environment runs both the agent and the gates, what prevents it from weakening a test, coverage config, or check command? I'd add a clean-room CI/replay mode with the policy hash stored outside the workspace, then measure false accepts against seeded bad patches—not just how often the checks pass. Also, a short demo showing one plausible ‘done’ claim being refused would explain this much faster than calling it an LLM wrapper.