frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The ATProto Spaces Alpha Is Live – At Protocol

https://atproto.com/blog/atproto-spaces-alpha
1•grappler•28s ago•0 comments

Regex is horrible, yet regex is amazing

https://www.autodidacts.io/horrible-amazing-regex/
1•Curiositry•1m ago•0 comments

Show HN: Sourcery – Benchmark for search APIs on the sources they return

https://sameerhimati.com/sourcery/
1•sameerhimati•1m ago•0 comments

The Many Faces of a Paradigm

https://www.pthenq.io/blog/series/kuhn-at-the-software-industry/part-1-the-many-faces-of-a-paradigm/
1•jhartikainen•1m ago•0 comments

Treasury plan to subdue yields fails

https://www.cnbc.com/2026/08/19/stock-market-today-live-updates.html
3•root-parent•4m ago•0 comments

Catches decisions and commitments you missed across work tools

https://stackstitch.dev/
2•julianacunadc•8m ago•0 comments

AI-Driven Development Means Test-Driven Development

https://meiert.com/blog/ai-and-tdd/
1•speckx•9m ago•0 comments

Why.com: A $17K domain held for 27 years becomes an AI curiosity engine

https://www.inc.com/sam-blum/the-17000-domain-that-could-be-worth-70-million-just-became-an-ai-ch...
2•rasheed106•10m ago•0 comments

The Mundaneum, XX Century "Internet" Put World Knowledge on Millions Index Cards

https://www.openculture.com/2026/08/discover-the-mundaneum-an-early-20th-century-internet.html
1•mdp2021•11m ago•0 comments

System prompts are an archive of how we use AI

https://salable.substack.com/p/system-prompts-are-an-archive-of
1•themeta•13m ago•0 comments

Show HN: Emd – Fast EDA's for CSV and XLS(X) from the Terminal

https://github.com/utkukosman1/explain-my-data-CLI
1•cakbeslik•13m ago•0 comments

Layoffs in Apple's Vision Products Group

https://appleinsider.com/articles/26/08/20/layoffs-in-apples-vision-products-group-prove-slow-pro...
3•cdrnsf•13m ago•1 comments

Aaron Swartz was prosecuted for scraping, while Meta does it without consequence

https://blog.curiousquail.com/im-upset-again-about-a-co-creator-of-rss-being-prosecuted-for-somet...
8•speckx•15m ago•1 comments

Staggering 90% of biomedical papers now show signs of AI help

https://www.nature.com/articles/d41586-026-02551-z
2•sbulaev•15m ago•0 comments

Show HN: ChinaDesk

https://chinadesk.news/
1•sinak•19m ago•0 comments

Ask HN: How do you get banned from HN?

2•LAC-Tech•19m ago•1 comments

2XKO Active Development Will End in December 2026

https://www.riotgames.com/en/news/2xko-active-development-ends-december-2026
1•minimaxir•20m ago•0 comments

Use the OSS, Commit Back – OAVL – The Open Source AI Viability License

https://github.com/kenm47/oavl
2•hank2000•26m ago•1 comments

Show HN: Free Web audit over 100 checks

https://beavercheck.com/
1•apancyborg•27m ago•1 comments

Ukrainian publishers call for support after Russian attacks destroy 10M books

https://www.theguardian.com/books/2026/aug/20/help-ukrainian-publishers-russia-attacks-books
3•mdp2021•27m ago•0 comments

European gas prices hit highest point since March

https://www.euronews.com/business/2026/08/20/europes-gas-prices-have-doubled-with-the-worst-yet-t...
1•leonidasrup•29m ago•0 comments

Bun v1.4

1•CrimsonRain•29m ago•2 comments

My Morse Code Keyer Homebrew Software for the Nintendo 3DS

https://ei3lh.eu/2026/08/20/my-morse-code-keyer-homebrew-software-for-the-nintendo-3ds/
1•austinallegro•31m ago•0 comments

GitHub Stacks in Jujutsu

https://alan.norbauer.com/articles/github-stacks-with-jujutsu/
1•LVB•34m ago•0 comments

Why nerds are unpopular (2003)

https://paulgraham.com/nerds.html
2•cassepipe•34m ago•1 comments

Introducing AI Futures

https://openai.com/index/introducing-ai-futures/
4•logickkk1•36m ago•0 comments

Stop Eating Lady Gaga's Oreos

https://www.experimental-history.com/p/stop-eating-lady-gagas-oreos
41•cwal37•36m ago•3 comments

Notebook.link – Run and Share Jupyter Notebooks Instantly

https://notebook.link/
2•jonbaer•38m ago•0 comments

SVG-world-maps – A lightweight, zero-dependency SVG map

https://github.com/homayounmmdy/svg-world-maps
1•homayoun763•40m ago•1 comments

AskPandas: BI without SQL or DAX – Connect your data and get answers

https://askpandas.com
1•nahruskii24•40m 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.