←back to thread

439 points david927 | 1 comments | | HN request time: 0.242s | source

What are you working on? Any new ideas which you're thinking about?
1. duckerduck ◴[] No.44420405[source]
I've made a utility that uses LLMs to compare specifications against implementations, called "semcheck" (semantic checker). I’ve often found that even though I set up Cursor rules or CLAUDE.md files, the implementation tends to drift away from these documents. I built this utility to be run as a pre-commit or CI step to check that they are still the same.

Repo: https://github.com/rejot-dev/semcheck/