frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Goths Take Rome

https://www.historytoday.com/archive/feature/goths-take-rome
1•samizdis•44s ago•0 comments

Pwning OpenClaw and Other Agents with Prompt Laundering

https://ironcorelabs.com/blog/2026/prompt-laundering/
1•zmre•1m ago•0 comments

OWASP Agentic Skills Top Ten

https://owasp.org/www-project-agentic-skills-top-10/
1•wslh•4m ago•0 comments

Pixel Agents: Turn AI coding agents into animated pixel-art characters

https://github.com/pixel-agents-hq/pixel-agents
1•vitaelabitur•5m ago•0 comments

AirPods Pro Protect Parents

https://larrysalibra.com/airpods-pro-protect-parents/
1•speckx•5m ago•0 comments

Show HN: I built xvisibility.lol to get more visible on X without paying

https://www.xvisibility.lol/
1•joshue•7m ago•0 comments

Expanding Our Support for Scientists

https://www.anthropic.com/news/expanding-support-for-scientists
1•surprisetalk•9m ago•0 comments

Optimus Prime and Eeyore voice actor Peter Cullen has died

https://www.bbc.com/news/articles/c15844gwe0wo
1•tigerlily•9m ago•0 comments

Micro Editor

https://micro-editor.github.io/
1•Tomte•10m ago•0 comments

Different hats I wear as an AI Engineer

https://hitikadalwadi.substack.com/p/different-hats-i-wear-as-an-ai-engineer
1•HitikaDalwadi•10m ago•0 comments

Trump's New E-Waste Policy Puts Vintage Tech in the Crossfire

https://kotaku.com/trumps-new-e-waste-policy-has-vintage-tech-collectors-anxious-theyll-be-caught...
2•rbanffy•10m ago•0 comments

SBS 3D Studio

https://github.com/vishnuharidas/sbs-3d-studio
1•vishnuharidas•10m ago•0 comments

Why Atari Failed

https://dfarq.homeip.net/why-atari-failed/
1•rbanffy•12m ago•0 comments

Signia MaX hearing aids: four neural networks running simultaneously

https://calhearing.com/products/hearing-aids-by-brand/signia/signia-max/
1•bv-sf-81•12m ago•1 comments

The Case for Chilling Out About Birth Rates

https://www.theatlantic.com/ideas/2026/08/birth-rate-panic-overblown/688320/
1•rafaelc•14m ago•0 comments

Stop VSCode from smashing your machine

https://blog.coderspirit.xyz/blog/2026/08/27/voracious-vscode/
1•speckx•17m ago•0 comments

Show HN: AgentCloud – MCP-first iOS simulator cloud

1•theo31•17m ago•0 comments

The Loyalty Test: When "Our Side" Matters More Than the Truth

https://matttaylortvnews.blogspot.com/2026/08/the-loyalty-test-when-our-side-matters.html
2•GDNews503AD•20m ago•0 comments

Logging in Was Never Supposed to Be This Complicated

https://www.theatlantic.com/technology/2026/08/password-manager-login-difficulty/688396/
1•blondie9x•22m ago•0 comments

There's a New Twitter in Town

https://techcrunch.com/2026/08/27/hold-up-theres-a-new-twitter-in-the-town/
2•NickNaraghi•23m ago•0 comments

Ratko Mladic, ex-Bosnian Serb warlord oversaw atrocities, dies in prison at 84

https://apnews.com/article/ratko-mladic-obit-03abf53803bef360978882d89024c475
2•petethomas•23m ago•0 comments

Show HN: OpenRouter Provider Economics

2•StratusBen•24m ago•0 comments

Show HN: Apronagents – give each AI coding agent a disposable Git remote

https://github.com/Ut8v/apronagents
1•utshavkhatiwada•25m ago•0 comments

AI Weeds Out Job Applicants with Disabilities, Lawsuit Claims

https://www.disabilityscoop.com/2026/08/25/ai-weeds-out-job-applicants-with-disabilities-lawsuit-...
2•speckx•25m ago•0 comments

Executive order changing name of lake-Ontario

https://www.washingtonpost.com/politics/2026/08/27/trump-signs-order-changing-name-lake-ontario/
5•nothrowaways•26m ago•0 comments

Show HN: Lumiko – Chrome screen recorder with automatic cursor zoom

https://lumiko.dev
1•Ashish106•26m ago•0 comments

LLM Fantasy Football Arena

https://arena.wildcardlabs.tech/draft
1•akcheese•27m ago•0 comments

I built a long-horizon AI harness that doesn't live in the chat

https://shotah.github.io/gantree/
1•christopher-blo•27m ago•0 comments

Maybe Nepo Baby – A Wikipedia extension that flags (maybe) famous parents

https://github.com/growse/maybe-nepo-baby-extension
1•growse•28m ago•1 comments

Free Internship Aggregator

https://lilguy.win/
1•asuramaya•28m 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.