You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me that the idea of special files for LLM for understanding the structure of documentation or a site is redundant, at least we shouldn't create them manually. To solve this problem, it seems to me that we need to highlight existing text created for a human, for example, using special HTML tags. For example:
<llm-title point="1"> This is a title of section or subsection of you text </llm-title>
<llm-short-description point="1"> This is a short description that’s linked to the title marked "point=1".</llm-short-description>
<llm-description point="1"> This idea can be expanded: additional tags could be added so an LLM can read a page’s source using those tags, or so the creation of the required llm-files could be automated from the tags. The same approach could work for other text types (articles, READMEs, etc.). Text editors will need new features to support this. </llm-description>
Something similar for markdown:
#%[1] This is is a title of section or subsection of you text.
##%[1] This is a short description.
###%[1] Main text.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems to me that the idea of special files for LLM for understanding the structure of documentation or a site is redundant, at least we shouldn't create them manually. To solve this problem, it seems to me that we need to highlight existing text created for a human, for example, using special HTML tags. For example:
Something similar for markdown:
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions