frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Intel Fred Can Yield Greater Performance – Fred Benchmarks on Panther Lake

https://www.phoronix.com/review/intel-fred-panther-lake
1•2bluesc•59s ago•0 comments

Added BBS-style chat room to voteamericaonly.org SSH TUI

https://voteamericaonly.org
1•joematrix•1m ago•0 comments

Show HN: Sleuther, a ohmyzsh plugin for local LLM debugging with Ollama

https://github.com/chocks/sleuther
1•chocks•2m ago•0 comments

Sed, a powerfull mini-language from the 70s

https://julienlargetpiet.tech/articles/sed-a-powerfull-mini-language-from-the-70s.html
1•random__duck•3m ago•0 comments

Archive of Almost – 250 objects left behind by love

https://www.archiveofalmost.co/
2•zafizing•4m ago•0 comments

How I Discover and Validate

https://hurrymind.com
2•bekerdev•6m ago•1 comments

Esli – I tried every flashcard app and ended up building my own

https://app.esli.app
2•FeruzaA•6m ago•0 comments

Podcast Video: Kubernetes at the Edge

2•chhum•6m ago•0 comments

Let's See an ARM Neon SIMD CSV Parser

http://chunkofcoal.com/posts/simd-csv/
2•fanf2•7m ago•0 comments

Slow LLM – a browser extension that makes LLMs appear to run slowly

https://slowllm.lav.io/
2•gnabgib•7m ago•0 comments

The Anatomy of an Agent Loop

https://stevekinney.com/writing/agent-loops
2•stevekinney•8m ago•1 comments

100s of petrol stations in Australia out of fuel as Labor inks supply deal w. SG

https://www.theguardian.com/australia-news/2026/mar/23/petrol-stations-australia-fuel-crisis
2•prmph•8m ago•0 comments

70% of new software engineering papers on ArXiv are LLM related

https://shape-of-code.com/2026/03/22/70-of-new-software-engineering-papers-on-arxiv-are-llm-related/
2•realshadow•9m ago•0 comments

Understanding Neoliberalism as a System of Power [video]

https://www.youtube.com/watch?v=hLtkJ-AgLuY
2•teleforce•10m ago•0 comments

The world just lived through the 11 hottest years on record

https://www.nature.com/articles/d41586-026-00946-6
10•Brajeshwar•12m ago•1 comments

Behind the Scenes: How Database Traffic Control Works

https://planetscale.com/blog/behind-the-scenes-how-traffic-control-works
3•tortilla•12m ago•0 comments

Flowroute locked my account after passing identity verification, won't say why

2•pettycashstash2•12m ago•0 comments

When your Vibe Coded app goes viral – and then goes down

https://every.to/chain-of-thought/when-your-vibe-coded-app-goes-viral-and-then-goes-down
2•sysoleg•12m ago•0 comments

OnlyFans owner Leonid Radvinsky dies at 43

https://www.bbc.com/news/articles/c33le6yv7pno
2•tartoran•12m ago•0 comments

HookScope – Webhook inspector with schema drift detection and CLI tunnel

https://app.hookscope.dev
1•kubanowacki•13m ago•0 comments

Experimental Publishing Compendium

https://compendium.copim.pub/
1•the-mitr•14m ago•0 comments

Independent Browser Engines Matter

https://blog.mozilla.org/netpolicy/2026/03/23/competition-innovation-and-the-future-of-the-web/
2•Vinnl•15m ago•0 comments

Terafab, a planned semiconductor fab plant by Tesla, xAI, and SpaceX

https://en.wikipedia.org/wiki/Terafab
1•OutOfHere•15m ago•0 comments

Wait It Out

https://bell.bz/wait-it-out/
2•siddhant•17m ago•0 comments

Project Babylon: Gerald Bull's Downfall (2006)

https://www.damninteresting.com/project-babylon-gerald-bulls-downfall/
1•bookofjoe•18m ago•0 comments

Postgres Traffic Control

https://planetscale.com/blog/introducing-database-traffic-control
9•samlambert•18m ago•1 comments

Show HN: I built a tool for vibe-coding multiplayer games, polls, quizzes

https://ficus.io/
1•molefrog•18m ago•0 comments

Amazon plans smartphone comeback more than a decade after Fire Phone flop

https://www.reuters.com/technology/amazon-plans-smartphone-comeback-more-than-decade-after-fire-p...
3•samaysharma•18m ago•0 comments

Hating on AI Writing

https://tiramisu.bearblog.dev/hating-ai-writing/
3•speckx•19m ago•0 comments

21,864 Yugoslavian .yu Domains

https://jacobfilipp.com/yu/
2•speckx•19m 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.