frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Vibe Coder – A Parody of Downfall

https://twitter.com/amitranjan/status/2090011590150287837
1•vismit2000•45s ago•0 comments

Ways to Smuggle SQLite into Nix

https://fzakaria.com/2026/08/19/three-ways-to-smuggle-sqlite-into-nix
1•ingve•1m ago•0 comments

NASA's Attempt to Save the Swift Telescope Has Failed

https://www.nytimes.com/2026/08/19/science/nasa-swift-telescope-failed-rescue.html
1•greenburger•2m ago•0 comments

Jason Arday's Final Self-Delusion

https://www.theatlantic.com/ideas/2026/08/jason-arday-death-lies-delusion/688311/
1•pabo•3m ago•0 comments

Why the Future Doesn't Need Us (2000)

https://www.wired.com/2000/04/joy-2/
1•naves•5m ago•0 comments

LLM Reasoning Traces Are Not Audit Records

https://rye.ai/blog/cot-faithfulness-reasoning-traces-not-audit-logs/
1•wakahiu•5m ago•0 comments

Windows brings out the Rorschach test in everyone

https://devblogs.microsoft.com/oldnewthing/20030825-00/?p=42803
1•luu•8m ago•0 comments

Rising number of people seeking ADHD diagnosis without treatment, say experts

https://www.theguardian.com/society/2026/aug/18/great-adhd-myth-rising-diagnosis-without-treatment
1•theanonymousone•12m ago•0 comments

The data center fight is heating up

https://www.axios.com/2026/08/19/ai-power-data-center-electricity-construction
3•1vuio0pswjnm7•21m ago•1 comments

The tests your agent writes defend the code it saw. Bugs included

3•Marvin_RunAI•22m ago•0 comments

Cuisenaire Rods

https://en.wikipedia.org/wiki/Cuisenaire_rods
2•tosh•23m ago•0 comments

Old.reddit.com is now login only

5•denvrede•23m ago•2 comments

Seoul to cover all sidewalks with shade by 2028 to combat heat waves

https://en.yna.co.kr/view/AEN20260819007000315
4•riffraff•25m ago•0 comments

Wrapping C libraries in Nim (2023)

https://peterme.net/wrapping-c-libraries-in-nim.html
2•erikschoster•25m ago•0 comments

Show HN: Rove – parallel coding agents that can fan out subtasks and report back

https://github.com/Sma1lboy/rove
1•zhallen_work•27m ago•0 comments

Asana cleared 5 years of engineering work in 2 weeks with Codex

https://openai.com/index/asana/
10•tosh•31m ago•13 comments

Why Every Receipt in Taiwan Is a Lottery Ticket [video]

https://www.youtube.com/watch?v=s1EVk7k9S7Q
2•dataflow•31m ago•0 comments

My Grandfather's Career Took Off at 58

https://kejiakejia.substack.com/p/my-grandfathers-career-took-off-at
16•jamarna•31m ago•2 comments

Samsung hikes chipmaking prices by up to 15% for new orders, on demand spike

https://www.reuters.com/business/autos-transportation/samsung-hikes-chipmaking-prices-by-up-15-de...
3•giuliomagnifico•32m ago•0 comments

Show HN: I fixed a dead Bitcoin ASIC and made a foundry that engraves your words

https://strikeablock.com/
1•laksgandikota•33m ago•0 comments

ChessIQ – training positional evaluation instead of just finding tactics

https://chessiqapp.com/
1•VyomJ•35m ago•0 comments

Psychedelics align brain activity with context

https://www.nature.com/articles/s41586-026-10910-z
2•dr_dshiv•38m ago•0 comments

Neo-Etiquette Basics: The New Rules of Being Human

https://www.joanwestenberg.com/p/neo-etiquette-basics-the-new-rules
1•rapnie•39m ago•0 comments

Why Everyone Is Obsessed with Model Routing

https://menlovc.com/perspective/stripe-to-acquire-openrouter-why-everyone-is-obsessed-with-model-...
1•tosh•40m ago•0 comments

Owner of grok.bot asks xAI for $1M

https://grok.bot/
3•mrpadie•43m ago•2 comments

Show HN: UI Inspector for Tauri

https://github.com/mathematic-inc/tauri-plugin-ui-inspector
1•jrandolf•43m ago•0 comments

Succinct and Fast Tiny Pointer Hash Tables

https://arxiv.org/abs/2607.28892
1•matt_d•43m ago•0 comments

Block-Layer Error Injection

https://lwn.net/Articles/1086344/
2•pykello•47m ago•0 comments

Btrfs Ready with More Performance Improvements for Linux 7.3: Some ~3-5x Wins

https://www.phoronix.com/news/Linux-7.3-Btrfs
3•water-drummer•56m ago•0 comments

Winchester Mystery House

https://en.wikipedia.org/wiki/Winchester_Mystery_House
2•pchangr•1h ago•0 comments
Open in hackernews

Ask HN: LLM is useless without explicit prompt

4•revskill•1y ago
After months playing with LLM models, here's my observation:

- LLM is basically useless without explicit intent in your prompt.

- LLM failed to correct itself. If it generated bullshits, it's an inifinite loop of generating more bullshits.

The question is, without explicit prompt, could LLM leverage all the best practices to provide maintainable code without me instruct it at least ?

Comments

ben_w•1y ago
Your expectations are way too high.

> - LLM is basically useless without explicit intent in your prompt.

You can say the same about every dev I've worked with, including myself. This is literally why humans have meetings rather than all of us diving in to whatever we're self-motivated to do.

What does differ is time-scales of the feedback loop with the management:

Humans meetings are daily to weekly.

According to recent research*, the state-of-the-art models are only 50% accurate at tasks that would take a human expert an hour, or 80% accurate at tasks that would take a human expert 10 minutes.

Even if the currently observed trend of increasing time horizons holds, we're 21 months from having an AI where every other daily standup is "ugh, no, you got it wrong", and just over 5 years from them being able to manage a 2-week sprint with an 80% chance of success (in the absence of continuous feedback).

Even that isn't really enough for them to properly "leverage all the best practices to provide maintainable code", as archiecture and maintainability are longer horizon tasks than 2-week sprints.

* https://youtu.be/evSFeqTZdqs?si=QIzIjB6hotJ0FgHm

revskill•1y ago
It's not as high as you think.

LLM failed at the most basic things related to maintainable code. Its code is basicaly a hackery mess without any structure at all.

It's my expectation is that, at least, some kind of maintainable code is generated from what's it's learnt.

ben_w•1y ago
Given your expectation:

> It's my expectation is that, at least, some kind of maintainable code is generated from what's it's learnt.

And your observation:

> LLM failed at the most basic things related to maintainable code. Its code is basicaly a hackery mess without any structure at all.

QED, *your expectations* are way too high.

They can't do that yet.