frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Iris – first MCP-native eval and observability tool for AI agents

https://github.com/iris-eval/mcp-server
1•iparent•32s ago•0 comments

How to Navigate with Turbo Frames

https://ducktypelabs.com/how-to-navigate-with-turbo-frames/
1•sidk_•2m ago•0 comments

Ask HN: How do you enforce least-privilege when an API token has full access?

2•ricberw•8m ago•1 comments

The Great Russian Disconnect

https://www.politico.com/news/2026/03/14/russias-self-inflicted-communication-crisis-00827197
1•627467•8m ago•0 comments

Windows To-Do-Lsit in the Taskbar

https://github.com/rknastenka/Krisp
2•baniii•9m ago•1 comments

Loupe: Lightweight dev tracing for LLM apps

https://matt-harrison.com/posts/14-3-26-loupe/
1•mtharrison•11m ago•0 comments

WA income tax clears House after 24-hour debate

https://www.seattletimes.com/seattle-news/politics/wa-income-tax-passes-house-after-24-hour-debat...
1•raybb•14m ago•0 comments

Can Car-T – A "Living Drug" – Cure Autoimmune Diseases?

https://www.newyorker.com/culture/annals-of-inquiry/can-a-living-drug-cure-autoimmune-diseases
2•bookofjoe•15m ago•1 comments

The Environment Is Greater Than the Will

https://pilgrima.ge/p/the-environment-is-greater-than-the-will
1•momentmaker•15m ago•0 comments

Show HN: AIP – A Cryptographic Identity Protocol for Autonomous AI Agents

https://github.com/theaniketgiri/aip
1•theaniketgiri•16m ago•1 comments

'The munchies' are real and could benefit those with no appetite

https://medicalxpress.com/news/2026-02-munchies-real-benefit-appetite.html
2•PaulHoule•16m ago•0 comments

US GDP Growth Revised Sharply Lower

https://tradingeconomics.com/united-states/gdp-growth/news/533306
3•bear_with_me•17m ago•0 comments

Kraken – open-source autonomous dev agent for the terminal

1•galfrevn•17m ago•0 comments

Burning money on cloud costs for AI tool creation

2•CostsentryAI•17m ago•0 comments

Show HN: Auto-Save Claude Code Sessions to GitHub Projects

https://github.com/ej31/claude-session-tracker
1•ej31•17m ago•0 comments

Show HN: Architecture question: running an LLM as core infrastructure

https://automazionezeli.com
1•senza1dio•23m ago•0 comments

Digg.com Closing Due to Spam

https://digg.com?hn
4•napolux•27m ago•2 comments

Rajon Rondo Profile

https://www.espn.com/espn/feature/story/_/id/12587848/old-questions-surface-new-dallas-mavericks-...
1•marysminefnuf•28m ago•0 comments

When Freemium Is Limiting: My Frustrations with Beehiiv

https://micahblachman.beehiiv.com/p/when-freemium-is-limiting
1•subdomain•30m ago•0 comments

The Download: Early adopters cash in on China's OpenClaw craze, and US batterie

https://www.technologyreview.com/2026/03/12/1134207/the-download-china-openclaw-ai-craze-us-batte...
1•joozio•32m ago•0 comments

Why Little Was Done to Head Off Oil's Strait of Hormuz Problem

https://www.nytimes.com/2026/03/14/business/energy-environment/iran-strait-hormuz-oil-middle-east...
2•mooreds•34m ago•1 comments

Convert JPG Logos to SVG – Stay Sharp at Any Size

https://oneweeb.com/jpg-to-svg.html
1•Zepubo•35m ago•0 comments

Kalshi for People

https://vouchmarket.polsia.app/
1•Marcoven•37m ago•0 comments

Show HN: I built a Chrome extension to block Instagram's feed and keep only DMs

https://chromewebstore.google.com/detail/mindful-instagram/neiedkilefemabefjohneedlemngfdjh
1•Shivam_Dewan•38m ago•0 comments

Piqe – AI marketing co-founder that handles community engagement while you code

https://getpiqe.com
1•tsjose•38m ago•1 comments

Linux Page Faults, MMAP, and userfaultfd for faster VM restores

https://www.shayon.dev/post/2026/65/linux-page-faults-mmap-and-userfaultfd/
2•shayonj•39m ago•0 comments

The State Policy Network

https://www.sourcewatch.org/index.php?title=State_Policy_Network
1•jamesgill•44m ago•0 comments

Locked Up but Not Locked Out: iOS App Pentesting Without Jailbreak

https://www.anvilsecure.com/blog/locked-up-but-not-locked-out-ios-app-pentesting-without-jailbrea...
1•depierre•48m ago•0 comments

I built a platform to help developers find collaborators for new projects

2•deiv2002•49m ago•0 comments

AI Adoption Rapidly Growing in Public Sector

https://www.gallup.com/workplace/702983/adoption-rapidly-growing-public-sector.aspx
3•hn_acker•50m ago•0 comments
Open in hackernews

Ask HN: LLM is useless without explicit prompt

4•revskill•10mo 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•10mo 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•10mo 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•10mo 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.