frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

P99 0 ms* autocomplete for 240M domain names

https://ruurtjan.com/articles/p99-0ms-autocomplete-for-240-million-domain-names
1•dbalatero•1m ago•0 comments

Transfer files over an Ethernet patch cable

https://maurycyz.com/misc/etherfiles/
1•jllyhill•2m ago•0 comments

Language Trees and Zipping

https://arxiv.org/abs/cond-mat/0108530
1•zainhsn•3m ago•0 comments

Workers Builds Are Degraded – Cloudflare Status

https://www.cloudflarestatus.com/incidents/yj2zk6n6rz1c
1•kyisaiah47•5m ago•0 comments

Not All Optical Interconnect Startups Are Building the Same Thing

https://invisiblelayerhw.substack.com/p/not-all-optical-interconnect-startups
1•missionfission•9m ago•0 comments

Urban Dead is shutting down

https://urbandead.com/shutdown.html
2•potomak•10m ago•1 comments

Salad Theory

https://saladtheory.github.io/
1•colinprince•10m ago•0 comments

Show HN: ScriptSpool – Create code animations in the browser

https://scriptspool.pixzens.com/en
1•MikeLuLu•17m ago•0 comments

Google Maps now shows "Lake America"

https://www.thehindu.com/news/international/google-maps-now-shows-lake-america-in-us-not-lake-ont...
1•tesnorindian•18m ago•1 comments

Hugo Awards

https://www.thehugoawards.org/hugo-history/2026-hugo-awards/
2•demritocracy•21m ago•0 comments

Show HN: Growtics – an AI growth agent that tells you what to do next

https://growtics.io
1•jabed•22m ago•0 comments

Show HN: MaCcyP – coding agents push text to a clipboard manager's Agents view

https://github.com/harleensahni/MaCcyP
1•hstun•24m ago•0 comments

On Inevitability

https://borretti.me/article/on-inevitability
2•nozzlegear•27m ago•0 comments

Implicit Function Theorem (IFT)

https://en.wikipedia.org/wiki/Implicit_function_theorem
1•peter_d_sherman•27m ago•1 comments

SolarWindow launches 0.85 mm-thick, self-adhesive solar film

https://www.pv-magazine.com/2026/08/27/https-www-pv-magazine-com-2026-08-27-solarwindow-launches-...
7•thelastgallon•32m ago•3 comments

Enormous 12TB Steam leak includes abandoned Half-Life 2: Episode 3 assets

https://www.theverge.com/games/986552/12tb-steam-leak-half-life-2-episode-3
4•droidjj•35m ago•1 comments

The Deadline Dividend

https://deadline-dividend.onrender.com
3•gmays•36m ago•0 comments

Show HN: Prove your code produced your claims without making reviewers rerun it

https://github.com/27-GROUP/kveritas-go/
2•Mkld27•37m ago•0 comments

Flock Safety's controversial CEO just got a taste of his own medicine

https://www.neowin.net/news/the-ceo-of-americas-biggest-surveillance-network-just-got-a-taste-of-...
17•devonnull•37m ago•2 comments

The Verification Gap: Who Audits the Agents?

https://gist.github.com/ecksbe/c48919c653ec2fba4b9ee17eb534efc3
3•evidence-lab•38m ago•0 comments

Mark Zuckerberg sends message to Meta employees

https://www.thestreet.com/technology/mark-zuckerberg-shocking-message-meta-employee-layoffs-artif...
3•georgecmu•38m ago•0 comments

Ask HN: What do your job interviews look like? (August 2026)

4•Hixon10•38m ago•0 comments

Why do I lose my passion and want to do nothing?

31•hanstyle•41m ago•16 comments

Agency and Agents

https://www.oneusefulthing.org/p/agency-and-agents
2•swolpers•42m ago•0 comments

Show HN: App design that combines Reddit and Gmail for private treelike convos

4•tsydenzhap•42m ago•3 comments

Glean: Run an AI skill only over what changed since it last ran

https://github.com/amalucelli/glean
2•malucelli•42m ago•0 comments

DDoS Attack Breaks Beloved Video Game Wiki After AI Bro Was Banned

https://kotaku.com/ddos-attack-breaks-beloved-video-game-wiki-after-ai-bro-was-banned-2000729335
2•razorbeamz•42m ago•0 comments

Steer: Deny or rewrite an AI agent's tool calls before they run

https://github.com/amalucelli/steer
2•malucelli•43m ago•0 comments

A key transparency self-audit can verify the wrong identity

http://gorokhov.dev/posts/key-transparency-self-audit/
2•Hexmere•49m ago•0 comments

Show HN: Card Shop Directory – Find trading card shops by state, city, and game

https://cardshopdir.com
2•laimingj•50m 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.