frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

DuckDuckGo Installs Increased 30% Amid Backlash to Google AI Search

https://firethering.com/duckduckgo-installs-google-ai-search-backlash/
1•steveharing1•2m ago•0 comments

Writing can help you escape AI delirium

https://cantible.com/@chris/posts/how-writing-can-help-you-escape-ai-delerium
1•cwbuilds•2m ago•0 comments

Versatility of Exasol with Agentic Engineering

https://www.exasol.com/blog/exasol-agentic-engineering/
2•fwberlin•4m ago•0 comments

France24 live stream is down since yesterday

https://www.france24.com/en/live
1•lastdong•4m ago•2 comments

Reckoning – GitHub Feedback Companion

https://github.com/SuperThinking/reckoning
1•superdhawan•7m ago•0 comments

Miniswift, SwiftUI Compiled in the Browser

https://miniswift.run/
1•lnrd•7m ago•0 comments

Unicode 18.0.0 Beta

https://www.unicode.org/versions/Unicode18.0.0/
1•birdculture•8m ago•0 comments

Show HN: Offline Typing Mastery

https://nodex.studio/products/typing-mastery.html
1•s3arch•10m ago•0 comments

Show HN: Awareen a screen time tracker that counts screen on time, not app time

https://github.com/Andebugulin/Awareen
1•Andebugulin•12m ago•0 comments

The neo-qwertz keyboard layout (German)

https://www.neo-layout.org/Layouts/neoqwertz/
1•joooscha•16m ago•0 comments

Claude, GPT, Gemini Agents Fail 72% of U.S. Healthcare Workflows

https://apnews.com/press-release/ein-presswire-newsmatics/claude-gpt-gemini-agents-fail-72-of-u-s...
2•Raven603•16m ago•0 comments

Franklin Pierce by David W. Blight

https://inpursuit.substack.com/p/franklin-pierce-by-david-w-blight
2•samclemens•19m ago•0 comments

Ask HN: What old developer tool do you still miss?

2•yashnitro•22m ago•4 comments

Discussion of SIMD, SOA, AOSOA (2019) [video]

https://www.youtube.com/watch?v=YGTZr6bmNmk
1•tosh•24m ago•0 comments

Chat UIs Are Lists Until They Aren't

https://tanstack.com/blog/tanstack-virtual-chat
1•swyx•24m ago•0 comments

Slow Down

https://x-x.codes/posts/slow-down
1•alex_x•29m ago•0 comments

The Download: puncturing the AI jobs panic

https://www.technologyreview.com/2026/05/26/1138028/the-download-ai-jobs-data/
1•joozio•31m ago•0 comments

Helped me see that there is a fault in the description and meta data

2•quintoncarroll•34m ago•0 comments

Duckle – the local-first data studio on DuckDB

1•souravroy78•36m ago•0 comments

Show HN: Mirdel – a local-first AI workspace with UI-based agent workflows

https://www.mirdel.ai
1•eshengsky•36m ago•0 comments

GitHub account of Nightmare Eclipse gone

https://github.com/Nightmare-Eclipse/
1•croes•38m ago•0 comments

Choosing to Stay Human means choosing when and how to use AI

https://www.oneusefulthing.org/p/choosing-to-stay-human
2•swolpers•40m ago•0 comments

Why We Invested in Anthropic

https://medium.com/point-nine-news/why-we-invested-in-anthropic-88f504a65d2a
1•lylo•41m ago•0 comments

Hacker who sold access to Oregon state emergency network for Bitcoin gets prison

https://www.oregonlive.com/crime/2026/05/hacker-who-sold-access-to-oregon-state-emergency-network...
1•latein•43m ago•0 comments

Many Objects Can Be Juggled (1997)

https://fermatslibrary.com/s/how-many-objects-can-be-juggled
1•downbad_•43m ago•0 comments

Python as a Declarative Programming Language (2017)

https://www.benfrederickson.com/python-as-a-declarative-programming-language/
2•downbad_•43m ago•0 comments

Imece – Distributed AI inference using volunteer GPUs and FLOP token

https://github.com/aslankose/imece
1•aslankose•45m ago•0 comments

JVM-native GraphQL federation gateway

https://feddi.dev
1•RebootStr•46m ago•0 comments

Show HN: PikoCI – self-hosted CI/CD inspired by Concourse, single binary

https://pikoci.com
1•xescugc•46m ago•0 comments

1 Dead, 9 missing in chemical tank rupture at pulp and paper mill

https://www.kgw.com/article/news/local/longview-plant-disaster/multiple-injuries-reported-in-chem...
1•estreeper•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.