frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GLM-5.3 Artificial Analysis Benchmarks

https://artificialanalysis.ai/models/glm-5-3
1•apitman•2m ago•0 comments

Ban on Chinese robots leaves U.S. startups stranded

https://restofworld.org/2026/china-robot-ban-silicon-valley/
3•higginsniggins•3m ago•0 comments

Electronics has a little-known price pain point. And it's getting worse

https://www.axios.com/2026/08/18/circuit-board-inflation-ai-iran
1•leecoursey•7m ago•0 comments

fx :Tiny, open, native coding agent.

https://fx.sh
2•handfuloflight•7m ago•0 comments

Iframe.diy – "iframe server" static site

https://iframe.diy/
1•alexgleason•7m ago•1 comments

Breaking up (lines) is hard to do

https://www.b-list.org/weblog/2026/aug/10/newlines/
1•rbanffy•9m ago•0 comments

Running Nam A2-Lite Natively on an ESP32-S3

https://playtaurus.com/blog/running-nam-a2-lite-natively-on-an-esp32-s3
1•arbayi•11m ago•0 comments

Show HN: Keystroke Biometrics Demo

https://demo.behavlabs.com/
1•zrodiere•11m ago•0 comments

Two lines of Python that segfault the interpreter – Timofei Ivankov

https://deadlovelll.github.io/2026-08-10-conditional-annotations-set-add-crash/
1•rbanffy•12m ago•0 comments

When deny doesn't win: least-privilege permissions for Claude Code

https://blogs.zethian.com/when-deny-doesnt-win.html
1•sixthsense•14m ago•0 comments

Actual Budget

https://actualbudget.org/
1•birdculture•15m ago•0 comments

The Relativistic Submarine Paradox (in physics) [video]

https://www.youtube.com/watch?v=pn5z7tLXD-U
1•GrumpyYoungMan•16m ago•1 comments

Silicon Valley's AI boom is remaking American charity

https://www.economist.com/international/2026/08/13/silicon-valleys-ai-boom-is-remaking-american-c...
2•bookofjoe•17m ago•1 comments

A 3D fruit fly on macOS desktop powered by the real FlyWire connectome

https://github.com/DenisSergeevitch/desktop-fly
2•phoenix120•17m ago•0 comments

Show HN: RoamIQ – Travel and workation platform for digital nomads

https://nomads-travel-indol.vercel.app
1•pranav_tech26•18m ago•0 comments

Flock impersonates journalist in order to cancel his hotel reservations

https://xcancel.com/bennjordan/status/2089430236945342508
16•nixass•19m ago•4 comments

Show HN: HashNotch – Premium AI Integrated Dynamic Island for the Mac OS

1•SeifHashish•22m ago•2 comments

Google Moves A2A Under Agentic AI Foundation

https://techstrong.ai/articles/google-moves-a2a-under-agentic-ai-foundation/
2•CrankyBear•22m ago•0 comments

The Hugging Face Hack (Hoog Video)

https://www.youtube.com/watch?v=OO225IfoR3s
1•epistasis•24m ago•0 comments

Nullify – Monero-only data broker removal service

https://nullify-f1q.pages.dev
1•snana•25m ago•0 comments

Show HN: Extctl, a super simple systemd-sysext wrapper

https://github.com/OperatorProject/extctl
1•fluorocaster•29m ago•0 comments

FOIA Documents Show Epstein Files Had Flag List Which Included the Term 'POTUS'

https://www.techdirt.com/2026/08/18/foia-documents-show-epstein-files-had-flag-list-which-include...
3•hn_acker•29m ago•0 comments

VoxWork: Anonymous employer reviews before accepting a job offer

https://voxwork.nanocorp.app
1•voxwork_app•35m ago•0 comments

GoFast v0.1.0: Next-generation Web Framework

https://github.com/Darkblade1995/gofast
1•fernando-darkbl•38m ago•0 comments

Infra Lang – DSL That Compiles to Kubernetes, Helm, Compose, Terraform, and CI

https://github.com/TuviDev/infra-lang
2•Tuvi•38m ago•0 comments

OpenAI pauses frontier model training

https://twitter.com/sama/status/2089787807611195475
5•vinyl7•43m ago•0 comments

Focus for 7 Months

1•Ssedume•45m ago•0 comments

Recursive Middle Manager Hell

https://www.lesswrong.com/posts/pHfPvb4JMhGDr4B7n/recursive-middle-manager-hell
1•rzk•45m ago•0 comments

OVHCloud dedicated servers: price change in the second half of 2026

https://blog.ovhcloud.com/en/posts/dedicated-servers-pricing-update-h2-2026/
2•pmw•49m ago•0 comments

GTA 6 hackers say leak is meant to punish Rockstar for the game's lack of discs

https://cyberleek.vilenarios.com/
1•HelloUsername•49m ago•1 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.