frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Proof of storage protocol support for abstract data types

https://pinionengineering.github.io/storage-proofs/
1•coryschwartz•57s ago•1 comments

Anthropic's "Profitability" Swindle

https://www.wheresyoured.at/anthropics-profitability-swindle/
1•misswaterfairy•1m ago•0 comments

Fork this repo to organize your GitHub Gists automatically

https://github.com/adrenak/gists
1•adrenak•1m ago•0 comments

I made a free Safari extension that shows when your YouTube video ends

https://github.com/Fluphalicious/youtube-end-time-extension
1•fluphies•4m ago•0 comments

Show HN: Baby's First Cards – real photo flash cards for toddlers

https://apps.apple.com/us/app/baby-photo-flash-cards/id6740240314
1•ailocalrecorder•12m ago•0 comments

Google API keys can remain usable for up to 23 minutes after deletion

https://www.theregister.com/devops/2026/05/21/threat-hunters-find-google-api-keys-still-usable-23...
3•logickkk1•12m ago•0 comments

Noncompetes and firm heterogeneity

https://www.aeaweb.org/articles?id=10.1257/pandp.20261076
1•hhs•13m ago•0 comments

Show HN: AI Local Recorder – offline voice recorder with AI transcription

https://apps.apple.com/us/app/ai-local-recorder/id6762428280
1•ailocalrecorder•13m ago•0 comments

What's Left to Say

https://deadsimpletech.com/blog/whats-left-to-say
1•cratermoon•16m ago•0 comments

AdventHealth advances whole-person care with OpenAI

https://openai.com/index/adventhealth
1•SpyCoder77•20m ago•0 comments

Private equity acquisition can expand primary care use by expanding workforce

https://www.brown.edu/news/2026-05-20/private-equity-primary-care
2•hhs•22m ago•0 comments

Elon Musk will be king at SpaceX

https://techcrunch.com/2026/05/21/forget-technoking-elon-musk-will-really-be-king-at-spacex/
7•soundworlds•22m ago•1 comments

Data Science Weekly – Issue 652

https://datascienceweekly.substack.com/p/data-science-weekly-issue-652
1•sebg•24m ago•0 comments

LLM for automating scientific discovery [pdf]

https://www.nature.com/articles/s41586-026-10652-y_reference.pdf
1•ninesnines•26m ago•0 comments

NES Documentation [pdf]

https://www.nesdev.org/NESDoc.pdf
1•medbar•26m ago•0 comments

Lab study reveals patterns of inheritance that defy Mendel's laws

https://www.hopkinsmedicine.org/news/newsroom/news-releases/2026/05/lab-study-reveals-patterns-of...
1•hhs•27m ago•0 comments

US DHS put out alert on comedian who created parody ICE tip website

https://www.theguardian.com/us-news/2026/may/21/dhs-bolo-ben-palmer-parody-ice-tip-website
3•cdrnsf•29m ago•0 comments

Erlang_Python – Combine Python's ML/AI Ecosystem with Erlang's Concurrency

https://hexdocs.pm/erlang_python/readme.html
1•rzk•30m ago•0 comments

NTSB is aware that individuals are reconstructing cockpit voice recorder audio

https://xcancel.com/NTSB_Newsroom/status/2057538746795663536
1•hnburnsy•33m ago•0 comments

Are we self-sovereign PKI yet?

https://buffrr.dev/blog/are-we-self-sovereign-pki-yet/
2•ca98am79•33m ago•0 comments

Show HN: Agent-estimate, how long a coding task takes, at agent speed

https://github.com/kiloloop/agent-estimate
2•haoranchg•36m ago•0 comments

Note from the Maintainer of Apollo-ImprovedCustomApi

https://github.com/JeffreyCA/Apollo-ImprovedCustomApi/issues/263
1•busymom0•39m ago•0 comments

Kyle Busch Has Died

https://www.espn.com/racing/nascar/story/_/id/48838614/nascar-icon-kyle-busch-dies-age-41
4•milleramp•41m ago•0 comments

It's Not a Mystery Why Fertility Rates Are Declining

https://www.nytimes.com/2026/05/20/opinion/blame-fertility-rate.html
3•littlexsparkee•42m ago•3 comments

Nobody Cares About Frontier Model If the Audio Stops When the Screen Turns Off

https://futurehangover.substack.com/p/nobody-cares-about-your-frontier
1•DefNotAiForSure•42m ago•0 comments

Huxe Will Be Discontinued

https://www.huxe.com/
3•teppeik•43m ago•1 comments

Outlier AI is paying cardiologists to review ECGs and train AI models (referral)

https://app.outlier.ai/en/expert/referrals/link/2REalwVscvVRImDKiXksxm7YpZg
1•elsadek•49m ago•0 comments

Libomemo.js 0.0.1 – OMEMO crypto library for JavaScript

https://github.com/conversejs/libomemo.js/releases/tag/v0.0.1
1•neustradamus•50m ago•0 comments

Sam Altman's startup is hoping Jared Leto's band will make you scan your eyeball

https://sfstandard.com/2026/05/21/jared-leto-sam-altman-eye-scanner-concert-tour/
2•voxadam•51m ago•0 comments

We built an agent for CI despite using Claude Code for everything else

https://www.mendral.com/blog/how-we-built-our-ai-agent
2•shad42•52m 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.