29 pointsby handfuloflight6 hours ago3 comments
  • rrvsh3 hours ago
    maintaining an LLM wiki has been a lot more effort than I thought, at least if we are trying to maintain a high quality in structure and writing comprehension (for easier lookups both for the agent and human). Are people just shotgunning their agent wikis or how
  • dcreater4 hours ago
    What does this do better than just asking your agent to "write docs" or a more robustly defined prompt/skill?
    • capplexham36 minutes ago
      Have a look at the prompts in the GitHub [0]. It defines a System Prompt and specifies the documentation structure. This would allow you to switch coding agents, instead of relying on how your coding agent interprets the command "write docs".

      [0]: https://github.com/langchain-ai/openwiki/blob/main/src/agent...

    • b2122 hours ago
      I swear most of these tools are made for the sake of it…

      While good old prompting is often better than plan mode or superpower skills.

    • _pdp_3 hours ago
      This is what we do. The same agent writing the code can also write the docs.
  • wrencastellan5 hours ago
    [flagged]