frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Linux MD RAID5 Seeing Scalability Improvements Up to 17%

https://www.phoronix.com/news/Linux-MD-RAID5-Scalability-Work
1•Bender•1m ago•0 comments

rdmatop: Cross-Provider Htop for RDMA Traffic

https://uccl-project.github.io/posts/rdma-monitoring/
1•tanelpoder•1m ago•0 comments

Small plane crashes into tallest building in Beijing

https://www.nytimes.com/2026/06/26/world/asia/china-plane-crash-beijing.html
1•SpyCoder77•2m ago•0 comments

Mercor's Brendan Foody calls out Sequoia over 'dual-pricing' valuation tricks

https://techcrunch.com/2026/06/08/mercors-brendan-foody-calls-out-sequoia-over-dual-pricing-valua...
1•departed•4m ago•0 comments

"No, I swear I wrote this."

https://revise.io/blog/06-27-2026/no-i-swear-i-wrote-this
1•artursapek•4m ago•0 comments

Social media bans go global: big tech faces a reckoning

https://www.theguardian.com/news/ng-interactive/2026/jun/27/social-media-bans-go-global-big-tech-...
1•dredmorbius•5m ago•0 comments

Show HN: Humans Constructively Roasting AI Coded B2B SaaS

https://www.hyoomn.com/?0
1•krm01•5m ago•0 comments

The Engineering Book Club Podcast

https://www.engineeringbookclub.com/podcast
1•eustoria•9m ago•0 comments

Turn your site into a place people can bump into each other

https://cauenapier.com/blog/townsquare_release/
2•eustoria•10m ago•0 comments

Fable 5 to return soon according to this "scoop" from axios

https://www.axios.com/2026/06/27/anthropic-fable-5-return-soon
1•jahala•10m ago•0 comments

How Boris Cherny Uses Claude Code

https://howborisusesclaudecode.com
1•eustoria•11m ago•0 comments

ARIA, Anti-Patterns, and You

https://dbushell.com/2026/06/26/aria-anti-patterns-and-you/
1•birdculture•12m ago•0 comments

Post-Quantum Certificates

https://www.netmeister.org/blog/pqc-certs.html
1•ilreb•13m ago•0 comments

Clean GitHub repo tricks AI coding agents into running malware

https://www.bleepingcomputer.com/news/security/clean-github-repo-tricks-ai-coding-agents-into-run...
2•logickkk1•15m ago•0 comments

St. John's College in Annapolis (1948) [pdf]

https://s3.us-east-1.amazonaws.com/sjcdigitalarchives/original/871a997b5240166fb5b004c3871c719c.pdf
2•kmstout•18m ago•0 comments

The Download: introducing the Engineering issue

https://www.technologyreview.com/2026/06/24/1139658/the-download-introducing-engineering-issue/
2•joozio•19m ago•0 comments

Analytic Combinatorics (2009) [pdf]

http://algo.inria.fr/flajolet/Publications/book.pdf
2•turtleyacht•20m ago•0 comments

A free chess trainer where the coach explains your games in plain English

https://coachess.app
2•scoriiu•20m ago•0 comments

You're Not Better Than the Screen Watchers

https://www.speakandregret.michaelinzlicht.com/p/reading-wont-make-you-a-better-person
2•Curiositry•21m ago•0 comments

Find Hacker Houses when they don't show up in a web search

https://hackerhouses.org
2•audreyfei•26m ago•0 comments

OpenAI poaches Uber India chief

https://techcrunch.com/2026/06/26/openai-poaches-uber-india-chief-to-lead-its-biggest-market-outs...
1•ameypandey•29m ago•0 comments

Screen time can damage under-twos' development, landmark study suggests

https://www.theguardian.com/society/2026/jun/27/screen-time-damage-under-twos-development-study
3•Brajeshwar•30m ago•0 comments

The Fishcam – the oldest live camera on the internet (by Netscape)

https://www.fishcam.com/
2•Imustaskforhelp•32m ago•0 comments

A small hardware maker's 8GB of DRAM went from $35 to $300

https://www.cnbc.com/2026/06/27/memory-crunch-shaking-apple-and-microsoft-existential-for-small-g...
2•p_stuart82•32m ago•0 comments

The Illuminated Gospel of Matthew

https://www.cambridge.org/universitypress/bibles/all-titles/illuminated-gospel-matthew
1•ycombinete•34m ago•0 comments

Frame (Artificial Intelligence)

https://rtnf.substack.com/p/frame-artificial-intelligence
1•altilunium•36m ago•0 comments

Dystopian Californian community offers $500 cash reward for Americans to snitch

https://www.dailymail.com/news/article-15927027/san-luis-obispo-county-fireworks-reward-snitch.html
2•Bender•42m ago•3 comments

Ask HN: How to meet and work with likeminded people on the Internet?

1•sarmadgulzar•43m ago•0 comments

Self-proclaimed King of Switzerland uses loophole to build his empire for free

https://www.france24.com/en/europe/20260510-how-switzerland-self-proclaimed-king-built-a-land-emp...
1•mrkn1•44m ago•0 comments

Show HN: A Living Neural Web in HTML5 Canvas

https://techoreon.github.io/verpad/canvas-playground.html
1•guptalog•46m ago•1 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.