frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Bill to Ban Private Equity from Owning Medical Practices

https://truthout.org/articles/warren-introduces-bill-to-ban-private-equity-from-owning-medical-pr...
2•paimapi•3m ago•0 comments

RayMate – free macOS AI launcher, Spotlight-like, with on-device dictation

https://raymate.app/
1•Knowledgeparrot•3m ago•0 comments

Line Scan Photos from MUNI Heritage Weekend in San Francisco

https://daniel.lawrence.lu/blog/2026-09-20-muni-heritage-weekend/
1•plun9•3m ago•0 comments

How to Find Internal Link Opportunities with Jev

https://screpy.com/blog/typesafe-jev-internal-linking-opportunities/
1•criexe•4m ago•0 comments

ProofWatch – Rumors and sources behind math and CS breakthrough claims

https://proof-watch.com/
1•imfinn•6m ago•1 comments

Motif – ongoing research via text message

https://app.motifresearch.ai/join/kunal-hn
2•kunal3•10m ago•0 comments

ComfyUI workflow that writes and performs a whole radio drama locally

https://github.com/jbrick2070/ComfyUI-OldTimeRadio
1•fluxuss•11m ago•1 comments

Ask HN: Do we still need code editors, or are Git clients enough?

1•TheSaifurRahman•12m ago•1 comments

BeOS-R5-Icons

https://github.com/jcherven/BeOS-r5-Icons
1•gjvc•16m ago•0 comments

Scanning Light Field Display [3D rotating display] [video]

https://www.youtube.com/watch?v=npmmEEqhVgU
1•mdp2021•16m ago•0 comments

The Dutch gangster that bought an African country

https://www.economist.com/interactive/1843/2026/09/18/cocaine-trafficking-sierra-leone
1•diego_moita•18m ago•1 comments

MultiTOOL Pro AI Kit Utilities

https://play.google.com/store/apps/details?id=multitool.pro2&hl=en_US
1•Newsyower•21m ago•0 comments

Show HN: Native Mac menu bar app for the Anker Prime 160W (local BLE)

https://github.com/djui/ankered
1•kreisquadratur•25m ago•0 comments

Nipple tattooist 'frustrated' by online censorship

https://www.bbc.com/news/articles/cx2z7ejn891o
9•harry_nutsachs•25m ago•4 comments

Periodic Table of North American Electrical Outlets

https://i.imgur.com/kl6BuTM.jpeg
2•CSMastermind•27m ago•0 comments

Mini-Microsoft Wins at Last

https://molochinations.substack.com/p/mini-microsoft-wins-at-last
1•domhudson•28m ago•0 comments

Warren Buffett is stepping down as chairman of Berkshire Hathaway

https://www.businessinsider.com/warren-buffett-stepping-down-chairman-berkshire-hathaway-2026-9
1•andsoitis•29m ago•1 comments

Prompt Wars – An AI riff on Core Wars to prompt-inject each other

https://promptwars.party
2•ranok•32m ago•1 comments

It's Easy to Dismiss Jev as Just a Classifier

https://sebastianraschka.com/blog/2026/jev-classification-generalization.html
2•paimapi•32m ago•0 comments

Boring Company is working on a Hyperloop tunnel between Austin and San Antonio

https://twitter.com/elonmusk/status/2101732496396439751
2•MrBuddyCasino•34m ago•3 comments

Show HN: Ran Qwen 3.8 27B autonomously(ish) for 3 weeks on single 3090

https://huggingface.co/datasets/skeole/qwen-cpp-agent-0-protocol
1•iamskeole•38m ago•0 comments

Jev is now available to everyone. No waitlist.

https://twitter.com/typesafeai/status/2101786156572823624
3•mfiguiere•38m ago•0 comments

Omarchy Quattro [video]

https://www.youtube.com/watch?v=F7fe9pa8OeE
1•simonebrunozzi•38m ago•0 comments

Palemoon v35.0.0 has been released

http://www.palemoon.org/releasenotes.shtml
2•thisislife2•44m ago•0 comments

Is this website more boring than it used to be, or am I just used to it?

1•rizsyed1•46m ago•2 comments

Ask HN: How have NLP researchers adapted since LLM disrupted their field

1•newtothebay•49m ago•1 comments

Whirlpool Washer Transmission Repair (2007)

https://k0lee.com/2007/01/whirlpool-washer-transmission-repair/
1•userbinator•52m ago•0 comments

Ask HN: In your workplace are non-devs making vibecoded apps?

1•mustafak99•52m ago•0 comments

Show HN: AgentTrace–Observability and runtime self-healing engine for AI agents

https://github.com/mohitkumar188/AgentTrace
2•mohitkumar18•52m ago•0 comments

Locked Out of China's AI Boom, Graduates Turn to Bootcamps

https://www.sixthtone.com/news/1018649
1•paimapi•53m 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.