frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Is "3D as software" about to undergo a Cambrian Explosion?

1•baigy•1m ago•0 comments

On the gradual formation of thoughts in the process of speech (1805) [pdf]

https://odradeksjourney.wordpress.com/wp-content/uploads/2017/11/on-the-gradual-formation-of-thou...
1•rzk•2m ago•0 comments

Uniform Financial Institutions Rating System

https://www.federalregister.gov/documents/2026/05/19/2026-09944/uniform-financial-institutions-ra...
1•petethomas•5m ago•0 comments

The Second Age of Melancholy

https://buildingthenews.substack.com/p/the-second-age-of-melancholy
1•OrrH•6m ago•0 comments

Show HN: Codex / Claude Code harness for Java high performance improvements

https://registry.modelcontextprotocol.io/v0.1/servers/io.github.JAIPilot%2Fjaipilot/versions/6.4.2
3•surajkrajan•10m ago•0 comments

Show HN: Ecdeos – P2P Web/Native Distributed OS on Entity Core Protocol

https://ecdeos.org
1•billatbillslab•14m ago•0 comments

AntiNCII – hashing to combat intimate image abuse without file uploads

https://antincii.org/
2•ndf00•16m ago•1 comments

XCancel also down, at least for time being

4•orange999•16m ago•0 comments

OKF Isn't Replacing the Vector Database. It's Freeing It

https://medium.com/@majid.fekri/okf-isnt-replacing-the-vector-database-it-s-freeing-it-3cc64ab47fa3
1•supportm•16m ago•0 comments

The service XCancel is stopped until further notice

https://xcancel.com
3•bio-s•17m ago•1 comments

Burnout, Loneliness, and Why High-Earning Tech Pros Fail at Life Management

4•YuriiWoods•17m ago•1 comments

Turn off Claude Code's Memory [video]

https://www.youtube.com/watch?v=Jf54k7tFeEc
2•__vivek•18m ago•1 comments

Grokipedia Stopped Reviewing Edits in April. It Didn't Tell Anyone

https://www.lawfaremedia.org/article/grokipedia-stopped-reviewing-edits-in-april.-it-didn-t-tell-...
3•mellosouls•19m ago•0 comments

How Big Should a Terraform Root Module Be?

https://newsletter.masterpoint.io/p/how-big-should-a-terraform-root-module-be
1•mooreds•20m ago•0 comments

Open SOTA Registry

https://www.codesota.com
1•devy•22m ago•0 comments

Treasury bonds are becoming less special

https://www.axios.com/2026/08/25/treasury-securities-bonds-lustig
5•toomuchtodo•22m ago•0 comments

Austerity denial and the mystery of Britain's shrunken state

https://www.ft.com/content/910288e8-5ad1-4f09-90fb-36c3efe275e0
2•JumpCrisscross•25m ago•0 comments

A Walkable ASCII Cyberpunk City in One HTML File [video]

https://www.youtube.com/watch?v=3YtygAx_C6A
1•DamnInteresting•26m ago•0 comments

Do I Believe in Global Warming?

https://cliffmass.blogspot.com/2026/08/do-i-believe-in-global-warming.html
4•activatedgeek•27m ago•0 comments

Riverdiff brings the visual side-by-side diff of GNOME Meld to the browser

https://riverdiff.pages.dev/
2•qkhhly•27m ago•0 comments

Acadia License Reasoning

https://acadia.engineering/license/faq
1•gurjeet•28m ago•0 comments

An interactive introduction to the spanning tree protocol

https://vincent.bernat.ch/en/blog/2026-spanning-tree
1•blueshoess•31m ago•0 comments

Try to beat this AI writing detector

https://www.washingtonpost.com/technology/interactive/2026/08/25/ai-detectors-like-pangram-are-ev...
3•eyehurtsme•32m ago•0 comments

An explorable cyberpunk city almost out of ASCII characters

https://www.pcgamer.com/hardware/lone-game-dev-builds-an-explorable-cyberpunk-city-almost-entirel...
1•ohjeez•32m ago•0 comments

Implementing Webmentions

https://www.coryd.dev/posts/2026/implementing-webmentions
3•cdrnsf•33m ago•0 comments

Why and How Cloudflare Built Pingora

https://blog.cloudflare.com/how-we-built-pingora-the-proxy-that-connects-cloudflare-to-the-internet/
2•cloudup•36m ago•0 comments

Tech Choices

https://inessential.com/2026/08/24/tech-choices.html
2•frizlab•37m ago•0 comments

Anduril is aquiring startups like crazy, this explains why

https://startupwiki.substack.com/p/anduril-explained
4•skiski•40m ago•0 comments

Show HN: Ducky Media for macOS, private cloud hosting for your audio library

https://apps.apple.com/us/app/ducky-media-client/id6761693259?mt=12
1•jayct•44m ago•0 comments

Improving matrix multiplication with MacBook and a proof assistant

https://github.com/bsd-developer/matrix-math-publish
2•bsddeveloper•44m 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.