frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Discord-delete – Delete all your Discord messages from your data export

https://github.com/DatCodeMania/discord-delete
1•DatCodeMania•46s ago•0 comments

America's Military Is Dangerously Exposed

https://www.wsj.com/opinion/americas-military-is-dangerously-exposed-26706217
1•petethomas•1m ago•0 comments

Show HN: A local-first, modular replacement for your accounting software

https://github.com/celerp/celerp
1•ngsevers•2m ago•0 comments

Optimizing a GPT-2-Class Transformer on a GPU

http://martinkristiansen.com/llm-gpu-optimization/index.html
1•mkristiansen•4m ago•1 comments

Iran Is Rewiring Its Proxy Network

https://www.nationalreview.com/2026/08/iran-is-rewiring-its-proxy-network/
1•petethomas•7m ago•0 comments

Ancient Roman shipwreck discovered off Sicily coast

https://www.bbc.com/news/articles/cvgx1kpz17go
1•1659447091•9m ago•0 comments

Linus Torvalds Explains What Makes Linux So Fast [video]

https://www.youtube.com/watch?v=-xbzGngfQEw
1•binyu•12m ago•0 comments

Beyond Prompt Injection: Hacking Apple's Private Cloud Compute

https://blog.sentry.security/beyond-prompt-injection-hacking-apples-private-cloud-compute/
1•sickmate•19m ago•0 comments

GitHub issues as long-term memory for coding agents

https://meshintelligence.substack.com/p/how-to-use-github-as-long-term-memory
1•meshintel•19m ago•0 comments

Bank statement PDF to CSV that runs in the browser

https://statement-to-csv.pages.dev/
1•hewkaiba•22m ago•0 comments

NOVC: Venture Capital Free

https://novc.fyi/
1•xyzzy_plugh•27m ago•0 comments

.NET on AWS Open Source Software Fund

https://github.com/aws/dotnet-foss
1•kristianp•27m ago•0 comments

2036

https://www.codevoid.net/ruminations/2026/08/09/2036.html
1•grork•28m ago•0 comments

The Ambition Project

https://www.betonit.ai/p/the-ambition-project
2•herbertl•31m ago•0 comments

Modern JavaScript Tricks for Cleaner Everyday Code

https://jsdevspace.substack.com/p/20-modern-javascript-tricks-for-cleaner
1•javatuts•33m ago•0 comments

A browser that generates every website from scratch

https://www.xda-developers.com/tried-browser-generates-every-website-from-scratch/
1•TMWNN•34m ago•1 comments

NASA chooses a once-abandoned Spanish village to broadcast the 2026 eclipse

https://www.euronews.com/next/2026/08/07/why-nasa-chooses-this-small-burgos-village-to-broadcast-...
1•jmox•35m ago•0 comments

QuiltOps – Continuous packaging for your patches

https://quiltops.dev/
1•calvinmorrison•36m ago•0 comments

I made FilmShelves, a movie collection management tool

https://filmshelves.com
1•smatthewaf•38m ago•0 comments

vLLM Serving Experiments on H100s – config beats the baseline on p95 TTFT,ITL

https://efficientagent.substack.com/p/a-better-knob-beats-more-silicon
1•bnayak25•39m ago•0 comments

Show HN: A Planet and Geology Simulation Sandbox Game in Godot

https://stevecastle.github.io/gaia-site/
1•tracerbulletx•40m ago•0 comments

Meme factories: Indonesians trade political outrage clicks for Facebook cash

https://www.theguardian.com/media/2026/aug/10/indonesia-clicks-for-cash-facebook-one-nation-us-po...
1•Barbing•44m ago•1 comments

Anything Could Become a Battleground

https://lareviewofbooks.org/article/perfect-moment-god-sex-art-culture-wars-butler/
1•lermontov•45m ago•0 comments

How Beauty Is Making Scientists Rethink Evolution

https://www.nytimes.com/2019/01/09/magazine/beauty-evolution-animal.html
1•geneticdrifts•45m ago•0 comments

Yahtzee – Ballpark Figures

https://ballparkfigures.substack.com/p/yahtzee
1•cptroot•46m ago•1 comments

Claude.md, except it's meaningful and it works

https://blog.greg.technology/2026/07/29/claude-md-except-its-meaningful-and-it-actually-works.html
2•gregsadetsky•46m ago•1 comments

Over 20k precolonial earthworks in the Southwest Amazonia

https://www.nature.com/articles/s41586-026-10835-7
1•walterbell•50m ago•0 comments

A Brief History of the U.S. Trying to Add Backdoors into Encrypted Data (2016)

https://www.atlasobscura.com/articles/a-brief-history-of-the-nsa-attempting-to-insert-backdoors-i...
2•downbad_•51m ago•0 comments

What if we let AI govern us?

https://inevolin.substack.com/p/what-if-we-let-ai-govern-us
2•iljanevo•52m ago•4 comments

Would anyone use a GummySearch alternative that searched ALL forums?

1•TylerKane•52m 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.