frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Four Days in Jotunheimen

https://benjaminschneider.ch/2026/09/06/four-days-in-jotunheimen.html
1•bschne•20s ago•0 comments

The Edge of the Unsayable

https://www.poetryfoundation.org/articles/1826970/the-edge-of-the-unsayable
2•paulpauper•3m ago•0 comments

More UC students are failing intro math courses as regents weigh reinstating SAT

https://www.latimes.com/california/story/2026-09-17/uc-regents-sat-testing-admissions
1•paulpauper•3m ago•0 comments

Human brain cells transplanted into mice in 'most extensive' integration

https://www.nature.com/articles/d41586-026-02912-8
1•ceejayoz•3m ago•0 comments

The Case for Reasoning Transparency

https://institute.deepmind.com/essays/the-case-for-reasoning-transparency/
1•paulpauper•4m ago•0 comments

Ask HN: About map enshittification: Have you noticed the maps have gotten worse?

1•kunle•5m ago•0 comments

AI caught telling future versions of itself to bypass human controls

https://www.the-independent.com/tech/security/openai-chatgpt-lie-incident-ai-safety-b3051709.html
1•hackernj•5m ago•0 comments

Ed Sheeran Opener Aaron Rowe Pulls Out of Tour After Macklemore Drop

https://variety.com/2026/music/news/ed-sheeran-opener-aaron-rowe-pulls-out-tour-macklemore-123686...
2•abdelhousni•5m ago•0 comments

Show HN: Algebraic Effect System for Python

https://effecton.dev/
1•krzkaczor•6m ago•0 comments

Jevmlx

https://github.com/bnsd55/jevmlx
1•trollied•10m ago•0 comments

My Dumbphone Made My Life Better. It Made Everyone Else's Worse

https://www.nytimes.com/2026/09/16/opinion/dumbphone-smartphone-friendship.html
3•ryzvonusef•11m ago•1 comments

hister

https://github.com/asciimoo/hister
5•bookofjoe•11m ago•0 comments

Show HN: Die With Me – Claude and Codex rate limits as AIM away messages

https://diewithme.co/join
3•monijz•11m ago•0 comments

Aesthetic Governance, Mega-Events and the Urban Poor

https://doingsociology.org/2026/09/17/aesthetic-governance-mega-events-and-the-urban-poor-beautif...
1•bryanrasmussen•13m ago•1 comments

The Shortcut Became the System

https://christophermeiklejohn.com/ai/agents/reliability/development/games/2026/09/14/the-shortcut...
3•jruohonen•14m ago•0 comments

Classic ML to Cope with Dumb LLM Judges (2025)

https://softwaredoug.com/blog/2025/01/21/llm-judge-decision-tree
1•theanonymousone•14m ago•0 comments

Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents

https://skillsync.com
3•cat-whisperer•14m ago•0 comments

Show HN: Paste a song and get 5 license-free cousins that sound like it

https://mockfreeli.org/
1•ianhil•16m ago•0 comments

Show HN: Lightning strike VFX in Three.js, a step-by-step breakdown

https://threevfx.com/labs/lightning-strike/
1•chunza2542•16m ago•0 comments

AODM: AI Optimized Data Markup

https://github.com/FucaSpark/aodm
1•FucaSpark•17m ago•0 comments

There Is No AI Agent

https://zak.im/there-is-no-ai-agent/
1•pzk1•17m ago•0 comments

Show HN: A toy implementation of ELF relocation weird machines

https://github.com/scriptod911/R_WEIRD
1•scriptod•17m ago•0 comments

We Need a Way to Prove Personhood Online

https://www.noemamag.com/we-need-a-way-to-prove-personhood-online/
2•ohjeez•18m ago•0 comments

Financial Times – The era of AI warfare has arrived

https://www.ft.com/content/686429c0-daf3-42a5-9b7c-7ff06eb291ef
1•ElFitz•18m ago•1 comments

Zuckoff app detects nearby Meta 'perv glasses'

https://nypost.com/2026/09/10/business/new-zuckoff-app-detects-nearby-meta-perv-glasses-right-to-...
4•MC995•18m ago•0 comments

From Specialist Agents to Distributed Skills over MCP

https://devblogs.microsoft.com/agent-framework/from-specialist-agents-to-distributed-skills-over-...
2•JaiRathore•19m ago•0 comments

EU president: AI agents escaping their environment preview what's coming

https://the-decoder.com/eu-president-warns-ai-agents-escaping-their-environment-are-just-a-previe...
1•girish_r•19m ago•0 comments

Ask HN: How to recover Google auth after phone stolen?

11•keymasta•19m ago•9 comments

A Taxonomy of Toddler Jokes

https://lastwordonnothing.com/2026/09/16/a-taxonomy-of-toddler-jokes/
1•jruohonen•21m ago•0 comments

Jev's Architecture Unmasked

https://archerhume.com/posts/jevs-architecture-unmasked/
1•hmokiguess•22m 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.