Live data from Hacker News

Show HN: I built a CLI tool to map your codebase for LLMs

github.com

1–3 of 3 posts

Re: Show HN: I built a CLI tool to map your codebase for LLMs

#2
Let cc/codex do research by themselves. I usually ask claude to scan codebase about specific part for context, describe my issue or feature then ask it to suggest solutions. Example : Study , I want to . What do you suggest ? From there, I have 2-3 different strategies options. Pick one, refine then implement.

Re: Show HN: I built a CLI tool to map your codebase for LLMs

#3
post #2

Let cc/codex do research by themselves. I usually ask claude to scan codebase about specific part for context, describe my issue or feature then ask it to suggest solutions. Example : Study , I want to . What do you suggest ? From there, I have 2-3 different strategies options. Pick one, refine then implement.

Yeah I get that, I think I’ve just found myself too lazy to wait / annoyed about hallucinations when building specific things in growing codebases. I rather instead of spawning an entire sub agent in cc to review if a file exists just ask it to use this tool. I’ve found it useful