frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Both recent GCP outages caused by fiber optic maintenance

1•fastest963•2m ago•0 comments

GitHub dipped 7%, while both AI labs were down

https://claude.ai/public/artifacts/2368658e-60f2-4f51-8883-8d72738ba7ce
3•Topfi•3m ago•1 comments

Watermarks Track AI Generated Content [video]

https://www.youtube.com/watch?v=kVXp6UNVPTo
2•moebrowne•4m ago•0 comments

The $1 Trump Coin

https://www.theguardian.com/us-news/2026/sep/02/trump-one-dollar-coin
1•flyaway123•4m ago•0 comments

GPT-6 Astra: an automated AI Engineer you can hire for <$6 an hour

https://www.latent.space/p/astra
2•swyx•6m ago•0 comments

WebMCP DJ – BananaLabs

https://devpost.com/software/bananalabs-webmcp-dj
1•kushagra525•7m ago•1 comments

Daybreak for Frontline Defenders: $1B to protect essential services

https://openai.com/index/daybreak-for-frontline-defenders
1•kuberwastaken•10m ago•0 comments

A paradigm shift in text selection

https://ishmael.textualize.io/blog/shift-select/
1•willm•11m ago•0 comments

Show HN: Building AI agents client-side JavaScript

1•stephenblum•14m ago•1 comments

Www.whitehouse.gov/Arcade/

https://www.whitehouse.gov/arcade/
4•typeofhuman•19m ago•0 comments

Your CTO Job Description Is a Confession

https://jasmor.substack.com/p/your-cto-job-description-is-a-confession
4•mooreds•19m ago•0 comments

AI Automation for Government Contracting

1•ranveergill•21m ago•0 comments

A new way to store thermal energy (2017)

https://news.mit.edu/2017/new-way-store-thermal-energy-1117
2•Retro_Dev•21m ago•0 comments

Microsoft slashes Xbox Cloud Gaming to just 15h/month for Ultimate subscribers

https://www.theverge.com/news/989166/microsoft-xbox-cloud-gaming-hourly-limits-changes
1•realsarm•22m ago•1 comments

MockBase – record real API traffic and replay it as a mock

https://mockbase.org/
2•xerat•24m ago•0 comments

A look at coding agent benchmarks, and what may be interesting next

https://tuneloop.io/blog/coding-agent-benchmarks
1•behat•25m ago•0 comments

Muscles talk to the brain to fight depression

https://www.nature.com/articles/s41380-026-03651-y
5•luispa•26m ago•0 comments

Revo Programming Language

https://revo.lung.fyi/
2•birdculture•26m ago•0 comments

Which tools do Claude, Codex and Cursor choose? We measured 17k runs to find out

https://armature.tech/blog/which-tools-coding-agents-install
8•screm•28m ago•1 comments

Ask HN: Could AI Eventually Build God?

3•olirex99•29m ago•3 comments

Fixing Seagate's LaCie hard drive array for the ‪ theslowmoguys [video]

https://www.youtube.com/watch?v=Sn_o8kBcjzI
1•GeoAtreides•30m ago•0 comments

Give Me 12 Minutes and I'll Give You 30 Years of Productivity Advice [video]

https://www.youtube.com/watch?v=MN_LkumE3Ig
1•gmays•31m ago•0 comments

Virginia Community Voids a $100B Data Center Project

https://www.bloomberg.com/news/features/2026-09-02/how-a-revolt-toppled-a-100-billion-data-center...
4•gen220•34m ago•1 comments

If a startup worth your career

https://www.thetrueengineer.com/p/ego-equity-or-exit-checklist-to-decide
8•adletbalzhanov•38m ago•1 comments

Over 700 games launched on Steam in one week – 74% had fewer than 10 reviews

https://www.gamesindustry.biz/over-700-games-launched-on-steam-in-one-week-for-the-first-time-tho...
4•speckx•41m ago•0 comments

Porting the RAD Debugger to macOS

https://robert.wittams.com/posts/porting-the-rad-debugger-to-macos/
1•gmcabrita•43m ago•0 comments

Clockwork Orange (Plot)

https://en.wikipedia.org/wiki/Clockwork_Orange_(plot)
3•vinnyglennon•43m ago•0 comments

A hungry woman is easier to dismiss than a well-fed woman

https://aeon.co/essays/a-hungry-woman-is-easier-to-dismiss-than-a-well-fed-woman
4•gmays•44m ago•0 comments

Social Policy Builds Financial Markets

https://economicsociology.org/2026/08/28/how-social-policy-builds-financial-markets/
1•kome•45m ago•0 comments

LightAudit Score – Lighthouse and PageSpeed Insights in one local console

https://lightauditscore.com
2•crawlforgedev•46m 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.