frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Deft – an authentic human writing model

https://deftwriting.com
1•andrewlin247•10m ago•0 comments

Neuroscience is in big trouble [video]

https://www.youtube.com/watch?v=jHGx7HBB-J4
2•thelastgallon•11m ago•0 comments

A new era of biohacking in a retro medium

https://elasticstage.com/36n9/releases/36n9-genetics-audiotransduction-album
1•jollydragonroge•13m ago•0 comments

More screen time since childhood associated with better cognitive processing

https://www.jyu.fi/en/news/more-screen-time-since-childhood-associated-with-better-cognitive-proc...
1•jv22222•13m ago•0 comments

Google Drive outage – at what point is slow, down?

https://www.google.com/appsstatus/dashboard/incidents/sjDiph2NXGAfkYYLfK7T
1•chi_features•15m ago•1 comments

Show HN: I made a comic series explaining Claude – Chat, Cowork, and Code

https://github.com/Fake4d/claude-school
1•Fake4d•16m ago•0 comments

BloxStack: The professional network for Roblox creators

https://bloxstack.app/
2•hotshotqq•18m ago•0 comments

Nanvix: A Multikernel OS Design for High-Density Serverless Deployments

https://arxiv.org/abs/2604.11669
1•handfuloflight•21m ago•0 comments

Opus 5 doesn't use em-dashes in code comments

https://lalitm.com/post/code-comments-are-a-model-fingerprint/
1•lalitmaganti•23m ago•0 comments

Running Anachronistic Demakes on Vintage Atari VCS Hardware

http://deater.net/weave/vmwprod/myst_vcs/e7_cart.html
2•bananaboy•24m ago•1 comments

There's No Reason to Buy a New Phone Anymore

https://www.theatlantic.com/technology/2026/08/secondhand-tech-boom/688309/
4•annzabelle•32m ago•0 comments

Millions of Ukrainian Men Are Fleeing a Cruel Conscription System

https://www.thenation.com/article/world/ukraine-military-conscription-draft-dodgers/
5•petethomas•33m ago•0 comments

US moves to open tracts of pristine forests to logging

https://www.france24.com/en/live-news/20260818-us-moves-to-open-vast-tracts-of-pristine-forests-t...
3•geox•33m ago•0 comments

Progress in Modernizing Kernel Cryptography

https://lwn.net/Articles/1077427/
3•pykello•40m ago•0 comments

AI mines 500 years of Spanish colonial records to find hidden wrecks, lost cargo

https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-company-hiring-a-literal-pi...
1•harambae•42m ago•0 comments

Securely share biotech data, but without all the setup hassle

1•Peony_VDR•42m ago•0 comments

DBimg – free image/video/audio hosting with permanent direct links

https://dbimg.app/en
1•dannbx•45m ago•0 comments

Show HN: 4bit bridge between AI and humans

https://github.com/YOalphabet/YOalphabet
3•YOalphabet•46m ago•1 comments

Mystery of 'space activity' forcing plane's Antarctic U-turn solved

https://www.stuff.co.nz/travel/361022053/us-antarctic-flight-forced-back-over-feared-russian-spac...
4•speckx•52m ago•0 comments

Types of Neural Networks You Should Know

https://ischool.syracuse.edu/types-of-neural-networks/
2•peter_d_sherman•53m ago•0 comments

Satellite operators are in panic mode due to a worsening launch crisis

https://arstechnica.com/space/2026/08/theres-a-huge-launch-crunch-right-now-and-it-will-probably-...
2•chha•56m ago•0 comments

Ask HN: Are AI credits too locked to individual applications?

1•nextma•58m ago•0 comments

Binquery – local CLI that shortlists 8–15 clips from an edit intent

https://github.com/jennifferweslowski-design/binquery
1•junwanghechu123•59m ago•0 comments

Model Hypnosis: Strong control of AI via additive subliminal effects

https://arxiv.org/abs/2608.16834
1•sbulaev•1h ago•0 comments

Kim Jong-Un Is Not Our Friend

https://www.nationalreview.com/2026/08/kim-jong-un-is-not-our-friend/
6•petethomas•1h ago•1 comments

Show HN: CommitLore – Git memory for decisions coding agents keep forgetting

https://github.com/MongLong0214/commitlore
1•weplay0628•1h ago•0 comments

Autopilot for Software Engineering

https://vorflux.com/
1•Tervicke•1h ago•0 comments

Show HN: PlugClaw – Private AI agent hardware for any phone or PC

https://plugos.net/plugclaw/
3•darkreader•1h ago•0 comments

Mathematics in the Age of AI

https://arxiv.org/abs/2608.16753
1•aaraujo002•1h ago•0 comments

Show HN: Memanto Is a Memory Agent

https://github.com/moorcheh-ai/memanto
1•supportm•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.