frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I made a and135 files converter to Markdown,free and private in browser

https://privatemarkdown.com/
1•GiooEn•37s ago•0 comments

Where Was Your Backyard 145M Years Ago?

https://nautil.us/where-was-your-backyard-145-million-years-ago-1283084
1•Brajeshwar•56s ago•0 comments

Show HN: Somebodyhire.me

https://somebodyhire.me/
1•btcalex•58s ago•0 comments

Show HN: DocSlicer – Structure-aware PDF/DOCX/PPTX parser, 31 pages/SEC on CPU

https://github.com/DocSlicer/DocSlicer
1•JelleDM•1m ago•0 comments

iPhone could stop you getting into the wrong Uber ever again

https://appleinsider.com/articles/23/08/08/apple-wants-to-use-ar-to-guide-you-to-your-ride-sharin...
1•alwillis•1m ago•0 comments

Why strict memory overcommit matters for Postgres

https://clickhouse.com/blog/strict-memory-overcommit-for-postgres
1•saisrirampur•1m ago•0 comments

FedEx 2026 Holiday Surcharges: What Shippers Need to Know

https://www.intelligentaudit.com/blog/fedex-2026-holiday-surcharges-what-shippers-need-to-know
1•mooreds•2m ago•0 comments

AI-coding agents kill team collaboration

https://leaddev.com/ai/ai-coding-agents-kill-team-collaboration
1•numbsafari•2m ago•0 comments

Ubuntu's TPM encryption switches to snap kernel that blocks deb kernel packages

https://bare.systems/posts/ubuntu-tpm-snap/
1•6jQhWNYh•8m ago•0 comments

Xenharmlib (music theory library) adds support for Just Intonation

https://xenharmlib.readthedocs.io/en/latest/whats_new_0_4_0.html
2•retooth•8m ago•0 comments

Destructive Convenience

https://volpeon.ink/notebook/dangerous-convenience/
1•mintplant•9m ago•0 comments

Spam - a System PAckage Manager for folks who use multiple platforms

https://codeberg.org/aol/spam
1•mixmastamyk•9m ago•0 comments

"Uncensored" open LLMs are measurably more optimistic than their base models

https://arxiv.org/abs/2607.17427
4•oleczek•10m ago•1 comments

WebKit Features for Safari 26.6

https://webkit.org/blog/18178/webkit-features-for-safari-26-6/
2•ksec•10m ago•0 comments

The Sticky Mark-Bit Algorithm for GCs

https://wingolog.org/archives/2022/10/22/the-sticky-mark-bit-algorithm
1•achierius•10m ago•0 comments

Home Office used 'AI hallucinated' information to refuse asylum claim, judge

https://www.theguardian.com/uk-news/2026/jul/28/home-office-used-ai-hallucinated-information-to-r...
4•sbulaev•12m ago•0 comments

Show HN: A search engine for one-word .com domains

https://www.muffin-company.com/word-domains
2•garyhbutton•13m ago•0 comments

Please, Don't Screw Up Neuromancer

https://freddiedeboer.substack.com/p/please-dont-screw-up-neuromancer
4•paulpauper•14m ago•2 comments

Debating Housing and More with Steve Hilton

https://www.richardhanania.com/p/debating-housing-and-more-with-steve
3•paulpauper•15m ago•0 comments

I showed an AI an image it couldn't see – then caught it lying about what it saw

https://paulshepherd.com/conversations/session-1.html
4•LifeWithGlee•15m ago•2 comments

Paged Out – Issue #9

https://pagedout.institute/webview.php?issue=9&page=1
3•birdculture•15m ago•0 comments

Claude Opus 5: Model Welfare

https://thezvi.substack.com/p/claude-opus-5-model-welfare
5•paulpauper•16m ago•0 comments

Model Context Protocol Grows Up

https://techstrong.ai/articles/model-context-protocol-grows-up/
3•CrankyBear•16m ago•0 comments

Built Once, Serves Many: How We Rebuilt Experiment Analysis Platform at Roku

https://engineering.roku.com/built-once-serves-many-how-we-rebuilt-experiment-analysis-platform-a...
3•milindnandankar•16m ago•1 comments

Removing Apache Log Noise

https://j11g.com/removing-apache-log-noise
2•speckx•17m ago•0 comments

You Could Have Come Up with Kimi Delta Attention

https://blog.doubleword.ai/you-could-have-come-up-with-kimi-delta-attention
5•AnhTho_FR•17m ago•0 comments

Agentic Permissions Policy Algebra for Taint Confinement in LLM Agents

https://arxiv.org/abs/2607.24625
2•zhinit•19m ago•0 comments

Pay Gruber

https://ninjasandrobots.com/pay-gruber
3•nate•20m ago•0 comments

Mysterious Human Relative Was Bigger Than Previously Thought

https://nautil.us/mysterious-human-relative-was-bigger-than-previously-thought-1283071
2•Brajeshwar•23m ago•0 comments

How Do I Profile eBPF Code?

https://naveensrinivasan.com/posts/2026-07-22-how-do-i-profile-ebpf-code/
15•snaveen•23m 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.