Hacker News

End-to-end encrypted .env sharing

Hacker News - Thu, 08/13/2026 - 11:48pm

Article URL: https://github.com/p-arndt/shenv

Comments URL: https://news.ycombinator.com/item?id=49294537

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: How are you preventing brainrot?

Hacker News - Thu, 08/13/2026 - 11:45pm

Hey there, full time software engineer of around 6 years here (post-grad). I’m using Claude Code half of the day now at work, I just can’t keep up with my team if I were to stop coding with AI. I’m more “productive” but my brain feels less sharp and am curious how others are staying sharp, I guess I just need to allocate time to learning new things again but wondering how others are dealing with this. Thanks!

Comments URL: https://news.ycombinator.com/item?id=49294529

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: What is something produced by GenAI that you use regularly?

Hacker News - Thu, 08/13/2026 - 11:43pm

Is there anything produced entirely (not just partially) as the output from GenAI that you use regularly, whether it be software, images, text etc.?

Casting a wide net on what it is, but every part of it should be made with little human involvement beyond prompting.

What is it and what do you use it for?

Comments URL: https://news.ycombinator.com/item?id=49294513

Points: 1

# Comments: 0

Categories: Hacker News

Qwen3.8 27B

Hacker News - Thu, 08/13/2026 - 11:39pm
Categories: Hacker News

Structured Decoding with XGrammar

Hacker News - Thu, 08/13/2026 - 11:14pm
Categories: Hacker News

SQawk: SQL-based Awk tool for CSV/TSV files

Hacker News - Thu, 08/13/2026 - 11:09pm

Article URL: https://crates.io/crates/sqawk

Comments URL: https://news.ycombinator.com/item?id=49294385

Points: 2

# Comments: 0

Categories: Hacker News

How to Keep Thinking

Hacker News - Thu, 08/13/2026 - 9:57pm
Categories: Hacker News

Ask HN: How do you develop more deterministic LLM pipelines?

Hacker News - Thu, 08/13/2026 - 9:56pm

It feels like with LLMs I develop a prompt and then get some kind of output that's not very well structured and requires some kind of human oversight to verify that the result I've gotten back is of quality, and the non-deterministic nature of LLMs is the main reason for this.

I see solutions using LLMs, VLMs, etc that will achieve things that have been solved before (things like OCR, parsing, or even just code generation). They do these problems really well and really fast... 90% of the time. How do I get a scaffolding setup so I can be 100% confident in my solution (meaning 100% confident that I know what it's going to do)?

With standard ML, I have things like confidence scores to base whether or not I accept an output as valuable. And generally speaking, it's pure (i.e., given the same input I will always get the same output). With LLMs and the like, it feels like this piece is missing.

Comments URL: https://news.ycombinator.com/item?id=49293943

Points: 1

# Comments: 0

Categories: Hacker News

Pages