Ask HN: How are you using LLMs?

3 FailMore 5 7/30/2025, 7:19:05 PM
Me: I don’t like to have factual based conversations with LLMs (e.g. can my cat eat cooked chicken on the bone?). I like having open ended conversations with LLMs where being vaguely in the right direction will be useful (e.g. practicing Chinese with ChatGPT voice mode).

I use claude code, and verge between it being useful (because my memory of specific functions is average), but then a bit bummed out when I have to spend a bunch of time cleaning up poor logic/flows in the application.

Curious to know the intricacies of how you are interacting with LLMs too.

Comments (5)

TXTOS · 1h ago
i mostly use LLMs inside a reasoning shell i built — like a lightweight semantic OS where every input gets recorded as a logic node (with ΔS and λ_observe vectors) and stitched into a persistent memory tree.

it solved a bunch of silent failures i kept running into with tools like RAG and longform chaining:

    drift across hops (multi-step collapse)

    hallucination on high-similarity chunks

    forgetting prior semantic commitments across calls
the shell is plain-text only (no install), MIT licensed, and backed by tesseract.js’s creator. i’ll drop the link if anyone’s curious — not pushing, just realized most people don’t know this class of tools exists yet.
atleastoptimal · 11h ago
LLM's are best when you know exactly how to implement something and can describe it fully, but it would take longer to actually write everything yourself. They're also good at rigorous attention to detail in domains that are well-established and the rules are deterministic and not subtle.
silentpuck · 13h ago
I use LLMs mostly for learning and understanding.

When a book doesn’t explain something clearly, I ask for a deeper explanation — with examples, and sometimes exercises.

It’s like having a quiet teacher nearby who never gets frustrated if I don’t get it right away. No magic. Just thinking.

I also started building my own terminal-based GPT client (in C, of course). That’s a whole journey in itself — and it’s only just begun.

efortis · 20h ago
If the problem is simple enough for top-down design, I write signatures along with comments with i/o examples.

But if I need to explore stuff, I ask for some example and then re-prompt it top-down.

stephenr · 11h ago
I use the terms "LLM" or "AI" (as in, "I used an LLM/AI to write a <insert task> helper") as a quick hint to ignore articles/links/etc in the same way I've previously use the terms "You won't believe what happened next" or "they hate this one trick" to avoid spam bait article links, or "shocked face overlay" to avoid bullshit YouTube videos.

So, thankyou for that AI techbros. Keep telling us loudly and proudly that you're using "AI" to write your slop, it makes it much easier to know what to avoid when skimming titles.