frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Grudge: Stochastic data structure for holding multi-tenant grudges

https://github.com/satmihir/grudge
1•jscrab•1m ago•0 comments

AI models' values are different from most people's

https://www.economist.com/briefing/2026/06/25/ai-models-values-are-very-different-from-most-peoples
1•Khaine•2m ago•0 comments

Widevine

https://en.wikipedia.org/wiki/Widevine
1•gregsadetsky•3m ago•0 comments

Former Judge Hannah Dugan avoids prison, fined $5k in ICE obstruction case

https://wisconsinexaminer.com/2026/07/08/former-judge-hannah-dugan-avoids-prison-fined-5000-in-ic...
1•petethomas•3m ago•0 comments

Ask HN: Would you pay to discuss a book with an official AI clone of its author?

1•briangao•5m ago•0 comments

Show HN: SlopWatch - A browser extension to rate webpages with AI content

https://chromewebstore.google.com/detail/slopwatch-the-online-watc/nihlmmcfkabobchdpjimenhcfmaoglkj
1•HademLeFashie•10m ago•0 comments

A Theory of Contrastive Learning with Natural Images

https://arxiv.org/abs/2607.07470
2•E-Reverance•11m ago•0 comments

Google Earth Pro desktop downloads will end in 2027

https://support.google.com/earth/thread/448773864/update-on-google-earth-pro-desktop-app-download...
1•linzhangrun•16m ago•0 comments

How to Listen to a Tarantino Movie

https://hollisrobbinsanecdotal.substack.com/p/how-to-listen-to-a-tarantino-movie
1•HR01•17m ago•0 comments

The DuckDB ADBC Extension

https://columnar.tech/blog/announcing-duckdb-adbc-extension//
1•jonbaer•18m ago•0 comments

Superhero Movies Lost Their Power

https://www.statsignificant.com/p/how-superhero-movies-lost-their-power
1•jmsflknr•21m ago•0 comments

Argentina to Repay $4B, Defying Critics Who Doubted Tack

https://www.bloomberg.com/news/articles/2026-07-08/argentina-to-repay-4-billion-defying-critics-w...
1•petethomas•25m ago•0 comments

AI Stack Gap Map

https://www.currentai.org/blogs/introducing-the-gap-map-v0-1
1•colinprince•25m ago•0 comments

Together for a Healthier Clippy

https://blog.rust-lang.org/inside-rust/2026/07/06/unite-for-clippy/
2•droidjj•26m ago•0 comments

Show HN: I mapped 8.5M research papers into interactive atlas

https://tomesphere.com/atlas
1•leonickson•28m ago•0 comments

Show HN: Atelier, honest 30% savings on Claude code.

https://github.com/atelier-ws/atelier
1•pankaj4u4m•29m ago•1 comments

What Does a 13-Year-Old See on Snapchat in a Normal Week?

https://www.afterbabel.com/p/snapchat-recommends-harmful-content-kids-brooke-istook-2026
4•dgudkov•29m ago•1 comments

Product Shape Is the Moat

https://twitter.com/scottastevenson/status/2072336746327458178
2•gmays•33m ago•0 comments

Jellyfish Undersea Roundabout

https://visitfaroeislands.com/en/plan-your-stay/getting-around/world-first-under-sea-roundabout
2•hydrogen7800•33m ago•0 comments

Show HN: I solved biggest issue for the mainatiners of GitHub

2•RajX_dev•35m ago•0 comments

Auto compiles recorded LLM-agent behavior into verified WASM binaries

https://github.com/RightNow-AI/auto
1•mooreds•39m ago•0 comments

The AI Hype Reckoning Is Upon Us

https://karlbode.com/the-ai-hype-reckoning-is-upon-us/
3•cratermoon•42m ago•1 comments

We Mapped Rural Data Center Development – and Opposition

https://dailyyonder.com/we-mapped-rural-data-center-development-and-opposition-heres-what-we-foun...
2•cdrnsf•42m ago•0 comments

Tiiny.host: The simplest way to share your work online

https://tiiny.host/
1•thunderbong•46m ago•0 comments

Athenz vs. Spire Comparison

https://www.athenz.io/comparison.html#general
1•mooreds•47m ago•0 comments

Nobel-winning chemist leaves US to direct AI materials lab in China

https://www.nature.com/articles/d41586-026-02143-x
3•sbulaev•49m ago•1 comments

Show HN: Couldn't find a complete Codenames Generator so I make one

https://codenames-generator-bay.vercel.app/
1•tnus•51m ago•1 comments

OpenAI Launches Patch the Planet to Pay Down Open Source's Security Debt

https://zenaicorp.com/en/news/openai-patch-the-planet-open-source-security-trail-of-bits
2•zenai666•52m ago•0 comments

.38

https://www.guidavid.com/writing/38
2•gdss•53m ago•0 comments

I Think I Have LLM Burnout

https://www.alecscollon.com/blog/llm-burnout/
76•sosodev•55m ago•48 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.