frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hacking the Xbox One [video]

https://www.youtube.com/watch?v=FTFn4UZsA5U
1•serhack_•5m ago•0 comments

The Age of Eerie A.I. Political Ads Is Here

https://www.nytimes.com/2026/03/13/us/politics/ai-ads-campaign-deepfake.html
1•thm•8m ago•0 comments

Sunsetting Code with Me

https://blog.jetbrains.com/platform/2026/03/sunsetting-code-with-me/
1•ingve•9m ago•0 comments

Show HN: HiLo – A word guessing game based on binary search

https://hilogame.cc
1•ludovicianul•10m ago•0 comments

How I use crit to build crit

https://tomasztomczyk.com/blog/2026/how-i-use-crit-to-build-crit/
1•tomasz-tomczyk•11m ago•0 comments

Ask HN: AI Agents vs. Gateways vs. Harnesses

1•snthpy•12m ago•0 comments

Hackmate – a side project I built last year to help builders find collaborators

2•dfordp11•13m ago•0 comments

Horizon redress still a mess, MPs say – and Fujitsu hasn't paid a penny

https://www.theregister.com/2026/03/16/horizon_redress_still_a_mess/
1•Brajeshwar•13m ago•0 comments

Alaska sues GoFundMe, others over unauthorized charity pages

https://www.alaskasnewssource.com/2026/03/11/alaska-sues-gofundme-paypal-others-over-thousands-un...
1•gwbas1c•13m ago•0 comments

Show HN: DataCia – The database client that lets you focus

https://www.datacia.app/
1•rwiteshbera•14m ago•0 comments

Ogham MCP – Shared memory for AI coding agents, backed by Postgres

https://ogham-mcp.dev/
1•kevinburns•14m ago•0 comments

Home Care

https://dheeren.wuaze.com
1•peregrineturbo•15m ago•0 comments

Testing Universal Poster v10

1•Bobbymai•15m ago•0 comments

Show HN: HighSNR – Cut length and noise from your LLM context

https://www.high-snr.com/
2•gskm•15m ago•0 comments

The Self-Deceived Liar

https://secondvoice.substack.com/p/the-self-deceived-liar
1•jger15•17m ago•0 comments

Project Canard: $96 3D-Printed guided MANPADS rocket with MPU6050 and ESP32

https://twitter.com/chiefofautism/status/2033075790368108984
1•MrBuddyCasino•19m ago•0 comments

Agile ain't as bad when done by clankers

https://github.com/sebs/rewelo
1•therebase•21m ago•1 comments

Paul R Ehrlich has died

https://www.nytimes.com/2026/03/15/books/paul-r-ehrlich-dead.html
1•LaserDiscMan•24m ago•0 comments

Construct of the Day

https://constructofthe.day
1•jasoncartwright•27m ago•0 comments

I Simulated 38,612 Countryle Games to Find the Best Strategy

https://stoffregen.io/posts/countryle/
1•st0ffregen•28m ago•0 comments

Show HN: AI agent autonomously used BoTorch to predict CFPB enforcement actions

https://github.com/sign-of-fourier/cfpb-complaint-enforcement
1•mshipman•29m ago•0 comments

Corruption erodes social trust more in democracies than in autocracies

https://www.frontiersin.org/journals/political-science/articles/10.3389/fpos.2026.1779810/full
2•PaulHoule•30m ago•0 comments

I Love FreeBSD

https://it-notes.dragas.net/2026/03/16/why-i-love-freebsd/
4•enz•32m ago•1 comments

West Sussex's Oracle rollout pushed back again as costs balloon 15 times

https://www.theregister.com/2026/03/16/west_sussex_oracle/
2•Brajeshwar•34m ago•0 comments

AI Unicorn ElevenLabs Is Making a $1B Effort to Restore 1M Voices

https://www.forbes.com/sites/zoyahasan/2026/03/13/ai-unicorn-elevenlabs-is-making-a-1-billion-eff...
1•stared•36m ago•0 comments

Operation Hormuz (1989)

https://www.lemon64.com/review/operation-hormuz/888
1•nurettin•38m ago•1 comments

Open source Chrome extension to customize Veesion alert notification sounds

https://github.com/MarcuC/custom-veesion-notifications-sound
1•molly997•38m ago•1 comments

Scientists discover a surprising way to quiet the anxious mind (2025)

https://www.sciencedaily.com/releases/2025/10/251027023816.htm
12•carlos-menezes•39m ago•4 comments

20 Years of Amazon S3

https://aws.amazon.com/blogs/aws/twenty-years-of-amazon-s3-and-building-whats-next/
3•easton•41m ago•0 comments

Meta up 3% in premarket as it plans mass layoff amidst increased AI spending

https://www.cnbc.com/2026/03/16/meta-ai-costs-mass-layoffs-20percent-up-premarket.html
3•rfarley04•41m ago•1 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.