Skip to content

Commit 205e6f7

Browse files
Update sources/platform/actors/development/quick_start/vibe_coding.md
Co-authored-by: Michał Olender <[email protected]>
1 parent c955cc2 commit 205e6f7

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

sources/platform/actors/development/quick_start/vibe_coding.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,11 @@ This guide explains how to enhance your development workflow by leveraging `llms
1919

2020
Search engines weren't built for Large Language Models (LLMs), but they needs context. That's why we've created `[llms.txt](https://docs.apify.com/llms.txt)` and `[llms-full.txt](https://docs.apify.com/llms-full.txt)` for our documentation. These files follow the [growing standard](https://llmstxt.org/) for LLMs consumption.
2121

22-
:::info LLMs.txt vs sitemap.xml vs robots.txt
23-
24-
`/sitemap.xml` lists pages but doesn't help with content. LLMs systems still need to parse complex HTML and handle extra info. This clutters the context window.
25-
26-
`/robots.txt` tells crawlers where to go. It doesn't help with content understanding.
27-
28-
`/llms.txt` solves LLMs problems. It overcomes context window limits. It removes markup and scripts. It presents content optimized for LLMs processing.
29-
30-
:::
22+
| File | Purpose | Impact on LLM Processing |
23+
| :--- | :--- | :--- |
24+
| `/robots.txt` | Tells crawlers where to go. | It doesn't help with content understanding. |
25+
| `/sitemap.xml` | Lists pages. | It doesn't help with content. LLM systems still need to parse complex HTML and handle extra info, which clutters the context window. |
26+
| `/llms.txt` | Solves LLMs problems by presenting content optimized for LLM processing. | It overcomes context window limits and removes markup and scripts. |
3127

3228
### Use llms.txt and llms-full.txt
3329

0 commit comments

Comments
 (0)