frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How Many Lives Do Amber Alerts Save?

https://www.mcgill.ca/oss/article/critical-thinking-technology-history/how-many-lives-do-amber-al...
1•jprs•1m ago•0 comments

The Ancient Coding Language That 95% of ATMs Use [video]

https://www.youtube.com/watch?v=P8oc_UXgD2A
2•kerim-ca•3m ago•0 comments

Linux/Mac Alternative to Nvidia Broadcast?

https://github.com/Hkshoonya/nvidia-broadcast-linux
1•burgerguyg•3m ago•1 comments

The Great Majority: Body Snatching and Burial Reform in 19th-Century Britain

https://publicdomainreview.org/essay/the-great-majority/
1•apollinaire•7m ago•0 comments

Association of high-pillow sleeping posture w intraocular pressure in glaucoma

https://bjo.bmj.com/content/early/2026/01/22/bjo-2025-328037
2•bookofjoe•8m ago•0 comments

Building Pi in a World of Slop – Mario Zechner

https://www.youtube.com/watch?v=_zdroS0Hc74
1•swyx•10m ago•0 comments

I built an AI that teaches your slides and answers questions

https://lectura.biz
1•keniz•11m ago•0 comments

I Tried Giving an AI Agent Gmail Access. It Took 19 Steps and Still Failed

https://www.anson.im/blog/why-i-built-agentsmail/
1•beacharsiu•13m ago•0 comments

Filing the Corners Off MacBooks

https://kentwalters.com/posts/corners/
4•normanvalentine•14m ago•0 comments

Chess-Bench

https://www.chess-bench.com/
2•hardikvora•15m ago•1 comments

What's Going on in AI

https://elicit.com/blog/situational-awareness-april-2026
2•sethbannon•16m ago•0 comments

Suez Crisis

https://en.wikipedia.org/wiki/Suez_Crisis
2•softwaredoug•16m ago•0 comments

"It's rare that developers love their database that much"

https://talkingpostgres.com/episodes/how-i-went-from-oracle-to-postgres-with-a-big-nosql-detour-w...
3•clairegiordano•16m ago•0 comments

Show HN: YouTube Live Spam Blocker

https://github.com/pnhoang/youtube-spam-blocker
2•pnhoang•18m ago•0 comments

Revisiting and Optimising go-iso8601-duration

https://xnacly.me/posts/2026/revisiting-and-optimising-goiso8601duration/
2•ingve•20m ago•0 comments

Framework [Next Gen] Event is live on April 21

https://frame.work/gb/en/blog/framework-next-gen-event-is-live-on-april-21
2•ezequiel-garzon•21m ago•0 comments

French government ditching Windows for Linux in digital sovereignty push

https://www.tomshardware.com/software/windows/french-government-say-its-ditching-windows-for-linu...
3•voxadam•24m ago•0 comments

Trump administration admits a glaring error in its NY health fraud accusations

https://apnews.com/article/new-york-medicaid-fraud-dr-oz-trump-342285a3c5d5b71f36ce3f3c77ec72c5
3•petethomas•26m ago•0 comments

The Ethics of Manipulation (Revised)

https://plato.stanford.edu/entries/ethics-manipulation/
2•StatsAreFun•28m ago•0 comments

DB Explorer 3.0.1 – AI‑First SQL Editor with Schema‑Aware Query Generation

https://sourceforge.net/projects/db-explorer/
2•adeptashish•29m ago•0 comments

Installing Every* Firefox Extension

https://jack.cab/blog/every-firefox-extension
4•RohanAdwankar•34m ago•0 comments

Axios: Unrestricted Cloud Metadata Exfiltration via Header Injection Chain

https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx
3•mhsdef•45m ago•0 comments

Higher education predicts global cultural similarity to WEIRD countries

https://www.nature.com/articles/s41467-026-70404-4
1•PaulHoule•51m ago•0 comments

The Ancient Psychedelics Myth

https://www.theguardian.com/science/2025/may/01/the-ancient-psychedelics-myth-people-tell-tourist...
3•andsoitis•51m ago•0 comments

RDW Approval of Tesla FSD in Netherlands (With Rest of EU to Follow)

https://www.rdw.nl/en/news/2026/rdw-explanation-of-european-type-approval-tesla-with-provisional-...
2•denysvitali•51m ago•1 comments

Turning the Web into a Filesystem

https://twitter.com/arlanr/status/2041215978957389908
2•gmays•52m ago•0 comments

Artemis II Crew Prepare to Break Record: The Fastest Speed Reached by Humans

https://www.iflscience.com/artemis-ii-crew-prepare-to-break-another-record-the-fastest-speed-reac...
1•thinkingemote•53m ago•0 comments

The Reason People Aren't Having Kids

https://www.theatlantic.com/family/archive/2024/08/fertility-crisis/679319/
1•sharjeelsayed•54m ago•3 comments

Amazon would rather shareholders did not look too closely at carbon footprint

https://www.theregister.com/2026/04/10/amazon_climate_goals/
1•Bender•55m ago•0 comments

Particles seen emerging from empty space for first time

https://www.newscientist.com/article/2522324-particles-seen-emerging-from-empty-space-for-first-t...
9•naves•56m ago•2 comments
Open in hackernews

Ask HN: LLM is useless without explicit prompt

4•revskill•11mo 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•11mo 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•11mo 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•11mo 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.