frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Stack as Code: Define It Once, Run It Everywhere

https://flox.dev/blog/ai-stack-as-code-define-it-once-run-it-anywhere/
1•ronef•42s ago•0 comments

Show HN: GPU Accelerated Desktop Screen Flash Filter (Photosensitive Epilepsy)

https://flashfilter.app/
1•flashfilter•2m ago•1 comments

I could do that in a weekend

https://danluu.com/sounds-easy/
1•ntumlin•2m ago•0 comments

Researchers found a new species of monkey deep in the rainforest

https://www.npr.org/2026/07/19/nx-s1-5894964/how-researchers-found-a-new-species-of-monkey-deep-i...
1•Brajeshwar•2m ago•0 comments

Ask HN: Are Rust migrations delivering any benefits?

1•grandimam•2m ago•0 comments

Gnome Changes Security Disclosure Policies Due to AI-Generated Reports

https://www.phoronix.com/news/GNOME-Security-Changes-2026
1•arto•3m ago•1 comments

Show HN: Framesmith 1.9 – charts as a node type for AI-designed UIs

https://github.com/vicmaster/framesmith
1•vicvelazquez•3m ago•0 comments

Why Aren't We SIEVE-ing? (2023)

https://brooker.co.za/blog/2023/12/15/sieve.html
1•eatonphil•3m ago•0 comments

HeyVacay – Cut hotel prices 30-50% by fixing how OTAs mark up inventory

https://www.heyvacay.co
1•danilb•6m ago•0 comments

Show HN: A free lever-based puzzle game

https://lvl.materwelon.dev/
1•materwelon•7m ago•0 comments

Engineering a Fast Logger

https://blog.coderspirit.xyz/blog/2026/06/27/engineering-a-fast-logger/
1•speckx•10m ago•0 comments

Reproducible builds for GenAI products (in 20 self-maintained prompts)

https://github.com/dgem/ipace-owners/
1•dgem•13m ago•1 comments

Inhaling high-dose CO2 clears Alzheimer's proteins from the brain

https://www.newscientist.com/article/2580471-inhaling-high-dose-co2-clears-alzheimers-proteins-fr...
2•leumon•13m ago•1 comments

Agents' skills are too long (mine were too)

https://aac.social/posts/your-agents-skills-are-too-long/
1•andrewacove•14m ago•0 comments

Disguised gambling apps on the App Store in Brazil

https://9to5mac.com/2026/07/17/investigation-reveals-dozens-of-disguised-gambling-apps-on-the-app...
4•ryandrake•15m ago•2 comments

Gitolite

https://gitolite.com/gitolite/index.html
2•birdculture•16m ago•0 comments

California to impose sales and use tax on digital products including SaaS

https://www.pwc.com/us/en/services/tax/library/california-imposes-sales-and-use-tax-on-digital-pr...
1•romanhn•16m ago•0 comments

Latest version tag for AI models

https://twitter.com/sshoaibali/status/2079225920687100334
1•onhacker•18m ago•0 comments

Any Engine, Any Topology, Any Infrastructure: How We Designed Modelplane

https://modelplane.ai/blog/how-we-designed-modelplane
1•hasheddan•21m ago•0 comments

Ben Thompson is wrong: US frontier labs are right to be panicking

https://larrysalibra.com/ben-thompson-is-wrong-us-frontier-labs-are-right-to-be-panicking/
4•larrysalibra•22m ago•1 comments

Designing the compute platform inside ASML's machines with genetic algorithms [video]

https://www.youtube.com/watch?v=tSAJWSWnpXQ
1•GoldenGorilla•23m ago•0 comments

Dutch chip sector at high risk of Chinese interference, gov's study warns

https://www.tomshardware.com/tech-industry/government-funded-dutch-report-rates-chip-sector-at-ve...
2•giuliomagnifico•24m ago•0 comments

Show HN: Crate – Wireless music manager for Android phones (open source)

https://github.com/ivancernja/crate
3•andout_•24m ago•0 comments

Hyprland 0.55 announced the switch to Lua for its config files

https://hypr.land/news/update55/
19•matesz•25m ago•4 comments

Fairy Circles of Namibia: Africa's Strangest Mystery

https://www.namibia-safaris.com/fairy-circles-of-namibia/
1•thunderbong•25m ago•0 comments

Apply for Anthropic's AI for Science rare disease research grants

https://www.anthropic.com/news/rare-disease-research-grants
1•surprisetalk•26m ago•0 comments

Systems Check – Programming Challenge

https://systemscheck.dev/
1•jstanley•28m ago•0 comments

Judge orders pause to Paramount-Warner Bros merger as states argue antitrust law

https://variety.com/2026/film/news/judge-paramount-warner-bros-merger-tro-1236815048/
3•ck2•29m ago•1 comments

The notification that gave up after a minute

https://jva.lol/weblog/the-notification-that-gave-up-after-a-minute/
1•speckx•31m ago•0 comments

Digital Sovereignty is not binary

https://www.computerweekly.com/news/366645979/Dutch-SURF-tests-practical-route-out-of-Big-Tech-de...
1•vvladi•31m ago•1 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.