frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anthopic, OpenAI Should Not Be Allowed to IPO, Says Ed Zitron [video]

https://www.youtube.com/watch?v=zbKDmkJPVvI
1•davyAdewoyin•1m ago•0 comments

How Do I Contact

https://velog.io/@quickhelps/how-do-i-contact-quicken-support
1•joyasing•1m ago•0 comments

Why is news.ycombinator still relevant and devs keep coming back to it?

1•ronker-con•2m ago•0 comments

Raising an OpenAI Server

https://byandrev.dev/en/blog/my-son-the-openai-server/
2•mcormik•3m ago•0 comments

ASML Becomes Europe's Most Valuable Stock Ever on AI Boom

https://www.bloomberg.com/news/articles/2026-06-03/asml-becomes-europe-s-most-valuable-stock-ever...
1•tcp_handshaker•3m ago•0 comments

A Post-Quantum Future for Let's Encrypt

https://letsencrypt.org/2026/06/03/pq-certs.html
1•akerl_•3m ago•0 comments

Show HN: Check whether agent logs are independently verifiable

https://whatdidmyagentdo.com
1•jithinraj•4m ago•0 comments

Cover any corner of the QR code to make the decoder latch onto the others

https://mstdn.social/@isziaui/116664559669856869
1•pavel_lishin•4m ago•0 comments

Why Claude Code's Agent Loop Is over 1,400 Lines

https://internals.laxmena.com/p/why-claude-codes-agent-loop-is-over
2•laxmena•6m ago•0 comments

A Rust runtime for React that hits 97k req/s by keeping V8 idle

https://rari.build/blog/building-rari-with-rari
1•skiniks•8m ago•0 comments

Scaling Engineering Without Slowing Delivery

https://rogermarley.com/blog/scaling-without-slowing-delivery/
1•rogermarley•9m ago•0 comments

Tesla retroactively added 'supervised' to FSD contracts owners signed years ago

https://electrek.co/2026/06/03/tesla-retroactively-modified-fsd-contracts-supervised/
2•breve•9m ago•0 comments

Show HN: yadiff, yet another diff viewer, based on pierre's diffshub

https://github.com/baggiiiie/yadiff
1•baggiiiie•9m ago•0 comments

.furry – A Top-Level Domain for Furries

https://www.dotfurry.org/
2•birdculture•9m ago•0 comments

Show HN: Constellation is an open-source Hasura-compatible GraphQL engine in Go

https://nhost.io/blog/introducing-constellation
4•nunopato•10m ago•0 comments

Blue Origin Issues Official Statement on New Glenn Explosion

https://www.universetoday.com/articles/blue-origin-issues-official-statement-on-new-glenn-explosion
1•tcp_handshaker•10m ago•0 comments

European Commission proposes tech sovereignty package

https://ec.europa.eu/commission/presscorner/home/en
2•liotier•11m ago•0 comments

Build 2026: Furthering Windows as the trusted platform for development

https://blogs.windows.com/windowsdeveloper/2026/06/02/build-2026-furthering-windows-as-the-truste...
1•mariuz•12m ago•0 comments

Logicomix and 6 months at my new job

https://avocadoslaw.substack.com/p/logical-thoughts-on-logicomix
1•m_aiswaryaa•13m ago•0 comments

Fixing my ridiculous fridge with a tiny Funnel site

https://tailscale.com/blog/funnel-fridge
1•Brajeshwar•14m ago•0 comments

Companies Are Using Reddit to Manipulate ChatGPT and Google AI Search

https://www.404media.co/companies-are-using-reddit-to-manipulate-chatgpt-and-google-ai-search/htt...
2•SpyCoder77•14m ago•1 comments

Why are so many Show HNs being flagged?

1•866-RON-0-FEZ•14m ago•2 comments

Show HN: Testbump – automated test driven versioning

https://github.com/ivoputzer/testbump
2•ivoputzer•16m ago•0 comments

Dotnet-slopwatch – detect when AI coding agents "fix" problems by cheating

https://github.com/Aaronontheweb/dotnet-slopwatch
2•bastijn•17m ago•0 comments

A victory for digital common sense: Bavaria's deal with Microsoft falls through

https://www.abendzeitung-muenchen.de/bayern/sieg-fuer-die-digitale-vernunft-bayern-deal-us-softwa...
2•eigenspace•19m ago•1 comments

SemiAnalysis: TCO of Space Datacenters

https://newsletter.semianalysis.com/p/to-boldly-go-the-case-for-space-datacenters
1•samber•22m ago•0 comments

Mutation Testing in Haskell

https://cs-syd.eu/posts/2026-06-03-mutation-testing-in-haskell
2•Norfair•24m ago•0 comments

CI caching is not one cache

https://zozo123.github.io/gha-cache-field-guide/
1•zozo123-IB•24m ago•0 comments

GPS satellites have broadcast a "numbers station" in their public signals

https://mastodon.social/@sjmurdoch/116681186650836098
1•pavel_lishin•24m ago•0 comments

Show HN: Division Swarm, the OS for Multi-Agent Systems

https://github.com/division-sh/swarm
1•vn0m•26m ago•0 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.