frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Microsoft Excel KB5002914 update breaks copy and paste for some users

https://www.bleepingcomputer.com/news/microsoft/microsoft-excel-kb5002914-update-breaks-copy-and-...
1•TMWNN•41s ago•0 comments

How a System Call Works in Linux

https://www.freecodecamp.org/news/how-a-system-call-actually-works-in-linux/
1•theChris-in•1m ago•0 comments

Revisiting Spectral Representations in Generative Diffusion Models

https://arxiv.org/abs/2609.08253
1•E-Reverance•2m ago•0 comments

Potential Nintendo Switch Information Leak Due to Proximity-Based Remote Attack [pdf]

https://www.nintendo.com/security-advisories/assets/pdf/20260910e.pdf
1•tech234a•6m ago•0 comments

The terrible menu bar in the Windows 11 Notepad

https://blog.yuo.be/2026/09/10/the-terrible-menu-bar-in-the-windows-11-notepad/
2•birdculture•7m ago•0 comments

Language Model Tokenizers Introduce Unfairness Between Languages (2023)

https://arxiv.org/abs/2305.15425
2•lluisantoni•8m ago•0 comments

Ask HN: ANSI-Looking Websites

1•ynac•8m ago•0 comments

I used 367B tokens in 30 days

https://cmux.com/blog/367-billion-tokens
1•Areibman•9m ago•0 comments

Panic builds over bankrupt Spirit's looming data sale to Google

https://arstechnica.com/tech-policy/2026/09/panic-builds-over-bankrupt-spirits-looming-data-sale-...
1•sbulaev•11m ago•0 comments

The rise and fall of William Shockley, creator of the electronic age

https://archive.org/details/brokengeniusrise0000shur_c1s3
1•tylerdane•13m ago•0 comments

Top Mathematician Announces New Institute for A.I. Safety

https://www.nytimes.com/2026/09/08/science/jacob-tsimerman-math-ai-safety.html
1•gmays•14m ago•0 comments

1M+ German households have hung solar panels off their balcony railings

https://spacedaily.com/b-more-than-a-million-german-households-have-hung-solar-panels-off-their-b...
5•nixass•15m ago•0 comments

Canada's defence industry steps into Europe's spotlight

https://www.cbc.ca/news/world/canada-defence-industry-europe-9.7336763
1•Teever•15m ago•0 comments

QuickGameScheduler – Free Equity-balanced round-robin scheduler with AI edits

https://www.quickgamescheduler.com/
1•geshort•16m ago•0 comments

OpenAI and the Wiki Incident

https://thezvi.substack.com/p/openai-and-the-wiki-incident
1•gmays•16m ago•0 comments

GraphQL: Supercharging AI

https://graphql.org/blog/2025-07-03-graphql-supercharging-ai/
2•bob1029•18m ago•0 comments

Prime Air crash: 10+ mandatory go-around triggers were ignored [video]

https://www.youtube.com/watch?v=Xm6G7EOP5Qc
1•sdko•18m ago•1 comments

The Wind, the Wind

https://exple.tive.org/blarg/2026/09/10/the-wind-the-wind/
5•Thrymr•22m ago•0 comments

Anthropic Just Threatened to Kill Billions of People. This Is Not Okay

https://calnewport.com/anthropic-just-threatened-to-kill-billions-of-people-this-is-not-okay/
7•philip1209•23m ago•1 comments

Formal methods let you explore the corners

https://www.johndcook.com/blog/2016/07/11/formal-methods-let-you-explore-the-corners/
4•Bluestein•26m ago•0 comments

Fastly Speed Test

https://speed.edgecompute.app/
3•StepBroBD•26m ago•0 comments

Recursive Self-Improvement

https://en.wikipedia.org/wiki/Recursive_self-improvement
4•jonbaer•28m ago•0 comments

Using Forester Behavior Trees for Virtual Commissioning of Robotic Cells

https://besok.github.io/posts/forester-virtual-commissioning-of-robotic-cells/
2•besok•28m ago•0 comments

Xteink X4 Pro Review

https://abstractnonsense.xyz/microblog/2026-09-07-xteink-x4-pro-review/
4•birdculture•28m ago•0 comments

Robots stage 'protest' demanding stricter AI rules in Poland

https://www.polskieradio.pl/395/7991/artykul/3729785,robots-stage-protest-demanding-stricter-ai-r...
2•debo_•28m ago•0 comments

Auth.md – Enable agents to register users without the sign-up form

https://workos.com/auth-md
3•AnhTho_FR•29m ago•0 comments

Coding Sahayi – Local-first autonomous AI coding IDE (WinUI 3 and Ollama)

https://codingsahayi.github.io/
2•shabeermattool•30m ago•0 comments

Cfo.ai

https://cfo.ai
4•handfuloflight•33m ago•0 comments

Project Tapestry

https://the-ai-alliance.github.io/tapestry/
5•erlend_sh•38m ago•0 comments

Frontier Engineering

https://kiro.dev/topics/frontier-engineering/
4•luispa•40m 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.