Show HN: Transform your codebase into a single Markdown doc for feeding into AI
11–20 of 172 posts
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#12Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#13I wrote this library [1] and hope to add the fine-grained "reference resolution" utility to it at some point, which could make implementing such a tool a lot simpler.
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#14Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#15Which like, kinda neat that it exists, but who's using tooling that bad that they're manually copying and pasting that much code into, what, a web browser text entry box? Use better tools people!
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#16Does anyone know of tools that go the other direction? i.e. taking a technical writeup (scientific paper, architecture docs, or similar) and emitting a candidate codebase.
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#17Does anyone know of tools that go the other direction? i.e. taking a technical writeup (scientific paper, architecture docs, or similar) and emitting a candidate codebase.
I’ve been getting complete working code with this strategy but I’m creating projects that are relatively simple.
I also notice that I have to give a little deeper context about “how” it should work, which I normally wouldn’t do.
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#18Which like, kinda neat that it exists, but who's using tooling that bad that they're manually copying and pasting that much code into, what, a web browser text entry box? Use better tools people!
This seems useful for building new tools. It's not strictly an end-user tool.
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#19Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#20How does this compare to / differ from https://github.com/yamadashy/repomix ?