frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LLM Agents Can Easily Tamper with Their Own Traces

https://arxiv.org/abs/2609.30266
1•sbulaev•8m ago•0 comments

An Introduction to Lithium Niobate Nanophotonics (2024)

https://www.latitudeds.com/post/an-introduction-to-lithium-niobate-nanophotonics
1•peter_d_sherman•8m ago•0 comments

Valley fever spreading to Central Valley cities, linked to oil drilling

https://www.latimes.com/science/story/2026-09-24/valley-fever-spreading-to-central-valley-cities-...
2•littlexsparkee•9m ago•0 comments

Show HN: Try SpikeUI (for free) and make .exe apps the easy way

https://nimoxi.com/spikeui/
1•Caronte3D•27m ago•0 comments

Ten Years of the Creative Independent

https://thecreativeindependent.com/ten-years/
1•cookingoils•27m ago•0 comments

Wall-mounted vegetable garden growing peppers over 2 meters tall [video]

https://www.youtube.com/watch?v=Wvb52q9TKKM
3•moltean•28m ago•0 comments

Qualcomm Unveils Snapdragon 8 Elite Gen 6 and Elite Extreme Gen 6

https://www.servethehome.com/qualcomm-unveils-snapdragon-8-elite-gen-6-and-elite-extreme-gen-6-ne...
1•cisc•35m ago•0 comments

Details of how Tumbler Ridge mass shooter used ChatGPT

https://www.cbc.ca/news/canada/british-columbia/mother-jones-chatgpt-safeguards-tumbler-ridge-bc-...
2•Alien1Being•37m ago•0 comments

Show HN: Twitter GIF Downloader and Conversation Browser-Based

https://twitee.co/twitter-gif-downloader
1•nohuman-labs•40m ago•0 comments

Getting root on OnePlus 15 from an untrusted app

https://blog.nns.ee/2026/09/24/oneplus-root/
1•shscs911•41m ago•0 comments

The Hannibal Directive

https://en.wikipedia.org/wiki/Hannibal_Directive
2•chasil•52m ago•1 comments

A free, keyless MCP Server for CVE data and per-CVE internet Exposure

1•echelongraph•1h ago•0 comments

Reelizer: Film Art, Curated

https://www.reelizer.com/about
1•thecosas•1h ago•0 comments

Stanford research suggests human brain might be two organs fused together

https://caliber.az/en/post/stanford-research-suggests-human-brain-might-be-two-organs-fused-together
2•wellpast•1h ago•1 comments

Earth microbes survive simulated conditions of Saturn moon's ocean

https://www.theguardian.com/science/2026/sep/25/earth-microbes-survive-conditions-enceladus-satur...
2•saikatsg•1h ago•0 comments

Technology and Marketing Law Blog

https://blog.ericgoldman.org/
3•peter_d_sherman•1h ago•0 comments

One, Two, Three, Eyes on Me (2017)

https://www.lrb.co.uk/the-paper/v39/n19/george-duoblys/one-two-three-eyes-on-me
2•Tomte•1h ago•0 comments

Show HN: The City – a native Mac app that shows Claude Code as a city of robots

https://github.com/Slaymish/theCity
1•slaymish•1h ago•0 comments

Show HN: Esh – English to Shell

https://github.com/numericalworks/esh
1•mindaslab•1h ago•0 comments

Unusual earthquake activity detected at site of former N. Korea nuclear facility

https://www.independent.co.uk/news/science/earthquake-north-korea-nuclear-mountain-mantap-b305227...
2•saikatsg•1h ago•0 comments

Online Sound Meter

https://asoundmeter.com/
1•artiomartiom•1h ago•0 comments

Citizenship Restored (2023)

https://www.lrb.co.uk/the-paper/v45/n18/daniel-trilling/diary
2•Tomte•1h ago•0 comments

Show HN: Practice ordering ramen from a Japanese ticket machine

https://ajin.im/is/building/kenbaiki/
1•poppypetalmask•1h ago•0 comments

The rise of the Jim Crow theobros

https://religionnews.com/2026/09/24/the-rise-of-the-jim-crow-theobros/
1•Anon84•1h ago•0 comments

Eikos - OSS Jev-like model

https://github.com/caiovicentino/eikos
1•emersonrsantos•1h ago•0 comments

Eliza Effect

https://en.wikipedia.org/wiki/ELIZA_effect
1•extr0pian•1h ago•0 comments

Solomon's Paradox

https://en.wikipedia.org/wiki/Solomon%27s_paradox
2•thelastgallon•1h ago•0 comments

Linux Unreal Tournament 2003 Master Server patch + Ultrawide and No Sound Fix

https://github.com/rokyed/ut2003-ultrawide-screen-patch
2•rokyed•1h ago•0 comments

Perfectly Replicating Red Bull Then Making It Caffeine-Free [video]

https://www.youtube.com/watch?v=7pTqGJ3KSLE
1•gw32•1h ago•0 comments

Hermann Weyl – Frank Aydelotte memorandum (1945)

https://albert.ias.edu/server/api/core/bitstreams/9feac6ca-38d1-4f5c-9876-75915f1a5762/content
1•georgecmu•1h 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.