←back to thread

1481 points sandslash | 1 comments | | HN request time: 0.439s | source
Show context
amai ◴[] No.44316317[source]
The quite good blog post mentioned by Karpathy for working with LLMs when building software:

- https://blog.nilenso.com/blog/2025/05/29/ai-assisted-coding/

See also:

- https://news.ycombinator.com/item?id=44242051

replies(2): >>44316635 #>>44323062 #
1. mkw5053 ◴[] No.44323062[source]
I like the idea of having a single source of truth RULES.md, however I'm wondering why you used symlinks as opposed to the ability to link/reference other files in cursor rules, CLAUDE.md, etc. I understand that functionality doesn't exist for all coding agents, but I think it gives you more flexibility when composing rules files (for example you can have the standard cursor rules headers and then point to @RULES.md lower in the file)