frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

'Six Feet Under' Redefined Death on TV 25 Years Ago

https://www.yahoo.com/entertainment/tv/articles/six-feet-under-redefined-death-182026923.html
1•chistev•3m ago•0 comments

Large language models do not have emotions

https://www.nature.com/articles/s41562-026-02558-6
1•Anon84•6m ago•0 comments

Find out where your images have been scraped

https://lanternite.org/
1•e12e•6m ago•1 comments

A case study on Lovables use of Code.Storage

https://code.storage/changelog/lovable-case-study
1•jinqueeny•6m ago•0 comments

Show HN: Visualize whether you run too many coding agents, or too few

https://github.com/JerryZLiu/AgentPlayback
1•jerryliu12•6m ago•0 comments

Mark Zuckerberg Wanted AI to Replace Meta Workers- Plan Collapsed Within Months

https://www.ibtimes.com/mark-zuckerberg-reportedly-wanted-ai-replace-meta-workers-plan-collapsed-...
4•randycupertino•6m ago•0 comments

Artists Built a Site to Escape AI. Scrapers Are Coming for It Anyway

https://www.forbes.com/sites/robsalkowitz/2026/08/23/artists-built-a-site-to-escape-ai-scrapers-a...
1•e12e•8m ago•1 comments

Worst-case glacial lake flood scenarios in a transboundary Himalayan basin 2022

https://nhess.copernicus.org/articles/22/3765/2022/nhess-22-3765-2022.html
4•totetsu•8m ago•0 comments

CIA Chief's Surprise Moscow Trip Was to Warn Russia Not to Attack NATO

https://www.wsj.com/politics/policy/cia-chiefs-surprise-moscow-trip-was-to-warn-russia-not-to-att...
3•mudil•8m ago•0 comments

FreeSocks – A New VPN for Internet Freedom

https://freesocks.org/
1•lunarthegrey•9m ago•0 comments

'This is crazy. This is insane': Bill Gates has changed his mind about AI, jobs

https://www.semafor.com/article/08/25/2026/this-is-crazy-this-is-insane-bill-gates-has-changed-hi...
2•virgildotcodes•10m ago•0 comments

A Manhattan-sized ice island just broke free from Greenland

https://www.sciencedaily.com/releases/2026/08/260823094145.htm
2•littlexsparkee•11m ago•0 comments

Log4j2 0-Day

https://github.com/hypnguyen1209/log4j2-rce/
1•fionera•12m ago•1 comments

Outrunning Democracy

https://www.richardhanania.com/p/outrunning-democracy
1•paulpauper•12m ago•0 comments

Ubiquiti patches three max severity security vulnerabilities

https://www.bleepingcomputer.com/news/security/ubiquiti-patches-three-max-severity-security-vulne...
1•geerlingguy•12m ago•0 comments

The Trump admin is expanding immigration crackdown to people entering legally

https://apnews.com/article/trump-visas-asylum-crackdown-immigration-7a895473105f2ae19f39a0b171098806
1•petethomas•15m ago•0 comments

Show HN: We built a live feed for monitoring website changes

https://app.monity.ai
1•kamilmm21•15m ago•0 comments

Progress Linux 7.2 – Asahi Linux

https://asahilinux.org/2026/08/progress-report-7-2/
2•pizzaiolo•17m ago•0 comments

The new rules of context engineering for Claude 5 models

https://twitter.com/trq212/status/2080710971228918066
1•Anon84•17m ago•0 comments

Wall Street Journal defends billionaire's use of AI to write op-ed

https://www.washingtonpost.com/business/2026/08/25/wall-street-journal-says-ai-generated-op-ed-di...
4•bookofjoe•17m ago•2 comments

Agents Should Be Durable, Not Long-Lived

https://julin.ai/2026/08/26/durable-agents/
1•soasme•18m ago•0 comments

Leveraging Sparsity to Accelerate Automatic Differentiation (2025) [video]

https://www.youtube.com/watch?v=4yKgLHtIoNo
3•abetusk•18m ago•1 comments

Meta Doesn't Want to Be a Social Media Company Anymore

https://www.motherjones.com/politics/2026/08/meta-settlement-social-media-facebook-whatsapp-glasses/
3•cdrnsf•19m ago•0 comments

Europe's last regular standard-gauge steam passenger service

https://parowozowniawolsztyn.pl/?page_id=2141
1•GungulSurm•20m ago•0 comments

Scientists create muscle that exercises itself

https://longevity.technology/news/scientists-create-muscle-that-exercises-itself/
1•vitalnodo•20m ago•0 comments

The Connections That Turned a Teen into the Fallen 'Nostradamus of AI'

https://www.wsj.com/tech/ai/situational-awareness-leopold-aschenbrenner-ai-fund-4dbb00a4
1•cdrnsf•21m ago•0 comments

Generating Interpretable Networks Using Hypernetworks

https://arxiv.org/abs/2312.03051
1•E-Reverance•24m ago•0 comments

MiniMax H3 Max sets the new Pareto Frontier for video generation

https://twitter.com/DesignArena/status/2092711778815983886
2•treesciencebot•26m ago•0 comments

I estimate reading code costs 2.1x more than writing it

3•dylanratcliffe•27m ago•0 comments

Ukraine Delta Software

https://www.nytimes.com/2026/08/26/world/europe/ukraine-delta-battlefield-management.html
4•pilooch•32m 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.