you are viewing a single comment's thread
view the rest of the comments
[–] 23 points 8 hours ago (5 children)

The proposal is just to direct the LLM to the README file. Linux is going full on RTFM with LLMs.

  • source
  • hideshow 5 child comments
  • [–] 16 points 4 hours ago (4 children)

    ...making AI/LLMs consume the entire Linux kernel README and associated documentation would increase token consumption

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 3 hours ago (2 children)

    Not necessarily. Input tokens is far cheaper than output tokens. The alternative is to have the LLM derive the documentation from code each session, which is expensive due to the amount of output tokens it produces.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 3 hours ago (1 child)

    Are people using LLMs to derive readme's from source code!? I think they might be the target audience here.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 2 hours ago

    More like indirectly. For an LLM to effectively work with a codebase it needs to know how the project is structured and where to find stuff. Instead of having it derive this information each session, it can just read about it in the available documentation. It’s more token efficient.

  • source
  • parent