frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Pdfcn: Beautiful pdf components, built on Takumi and Forme, by Shadcn

https://github.com/shadcn-labs/pdfcn
1•nateb2022•46s ago•0 comments

Open-source free meme generator, friendly for AI agents and humans

https://github.com/terryds/memegenscript
1•terryds•1m ago•0 comments

Pure Code: What remains with developers after AI writes the code?

https://pure-code-essay.vercel.app/
1•kofdai•3m ago•0 comments

Ask HN: Are LLMs the antithesis of Hegel's universal spirit?

1•Avicebron•3m ago•0 comments

How to handle manager adding AI bs to our codebase/designs etc.

3•LandOfMightDev•18m ago•0 comments

Lisp.md: System Instructions for Lisp

http://funcall.blogspot.com/2026/09/lispmd-system-instructions-for-lisp.html
1•prestonlibby•25m ago•0 comments

How the Berkeley Overmind won the 2010 StarCraft AI competition

https://arstechnica.com/gaming/2011/01/skynet-meets-the-swarm-how-the-berkeley-overmind-won-the-2...
1•promiseofbeans•25m ago•0 comments

Portable Fruit Blender

https://www.instructables.com/Portable-Fruit-Blender/
1•sudo_cowsay•28m ago•0 comments

Trump to Name AI Czar While Rejecting Safety Risks as a Hoax

https://www.bloomberg.com/news/articles/2026-09-19/trump-to-name-ai-czar-while-rejecting-safety-r...
4•sbulaev•29m ago•0 comments

PhotoGIMP – The Photoshop Like Experience on GIMP

https://photogimp.com/
1•the-mitr•33m ago•0 comments

Bret Victor: Inventing on Principle (2012) [video]

https://vimeo.com/906418692
1•anpep•34m ago•0 comments

The National ID Nobody Voted For

https://thedreydossier.substack.com/p/the-national-id-nobody-voted-for
3•kickofline•35m ago•0 comments

More Floating Point Alternatives

https://wizardzines.com/comics/floating-point-alternatives/
2•vismit2000•41m ago•0 comments

AI investment, govt borrowing drive global cost of capital higher: Goldman Sachs

https://www.tribuneindia.com/news/business/ai-investment-government-borrowing-drive-global-cost-o...
2•vismit2000•44m ago•0 comments

Perception of Time Is, in Fact, Warped

https://www.noemamag.com/your-perception-of-time-is-in-fact-warped/
2•miqkt•48m ago•0 comments

Ten days that changed the course of AI

https://www.reuters.com/business/media-telecom/ten-days-that-changed-course-ai-2026-09-19/
2•Andrex•50m ago•0 comments

Generating levels in real time with the Jev model

https://www.spritefusion.com/blog/generating-game-level-in-real-time-with-jev
2•azhenley•50m ago•0 comments

How to make a market (for accelerated compute)

https://sfcompute.com/news/commodity-markets
1•RohanAdwankar•52m ago•1 comments

Hardware Is Talking. Are You Listening?

https://twitter.com/daddy__broccoli/status/2025616357564485797
1•arbayi•53m ago•0 comments

Linka2.0Federated social protocol and nativeclient in 857 KB for Android 1.5

https://github.com/luizgustavo76/Linka
1•luizsgustavo75•54m ago•0 comments

Ygowb – create custom Yu-Gi-Oh cards and duel with them

https://ygowb.com
3•LielZ•55m ago•1 comments

Mindy: A paper screen for your pedalboard

https://playtaurus.com/blog/mindy-a-paper-screen-for-your-pedalboard
2•arbayi•56m ago•0 comments

AI Changed How Spotify Builds. What We Learned About Quality at Higher Velocity

https://engineering.atspotify.com/2026/9/ai-changed-how-spotify-builds-what-we-learned-and-fixed-...
3•willmarch•1h ago•2 comments

Paper Models of Polyhedra

https://www.polyhedra.net/en/
1•pykello•1h ago•0 comments

Is kombucha really good for your health?

https://www.bbc.com/news/articles/czxzn14y2j9o
1•cisc•1h ago•0 comments

Work, wages and apprenticeships: the lives of girls in ancient Egypt (2025)

https://theconversation.com/work-wages-and-apprenticeships-sifting-for-clues-about-the-lives-of-g...
1•joebig•1h ago•0 comments

Modern Car Names Are Complete Nonsense [video]

https://www.youtube.com/watch?v=J4S1_giU5Nc
2•fortran77•1h ago•1 comments

'Confusion in the immune system': How allergies can develop later in life

https://www.bbc.com/future/article/20260917-confusion-in-the-immune-system-how-allergies-can-deve...
1•cisc•1h ago•0 comments

The Hugging Face Hack Wasn't What It Was Cracked Up to Be

https://www.wsj.com/opinion/the-hugging-face-hack-wasnt-what-it-was-cracked-up-to-be-e00cf3fa
10•kgwgk•1h ago•0 comments

One SQL file that audits a Supabase project's RLS and permissions

https://github.com/Concepto505/supabase-audit
4•davidborras•1h 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.