frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Fallout: In 1991 a game by that name was created for the Amiga

https://www.gamesthatwerent.com/2026/08/fallout/
1•doener•2m ago•0 comments

Kubernetes3d built with Ambient CSS

https://kubernetes3d.com
1•kannanpoem1984•2m ago•0 comments

Show HN: Superagent, a computer for your coding agent (Mac, MIT)

https://superagent.computer/
1•pungme•3m ago•0 comments

Endonym and Exonym

https://en.wikipedia.org/wiki/Endonym_and_exonym
1•pndy•3m ago•0 comments

Much Ado About Adenoids

https://www.damninteresting.com/much-ado-about-adenoids/
1•SamuraiLion•5m ago•0 comments

Ask HN: Does HN block mobile browsers?

1•pbohun•5m ago•1 comments

Python Software Foundation News: 2026-psf-board-election-candidate-interview

https://pyfound.blogspot.com/search/label/2026-psf-board-election-candidate-interview
1•rbanffy•7m ago•0 comments

The State of Django 2026: Boring is so back – The JetBrains Blog

https://blog.jetbrains.com/pycharm/2026/08/the-state-of-django-2026-boring-is-so-back/
1•rbanffy•7m ago•0 comments

I found 5 fake DOIs for a famous ML paper while building a citation checker

https://strictcite.com/blog/attention-is-all-you-need-fake-dois
2•Tughan•9m ago•0 comments

Welcome to the 'You Can't Trust Your Own Eyes' Election

https://www.bloomberg.com/graphics/2026-opinion-ai-campaign-ads-need-more-safeguards/
3•imichael•13m ago•0 comments

Chess Variant Feedback?

https://transitionchess.com/?game=3ad1aea0-0c04-4b7b-8f4f-9fd1fa647cce
3•jonathancardena•13m ago•1 comments

Honor Robot Phone

https://www.honor.com/global/events/honor-robot-phone/
2•bookofjoe•14m ago•0 comments

AI is making back-office work extinct

https://www.whitecollardream.com/
2•edest28build•15m ago•0 comments

SaaS Record for 2027

3•collinjones2001•18m ago•0 comments

AI trolley users rack up higher basket values and spend longer in store

https://www.citystgeorges.ac.uk/news-and-events/news/2026/june/smart-supermarket-trolleys-linked-...
3•geox•22m ago•0 comments

In-memory security gate for autonomous AI agent tools

https://bartholomew.info
2•itsub_sa•22m ago•0 comments

One job ad, 1000 applicants: How do you stand out in a world of AI job hunters?

https://www.rnz.co.nz/news/personal-finance/1215988/one-job-ad-1000-applicants-how-do-you-stand-o...
6•billybuckwheat•22m ago•0 comments

Long-term melatonin use linked to 90% higher heart failure risk

https://www.sciencedaily.com/releases/2026/08/260829035228.htm
1•elo2000•23m ago•0 comments

A Simple Guide to Five Normal Forms in Relational Database Theory (1982)

https://www.bkent.net/Doc/simple5.htm
2•dargscisyhp•27m ago•0 comments

Squeak 6.1 Release Party UKSTUG, Sep 2nd 18:00 UTC

https://www.meetup.com/ukstug/events/316112369/
1•LinqLover•29m ago•0 comments

Bugs happen: The easy way to compare solo PQ to ECC+PQ

https://blog.cr.yp.to/20260704-bugs.html
1•zdw•31m ago•0 comments

Racial Views of Winston Churchill

https://en.wikipedia.org/wiki/Racial_views_of_Winston_Churchill
3•vinni2•32m ago•0 comments

The AI That Won't Say Who Made It (Unmasking Ox Alpha) [video]

https://www.youtube.com/watch?v=dLTNVM1mhiU
1•emk_709•32m ago•0 comments

Why CephFS commits writes faster than Ceph RBD on the same cluster

https://zozoo.io/aether-shared-filesystem-faster-than-block-storage/
1•zozotk•33m ago•0 comments

Apple Maps Renames Lake Ontario 'Lake America'

https://www.macrumors.com/2026/09/01/apple-maps-lake-america/
5•spdustin•36m ago•5 comments

SKILL.state: Scalable Long-Horizon Agent Skills

https://arxiv.org/abs/2608.26263
1•Hoefner•37m ago•0 comments

Fun weekend project – brand distribution game

https://keepitlive.lol
1•seif-dx•39m ago•1 comments

Fluorescent lamps (don't) have ears

https://blog.coredump.cx/p/fluorescent-lamps-dont-have-ears
4•zdw•39m ago•0 comments

OpenAI to Restrict Astra Model After Rating It 'Critical' Cyber Risk

https://www.wsj.com/tech/ai/openai-to-restrict-astra-model-after-rating-it-critical-cyber-risk-49...
3•bmau5•40m ago•3 comments

Why your agent is better than mine

https://yakko.dev/blog/best-harness-is-your-own-harness
2•yakkomajuri•41m 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.