frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Lopsided Economics of Vulnerabilities

https://opensourcesecurity.io/2026/05-vulnerability-economics/
1•Tomte•36s ago•0 comments

CloudZ Malware Abuses Microsoft Phone Link to Steal SMS and OTPs

https://www.bleepingcomputer.com/news/security/cloudz-malware-abuses-microsoft-phone-link-to-stea...
1•Brajeshwar•1m ago•0 comments

Event sourcing with a little help from AI

https://albertoarena.it/posts/ai-laravel-event-sourcing/
1•speckx•1m ago•0 comments

We built deterministic routing enginebypass geopolitical supply chain chokeholds

https://book.stripe.com/fZu5kCaBZ1JpaYTflPgEg05
1•BSG-BAM•2m ago•0 comments

Show HN: Aimeat, BBS-style sysop culture for the AI era

https://github.com/miikkij/aimeat-protocol
1•hamuf•2m ago•1 comments

Kinetype – a minimalist terminal roguelike survival game

https://store.steampowered.com/app/4556110/Kinetype/
2•SpyCoder77•3m ago•0 comments

Sunsetting Rec Room: How to Give a Beloved Product the Ending It Deserves

https://www.tyleo.com/blog/sunsetting-rec-room-how-to-give-a-beloved-product-the-ending-it-deserves
1•tyleo•4m ago•0 comments

Ubuntu Chromium Snap prevents encrypted storage of passwords by default

https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1996267
1•nh2•4m ago•1 comments

Update on "Co-Authored-By: Copilot" in Commit Messages – Issue #314311

https://github.com/microsoft/vscode/issues/314311
2•birdculture•4m ago•0 comments

SubQ: a sub-quadratic LLM with 12M-token context

https://subq.ai/introducing-subq
1•mitchwainer•6m ago•0 comments

The Spires of the Sutapora

1•theodoric-stier•7m ago•0 comments

Acting Attorney Blanche Announces Antitrust Investigations on Meatpacking Ops

https://www.justice.gov/opa/video/acting-attorney-blanche-announces-antitrust-investigations-meat...
2•LostMyLogin•7m ago•0 comments

Pi for Word: AI sidebar add-in for Word powered by Pi Agent

https://github.com/damianofalcioni/pi-for-word
1•damianofalcioni•9m ago•0 comments

The Chinese remainder theorem and the Fourier transform

https://guille.site/posts/dft-crt/
1•LolWolf•9m ago•0 comments

PixelWars, 250k Pixels, 1 World. MMO

https://pixelwars.app/
1•SteveChurch•11m ago•1 comments

Alpine Linux systems currently offline

https://fosstodon.org/@alpinelinux/116516953669188535
1•prakashqwerty•12m ago•0 comments

Show HN: A live counter of human lifetime burned in your meetings

https://meetingburn.sillyprod.com
2•askos•13m ago•2 comments

Surfacing a 60% performance bug in cuBLAS

https://kernelspace.substack.com/p/surfacing-a-60-performance-bug-in
3•gkapur•13m ago•0 comments

The best is over: The fun has been optimized out of the Internet

https://muddy.jprs.me/posts/2026-05-03-the-best-is-over/
4•jprs•13m ago•0 comments

Becoming Unblockable

https://www.seangoedecke.com/unblockable/
1•fagnerbrack•14m ago•0 comments

Show HN: I built a local-first Web-to-EPUB tool after Omnivore shut down

1•nick_jonas•17m ago•0 comments

Cooperating in a Conversation

https://wilsoniumite.com/2026/05/04/cooperating-in-a-conversation/
2•alcazar•17m ago•0 comments

The iPhone That Never Was

https://www.wired.com/story/book-excerpt-david-epstein-inside-the-box-general-magic/
1•Brajeshwar•17m ago•0 comments

Looking for Technical Co-Founder

2•pinarsaas•18m ago•0 comments

Delete iCloud backups for old devices to reclaim storage space

https://ldstephens.net/reclaim-icloud-storage-by-deleting-icloud-backups-for-devices-that-you-no-...
1•speckx•18m ago•0 comments

World Robotics 2025 – Industrial Robots [pdf]

https://ifr.org/img/worldrobotics/Executive_Summary_WR_2025_Industrial_Robots.pdf
1•atlasunshrugged•19m ago•0 comments

Feynman Hamster

https://github.com/Thorwegian/hamster.js
1•ThJ•19m ago•1 comments

Former Nintendo of America President Warns Devs Mass Layoffs 'A Red Flag'

https://kotaku.com/nintendo-of-america-former-president-companies-mass-layoffs-red-flag-2000693008
2•stalfosknight•19m ago•0 comments

That's No Warehouse It's a Space Station

https://blog.matterbeam.com/thats-no-warehouse-its-a-space-station/
1•mikepk•19m ago•1 comments

Ask HN: What simple tools or products are you most proud of making?

2•chistev•20m ago•2 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.