frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Sopcos Protocol Based Liability Attribution in Semi-Autonomous Industrial System

https://zenodo.org/records/19359701
1•programlayan•25s ago•0 comments

The Path to Recursive Self-Improving Agents

https://github.com/D2I-ai/awesome-recursive-self-improving-agents
1•shuaiqi6•34s ago•0 comments

July's Heat Dome Put DR on the Front Lines with One of Our Biggest Event Weeks

https://uplight.com/blog/julys-heat-dome-put-dr-on-the-front-lines-with-one-of-our-biggest-event-...
1•mooreds•53s ago•0 comments

After the IDE [video]

https://www.youtube.com/watch?v=bvwE9XpNXOI
1•whosgotch•1m ago•0 comments

Ask HN: What email provider do you recommend for personal email?

1•shlomo_z•1m ago•0 comments

Show HN: Chopi, a macOS filesystem+network sandbox to unleash your agents

https://github.com/danra/chopi
1•danra•3m ago•0 comments

Our puzzle generator lied about difficulty. Twice

1•cybiqonai•5m ago•0 comments

Projected economic gains and lives saved under universal healthcare in the US

https://www.medrxiv.org/content/10.64898/2026.07.22.26358689v1
2•robtherobber•5m ago•0 comments

Show HN: Local Code Review

https://plannotator.ai/code-review/
2•ramoz•6m ago•0 comments

AI Loop Engineering in 2026: How to Build a Gauntlet Loop

https://www.thepromptindex.com/ai-loop-engineering-gauntlet-loop-guide.html
2•westurner•8m ago•0 comments

Rails Is Done

https://lucas.dohmen.io/posts/2026/08/09/rails-is-done/
3•ramon156•9m ago•0 comments

Grok Bot by SpaceXAI

https://x.ai/news/introducing-grok-bot
4•colesantiago•9m ago•0 comments

How to add package if no pip

1•lpcamisoul•10m ago•1 comments

Mastering Edge AI on Raspberry Pi with LiteRT and Gemma

https://developers.googleblog.com/mastering-edge-ai-on-raspberry-pi-with-litert-and-gemma/
1•simonpure•10m ago•0 comments

Tell HN: Striking a Balance Between Stating Your Requirements and Griefers

1•logicallee•11m ago•0 comments

Grok Bot

https://x.ai/bot
3•rvz•11m ago•0 comments

OpenAI executive Brad Lightcap leaves as shakeup at AI lab continues

https://www.cnbc.com/2026/08/11/longtime-openai-executive-brad-lightcap-leaves-as-shakeup-at-ai-l...
2•beejiu•11m ago•0 comments

Mitchell Hashimoto's daily schedule given Superlogical, second kid, and AI usage

https://twitter.com/mitchellh/status/2087227139154448436
1•tosh•11m ago•0 comments

Kaggle Leaderboard Shakeup: When a Metric Stops Ranking

https://medium.com/@alanscottencinas/kaggle-leaderboard-shakeup-when-a-metric-stops-ranking-0688b...
1•encinas88•12m ago•0 comments

Trump to give Republicans a 3-1 FCC majority, not filling empty Democratic seat

https://arstechnica.com/tech-policy/2026/08/trump-to-give-republicans-a-3-1-fcc-majority-isnt-fil...
3•mdp2021•13m ago•0 comments

Paramount to Leave CA If States Refuse to Negotiate Settlement in Antitrust Suit

https://variety.com/2026/film/news/david-ellison-move-paramount-out-of-california-states-antitrus...
2•indigodaddy•15m ago•0 comments

Cursor and SpaceXAI launch Grok Bot for work beyond coding

https://runtimewire.com/article/cursor-spacexai-launch-grok-bot-general-purpose-agents
1•ryanmerket•15m ago•0 comments

How we control a remote browser with a Chrome extension faster than Playwright

https://www.browserbase.com/blog/stagehand-v4
1•Kylejeong21•15m ago•0 comments

Something Nobody Told You About the Image Element (It Can Overflow)

https://master.dev/blog/something-nobody-told-you-about-the-image-element-it-can-overflow/
2•ibobev•17m ago•0 comments

CSS Properties You Should Know for Better Text Designs

https://master.dev/blog/typographic-css-tricks/
2•ibobev•18m ago•0 comments

View Transitions: Careful Not to Make Stuff Unclickable

https://master.dev/blog/view-transitions-careful-not-to-make-stuff-unclickable/
1•ibobev•18m ago•0 comments

Nigeria: Lifting the Lid: Internal docs expose Shell's negligent oil operations

https://www.amnesty.org/en/documents/afr44/1304/2026/en/
3•RetroTechie•19m ago•1 comments

Show HN: Zsort, a fast import organizer for Zig

https://github.com/mstdokumaci/zsort
1•mstdokumaci•19m ago•0 comments

Mourning and moving on: rituals for leaving a career (2014)

https://franceshocutt.com/2014/09/10/on-mourning-and-moving-on-rituals-for-leaving-a-career/
2•downbad_•19m ago•0 comments

Signing and verifying AI outputs with revocable trust

https://www.youtube.com/watch?v=8OF1gS5jn3w
1•lyfeninja•19m 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.