frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

UK residents warned to stock up on food due to El Niño

https://www.bbc.co.uk/news/articles/cp931m8n3p5o
1•sarreph•44s ago•0 comments

Typeof Is Lying to You

https://blog.gaborkoos.com/posts/2026-09-04-Your-typeof-Is-Lying-to-You/
1•theanonymousone•53s ago•0 comments

Stop Thinking of LLMs as Next-Token Predictors

https://gmcgoldr.github.io/2026/09/04/llm-next-token-predictors.html
1•garrinm•2m ago•0 comments

Software Is Beginning to Act

https://keydris.com/thesis
1•Osman_728•2m ago•0 comments

Building Meta-AST: Sub-Millisecond Incremental Polyglot Static Analysis in Rust

https://k5602.github.io/#/blog/meta-ast-polyglot-static-analysis
3•viferga•3m ago•0 comments

Jj Jobhunter

https://jj-jobhunter.de
1•guychristiankam•4m ago•0 comments

Is AI ruining my brain?

https://thoughtbot.com/blog/is-ai-ruining-my-brain
1•speckx•4m ago•0 comments

Time Use: King's College vs. Whitman

https://countingfromzero.blog/2026/08/27/time-use-kings-college-vs-whitman/
2•mooreds•7m ago•0 comments

The Download: selling battlefield drone data and AI reshaping language

https://www.technologyreview.com/2026/09/04/1143457/the-download-ukraine-selling-drone-data-ai-re...
3•joozio•10m ago•0 comments

Ringbinder – Lowkey Best Tool for Personal Docs

https://max.engineer/ringbinder
2•hakunin•10m ago•0 comments

Show HN: Ephemerals – Disposable Cloud Dev Environments

https://ephemerals.dev/
2•ishener•11m ago•0 comments

AI Investment and Semiconductor Prices

https://fredblog.stlouisfed.org/2026/06/ai-investment-and-semiconductor-prices/
2•latentframe•12m ago•0 comments

Chromium full chain found by XBOW

https://twitter.com/Xbow/status/2095220385876742456
3•StrauXX•12m ago•0 comments

Blockchain Wishing Well

https://dropasol.com
3•Fallout_cz•12m ago•0 comments

I built free tools that turn sales call notes into proposals

https://inkdraft.io
2•janishd•14m ago•0 comments

Deft: A gradual type system for Janet

https://codeberg.org/zzkt/deft
2•e3bc54b2•14m ago•0 comments

Poland offers businesses seats on presidential plane for foreign visits

https://notesfrompoland.com/2026/09/03/poland-offers-businesses-seats-on-presidential-plane-for-f...
2•santiago-pl•14m ago•0 comments

Show HN: DanTerm – a fast macOS terminal emulator (compare with Ghostty, iTerm2)

https://github.com/danneu/danterm
2•hombre_fatal•16m ago•0 comments

I Street interviewed random people about AI across America

https://www.youtube.com/@charlieguthmann2531
2•cguth7•20m ago•0 comments

Seattle public schools shuts down gifted and talented program

https://nypost.com/2024/04/03/us-news/seattle-public-schools-shuts-down-gifted-and-talented-program/
3•bilsbie•21m ago•1 comments

Abundance in Europe

https://fi-le.net/europe/
3•fi-le•22m ago•0 comments

Adult Film Producer Unmasks Prolific 'John DOE' Torrent Pirate as Meta Executive

https://torrentfreak.com/adult-film-producer-unmasks-prolific-john-doe-torrent-pirate-as-meta-exe...
3•speckx•24m ago•0 comments

Jellyfin Loses Project Leader and Core Team Member (45 day After Leader Departs)

https://linuxiac.com/jellyfin-loses-project-leader-and-core-team-member-in-major-shake-up/
2•WarOnPrivacy•26m ago•1 comments

A Few of Us Investigated OpenAI's Agent Traffic on an Austrian/German Wiki

https://jessicaruan.com/posts/openai-austrian-wiki
2•youngkipper•28m ago•0 comments

Archive a lifetime of email, messages, meetings. Search in ms, offline

https://github.com/kenn-io/msgvault
1•nkmnz•30m ago•1 comments

Why judgment is emerging as cybersecurity's defining skill

https://cyberscoop.com/ai-security-operations-human-context-ciso-op-ed/
1•speckx•31m ago•0 comments

How the Strategic Petroleum Reserve Works

https://www.construction-physics.com/p/how-the-strategic-petroleum-reserve
1•rafaelc•32m ago•0 comments

Play Wow on the Browser

https://play.keldurn.com/
1•wasm__•33m ago•0 comments

How the Early Dreams of the Internet Changed

https://www.theatlantic.com/newsletters/2026/09/early-computers-1984-apple/688515/
2•Brajeshwar•33m ago•0 comments

My Students Think About AI

https://www.lesswrong.com/posts/ySXuvJcqRindQwAk7/how-my-students-think-about-ai
2•alphabetatango•35m 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.