code docs 4 ai
Traditional dev docs help humans/SEO but are invisible to LLM-driven coding because LLMs can't follow logical chains.
Project Description
problem:
development documentation typically has a good logical explanation on how to use the product and one or a small number of examples. this is good for humans and search engines but not for LLMs. today people code just by asking LLM to write code so the documentation is invisible. even adding the documentation doesn’t helm since LLMs can’t follow logical chains
our solution:
- scrape documentation
- analyze documentation
- analyze how to make a good example (purpose, core concepts, steps, libraries used)
- analyze how to make diversified use-cases
- generate code examples
- run the code examples and track the errors
- human feed back – correct the errors
- save the examples to be used in RAG or post them on the web for pretraining
technologies
copilot for assisting human feedback and UI
google ai for LLM calls and grounding to create higher quality examples
@weave.op for tracing
restuck for control flow, tracing, debugging