Raw LLM Responses
Inspect the exact model output for any coded comment.
Look up by comment ID
Random samples — click to inspect
G
>It just has to be good enough to convince the non-technical person making de…
rdc_n7jpxxr
G
I think there is a valuable human aspect to education. One for detecting emotion…
ytc_UgyU0_cvI…
G
Maybe people will finally learn what capitalism actually is. The executives have…
ytc_UgxBoVcP3…
G
How ridiculous to blame AI for wiping out the “working class.” There is no work …
ytc_Ugx8bE-gl…
G
Vicious cycle. Without job security people spend less. Then companies use more A…
ytc_UgyIXxkQn…
G
Bill Gates has openly talked about a “Depopulation Agenda.” In the meantime, AI …
ytc_UgxQMDtG0…
G
This is pretty rough...
If you want to see some well informed takes on AI art I…
ytc_UgwXn5gwA…
G
Consent is great, but dude, AI is not alive. It’s in its own title: artificial; …
ytc_UgwVnLK5e…
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"}
]