frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I made a rock climbing tool using computer vision [video]

https://www.youtube.com/watch?v=TPMtqozf4MI
1•dr_blueberry•21s ago•1 comments

Why Are Rivers So Mathematical?

https://www.quantamagazine.org/why-are-rivers-so-mathematical-20260810/
1•karakoram•27s ago•0 comments

De-stink: remove claudisms without LLMs, only copy paste

https://lex00.github.io/sentences/destink.html
1•nvegater•49s ago•0 comments

Show HN: I built a SaaS without knowing how to code – am I an idiot?

https://www.learnfrom.co/
2•bel_hajo•1m ago•0 comments

Show HN: Reproduce a cross-company AI agent handoff, including its revocation

https://github.com/identities-ai/ratify-agent-relay-harness
1•chuks•2m ago•0 comments

The Kings' Race Game

https://lorenzosciandra.github.io/KingsRace/
1•lorenzos98•2m ago•0 comments

The reasons you procrastinate, and how to stop

https://theconversation.com/the-real-reasons-you-procrastinate-and-how-to-stop-according-to-scien...
1•EndXA•4m ago•0 comments

How Stripe uses graph search to auto-remediate a global database fleet

https://stripe.dev/blog/how-stripe-uses-graph-search-and-state-machines-to-auto-remediate-a-globa...
1•rglover•4m ago•1 comments

AI is hitting entry-level jobs hardest, Stanford study finds

https://arstechnica.com/ai/2026/08/ai-is-hitting-entry-level-jobs-hardest-stanford-study-finds/
2•Brajeshwar•7m ago•0 comments

Unforgetful

https://marco.org/2026/08/14/unforgetful
2•robenkleene•8m ago•0 comments

Show HN: StrangerCard – Post something and let a random stranger discover it

https://strangercard.xyz/
1•jabed•9m ago•0 comments

Show HN: A daily cartoon contest between AI models, judged blind

https://comic-cron.com/
1•hahaguffaw•10m ago•0 comments

A more robust hardware ID method for licensing

https://systemlocker.net/blog/hardware-ids-break-we-can-help
1•ammmw•11m ago•0 comments

ThinkingCap – we fine-tuned Qwen3.6-27B to reduce unnecessary reasoning

https://bottlecapai.com/post/thinkingcap-qwen3-6-27b/
1•tabith•11m ago•0 comments

Free AI Based Interview Preparation

https://www.interviewbasecamp.com/
1•balkrishnajha•12m ago•0 comments

Worshop Series Laboratorio Exprés

https://olivervillalba22.wixsite.com/pura-buena-pesca
1•PrincipalvsOM•13m ago•0 comments

Show HN: Local dictation and meeting notes for Mac to keep your data private

https://www.epilude.com
3•brmkr•14m ago•0 comments

A breakthrough in C/C++ dependency management

https://blog.coredump.cx/p/a-breakthrough-in-cc-dependency-management
1•surprisetalk•14m ago•0 comments

The Company as a Codebase

https://frankc.net/company-as-codebase
2•speckx•16m ago•0 comments

One portable foundation for your accounts, memory, skills and permissions

https://lanes.sh/use-cases/scoped-account-access-for-agents
5•s-xyz•16m ago•1 comments

Show HN: Make a Hug – digital care packages to someone you do care about

https://makeahug.com/
2•14mnobody•17m ago•0 comments

U.S. Water Utilities Have Varied Ability to Absorb Colorado River Water Cuts

https://www.fitchratings.com/research/us-public-finance/us-water-utilities-have-varied-ability-to...
2•toomuchtodo•17m ago•0 comments

Physicians Sue U.S. Government over New Dietary Guidelines

https://www.medpagetoday.com/primarycare/dietnutrition/122698
6•randycupertino•18m ago•1 comments

What it takes to run Gemma 4 E4B on an iPhone

https://amoli.app/gemma-on-iphone
1•kehmka•19m ago•0 comments

Yeschef: Claude Code dispatches work to Ollama on my LAN (627 tok/s on 3 NUCs)

https://github.com/labscommunity/yeschef
2•hxrace•19m ago•1 comments

Peter Zeihan: America's allies are quietly leaving us behind [video]

https://www.youtube.com/watch?v=hLdUnQNYePk
1•mooreds•21m ago•0 comments

Polishing Cloth

https://www.apple.com/shop/product/mlh74am/a/polishing-cloth
3•htk•21m ago•1 comments

Take 10 Seconds to Read This Ezra Pound Poem. Think About It All Day

https://www.nytimes.com/interactive/2026/08/24/books/ezra-pound-poem-station-metro.html
1•mooreds•22m ago•0 comments

Show HN: XWM – Action-conditioned world models for robotics

https://github.com/kleyt0n/xwm
1•kleytondacosta•22m ago•0 comments

Jalapeño's results show industry-leading speed and efficiency in AI inference

https://openai.com/index/jalapeno-first-results/
4•Philpax•23m 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.