Raw LLM Responses
Inspect the exact model output for any coded comment.
Look up by comment ID
Random samples — click to inspect
G
What if AI concludes that we need to outlaw profit motive? That it's bad for hum…
ytc_UgyPB1Gd0…
G
Here's the thing.
It isn't art.
It is replication.
There was no heart, soul, per…
ytc_UgzWFIIUS…
G
We can use ai to fix that... really it isn't that bad, it's actually a totally n…
ytr_UgyNSZOWk…
G
I love how the reporter is doing the piece on Waymo’s safety while riding in one…
ytc_Ugze1s2WR…
G
Automate everything cause 110 thousand dollar is about for a startup in India is…
ytc_UgzC-FKrN…
G
Well with the economy going where it is AI may very well lose its funding…
ytc_UgzaRey0S…
G
I am always right so here's the jobs it will never replace: Farm workes. Robots …
ytc_UgyFdtVEN…
G
As someone who can do both normal art and AI art, I've always hated how even in …
ytc_UgwS9PNpQ…
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"}
]