DEV Community

Dicksen Tan
Dicksen Tan

Posted on

airlock for ai-generated code

ai generated code is fast, but it can be unsafe and verifying it before it land on codebase seem like bottleneck that hard to solve with existing tools

thus why i create tool that force the agent to create on duplicated codebase, and will not pass to og codebase until it pass all the test, it also produce audit at the end, so user can trace it

it make development using ai & verifying/reviewing into single step, cutting overall cycle time

github: https://github.com/DicksenT/neurabox-v0.1 
would love your feedback

Top comments (0)