Raw LLM Responses
Inspect the exact model output for any coded comment.
Look up by comment ID
Random samples — click to inspect
G
I can’t understand it all, if AI is making everything and nobody is working. Who…
ytc_UgwFF5YL4…
G
Show me how. The music for our songs are AI generated but the lyrics are ours al…
ytc_Ugyx-DdXI…
G
"It's the systemic processes that protect business interests." Be nice if AI wo…
ytc_Ugzu56_9i…
G
Sorry but even i can't support that guy. Ai steals from atist. U shouldn't use u…
ytc_UgylwKXrp…
G
This story makes me think heavily about what I've been hearing from spiritual co…
ytc_Ugwut5kaJ…
G
very interesting discussion although i haven't finished it (too wrong). here is …
ytc_UgxLVez3G…
G
It's OK fam, I'll just make the music with an artist at this point lol 😂…
ytr_UgyOZbcX8…
G
calling yourself an artist for using ai is like commissioning an artist, and cal…
ytc_UgxaUuL89…
Comment
the token burn on garbage HTML is the part that really hurts. the actual scraping failure is one thing but feeding that noise into an LLM that happily processes it token by token is where the financial damage happens.
two things that would have saved you here:
1. circuit breaker on your agent loop. set a max token budget per URL and a max retry count. if the extracted text has more HTML tags than actual words, bail out instead of re-trying. a simple heuristic like checking the ratio of angle brackets to alphanumeric characters catches 90% of captcha/garbage pages before they hit the LLM.
2. pre-filtering before the LLM. tools like trafilatura or readability-lx can extract clean text from HTML without any AI involvement. run that first, check if you got meaningful content, THEN send to the LLM for structured extraction. cuts your token costs by like 80% on pages that do render correctly too.
the build it yourself trap is absolutely real. i went down the same road and eventually landed on firecrawl for most things. not sponsored or anything, just the pain of maintaining custom scrapers vs paying 20 dollars a month for something that handles the edge cases is not even close anymore.
reddit
Viral AI Reaction
1777057823.0
♥ 1
Coding Result
| Dimension | Value |
|---|---|
| Responsibility | developer |
| Reasoning | consequentialist |
| Policy | none |
| Emotion | mixed |
| Coded at | 2026-04-25T08:33:43.502452 |
Raw LLM Response
[
{"id":"rdc_oi0ni22","responsibility":"developer","reasoning":"consequentialist","policy":"none","emotion":"mixed"},
{"id":"rdc_oi0oy9w","responsibility":"user","reasoning":"consequentialist","policy":"none","emotion":"indifference"},
{"id":"rdc_oi1bcoz","responsibility":"none","reasoning":"consequentialist","policy":"none","emotion":"indifference"},
{"id":"rdc_oi2fibt","responsibility":"developer","reasoning":"consequentialist","policy":"none","emotion":"mixed"},
{"id":"rdc_oi3ppej","responsibility":"none","reasoning":"consequentialist","policy":"none","emotion":"mixed"}
]