frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: MorphMove – a game where pieces change after moving

https://morphmove.com/
1•eropatori•55s ago•0 comments

Install iOS 27 today – there's no reason to wait

https://www.cultofmac.com/news/install-ios-27-today-how-to
1•bookofjoe•59s ago•0 comments

Research Paper: Sex, Politics, and Religion

https://nouswise.com/c/add2545d-a281-46a4-8d5c-3f186b85559b
1•kaven1234•1m ago•0 comments

Blockr – See what your Mac is talking to

https://twoplus11.com/blockr/
1•eustoria•2m ago•0 comments

If You Always Enjoy It, You're Not Pushing It Hard Enough–Benn Stancil

https://www.ssp.sh/blog/benn-stancil-on-deadlines-and-storytelling/
1•theanonymousone•2m ago•0 comments

Unwinding the Great Tech Power Grab

https://rebeccawilliams.info/unwinding-the-great-tech-power-grab/
1•eustoria•3m ago•0 comments

The Human Alliance

https://the-human-alliance.org
1•tcorcos•3m ago•1 comments

Ask HN: What if the step to control AI is to control the internet?

1•sourdecor•3m ago•0 comments

The EU wanted to kill the cookie banner, but then Google called

https://tuta.com/blog/why-eu-member-states-and-google-want-to-keep-cookie-banner
1•eustoria•3m ago•0 comments

Rate Your Agent's Memory

1•luvmakin•3m ago•0 comments

Show HN: USSR Unified Shell Script REPL

https://github.com/notlibrary/USSR
1•notlibrary•4m ago•0 comments

The next-generation framework for embedded applications

https://embassy.dev
1•Bluestein•6m ago•0 comments

Making Startups Powerful

https://www.paulgraham.com/powerful.html
1•aaraujo002•8m ago•0 comments

Show HN: Simpleboot and Easyboot

https://gitlab.com/bztsrc/easyboot
1•skrellm•12m ago•0 comments

Public DNS to evade Cloudflare blocking in Spain

https://github.com/Oihalitz/xdp-dns-evadeproxy
1•akyuu•13m ago•0 comments

Garry Tan wants US open-weight AI labs to 'distill' frontier models, too

https://techcrunch.com/2026/09/11/y-combinators-garry-tan-wants-u-s-open-weight-ai-labs-to-distil...
5•TheJCDenton•15m ago•0 comments

Practical Agentic RAG patterns implemented with LangGraph

https://github.com/ChandulaSenevirathna/Agentic_RAG
3•lokizzz•16m ago•0 comments

Hollywood fears an AI future. China is living it

https://www.latimes.com/business/story/2026-09-10/hollywood-fears-ai-future-china-is-already-livi...
2•ViktorRay•18m ago•0 comments

Crowdsourcing a list of resources on the purpose, value, and nature of math

https://terrytao.wordpress.com/2026/09/12/crowdsourcing-a-list-of-general-resources-on-the-purpos...
1•ColinWright•22m ago•0 comments

How the Netherlands Bent Bureaucracy into Something Beautiful

https://reasonstobecheerful.world/breakthrough-method-netherlands/
1•andsoitis•24m ago•0 comments

Show HN: OSS Modal Alternative

https://github.com/beam-cloud/beta9/
2•llom2600•25m ago•0 comments

Prospectiz – freelance CRM that emails from the contact card

https://freelanzi.com/app/prospectiz
1•ibrahima_online•27m ago•0 comments

Show HN: Directory of 28 AI crawlers – robots.txt rules, IP ranges, open data

https://geoprompttracker.com/bots
1•osamamumtaz01•27m ago•0 comments

Prompts Aren't Real

https://evaluation.club
1•mcfunley•27m ago•0 comments

Anthropic CEO outlines plan to slow AI development

https://techcrunch.com/2026/09/12/anthropic-ceo-outlines-plan-to-pace-the-frontier/
1•evo_9•27m ago•0 comments

Flight SIM Pioneer Matt Wagner Has Passed Away

https://www.dualshockers.com/flight-sim-pioneer-matt-wagner-has-passed-away/
2•speckx•28m ago•0 comments

Auditing which of our own safety checks can refuse an action

https://read.nonxerosum.studio/issue-16/
1•BernardRBarthes•28m ago•0 comments

Is There an 'I' in AI?

https://royalsocietypublishing.org/rsta/article/384/2320/20240527/481691/Is-there-an-I-in-AI
1•abecedarius•28m ago•0 comments

The First Autonomous Robotic Phlebotomy Device

https://vitestro.com/
1•Someone•29m ago•0 comments

The Enshittification of Everything

https://www.gareth-evans.com/enshittification/
1•knowledgesausag•29m 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.