Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
I built an AI that learns code transformations from examples (not generative)
1 point by heavymemory 10 hours ago | hide | past | favorite | discuss
I built a tool that learns structural code transformations from before/after examples.

Show it console.log(x) -> logger.info(x) and it learns the pattern, then applies it across your entire codebase. Deterministic, same input, same output, every time.

Not a transformer, not generative, not probabilistic. It parses code into AST, extracts the structural pattern, and executes exact rewrites.

Works as an MCP plugin for Claude Code, Cursor, and Claude Desktop.

https://hyperrecode.com

Would love feedback.





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: