frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

NPM adds preventive account protection for high-impact accounts

https://github.blog/changelog/2026-06-25-npm-adds-preventive-account-protection-for-high-impact-a...
1•exploraz•23s ago•0 comments

Moral elevation can induce nursing

https://pubmed.ncbi.nlm.nih.gov/18410202/
1•akyuu•4m ago•0 comments

Understanding the Linux Kernel: The Scheduler

https://internals-for-interns.com/posts/linux-kernel-scheduler/
1•valyala•9m ago•0 comments

Dolby Launches First UPC AV1 Lawsuit Against TPV Subsidiaries

https://michael7924.substack.com/p/dolby-launches-first-upc-av1-lawsuit
1•ledoge•16m ago•0 comments

How hot is too hot for the human body? (2023)

https://www.bbc.com/news/health-66249805
2•tosh•18m ago•0 comments

Today programme suffers 'body blow' as BBC prioritises social/digital content

https://www.theguardian.com/media/2026/jun/27/today-programme-bbc-social-digital-content-radio-4
1•mellosouls•18m ago•1 comments

Apple Internals: Swift in the Kernel

https://blog.calif.io/p/apple-internals-swift-in-the-kernel
2•akyuu•20m ago•0 comments

Everyone Will Have an AI Coding Agent

https://github.com/HoratiuCode/Clawie
1•horatiucode•21m ago•0 comments

How a New York race became the first front in the AI industry's midterm war

https://www.washingtonpost.com/politics/2026/06/25/how-new-york-race-became-first-front-ai-indust...
1•1vuio0pswjnm7•21m ago•0 comments

Europe's extreme heat is shutting down power plants

https://www.technologyreview.com/2026/06/24/1139676/europe-heat-power-plants/
2•joozio•22m ago•1 comments

Chernobyl's Forgotten Internet [video]

https://www.youtube.com/watch?v=iZKw2H6d1SU
1•arbayi•28m ago•1 comments

Former executive sues Meta over attempts to 'silence' her memoir Careless People

https://www.latimes.com/business/story/2026-06-26/former-executive-sues-meta-over-attempts-to-sil...
2•1vuio0pswjnm7•29m ago•0 comments

Modern Web Guidance

https://master.dev/blog/modern-web-guidance/
2•ibobev•31m ago•0 comments

Factorio 2.1 Experimental Release

https://factorio.com/blog/post/fff-444
5•ibobev•33m ago•0 comments

Former executive sues Meta over attempts to 'silence' memoir Careless People

https://apnews.com/article/meta-wynnwilliams-lawsuit-silence-book-careless-people-652de34608da69b...
2•1vuio0pswjnm7•34m ago•0 comments

Meta-analysis of DNA methylation aging signatures in 17 human tissues

https://www.nature.com/articles/s43587-026-01164-5
1•bookofjoe•35m ago•0 comments

ICC judges sue convicted criminal Trump after US attempt to intimidate the court

https://www.yacnews.com/icc-judges-sue-convicted-criminal-donald-trump-after-us-attempt-to-intimi...
6•ortr•36m ago•0 comments

My First Atari ST

https://www.goto10retro.com/p/my-first-atari-st
1•ibobev•37m ago•0 comments

Ornith-1.0: A family of open-source LLMs specialized for agentic coding

https://twitter.com/ornith_/status/2070148887067963854
3•jalopy•40m ago•0 comments

U.S. government restricts access to OpenAI's new AI model

https://www.zeit.de/digital/2026-06/openai-gpt-5-6-ki-modell-sol-usa
1•chelm•41m ago•0 comments

Show HN: PreFlight – A local AST background daemon to catch AI code drift

https://preflight-vibe.vercel.app/
1•Avenassh•42m ago•0 comments

Apple's Raising Prices. Here's What That Means for the Rest of Tech

https://www.inc.com/connor-jewiss/apples-finally-raising-prices-heres-what-that-means-for-the-res...
1•connorjewiss•45m ago•0 comments

Students are doing worse than you think

https://economist.com/international/2026/06/25/students-are-doing-worse-than-you-think
4•pseudolus•47m ago•1 comments

Show HN: Codex can track external events with respect to internal data

https://app.getsupers.com/admin/growth
1•GPUboy•47m ago•0 comments

Designing a Personal Pebble Watchface

https://www.jonashietala.se/blog/2026/06/26/designing_a_personal_pebble_watchface/
1•dzogchen•52m ago•0 comments

UN Charter – United Nations

https://www.un.org/en/about-us/un-charter
1•jeeee•56m ago•0 comments

Fintech Engineering Handbook

https://w.pitula.me/fintech-engineering-handbook/
44•signa11•57m ago•7 comments

Show HN: Mcpify – Turn any REST API into an MCP server in one command

https://github.com/Amanbig/mcpify
1•harpreetsingh80•57m ago•0 comments

Properties of AI

https://claude.com/resources/tutorials/the-4-properties-of-ai
2•vinhnx•57m ago•0 comments

I'd Build a 864K Motivation Page a $225K/Year App [video]

https://www.youtube.com/watch?v=Y2AWF9xFuKE
1•Harro123•58m 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.