frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Crap: Conditional Resource Access Protocol

https://ajaxdavis.dev/crap/
1•thomasfromcdnjs•3m ago•0 comments

Smevals: A small eval suite for evaluating models, prompts, and harnesses

https://simonwillison.net/2026/Jul/31/smevals/
1•seahorseemoji•17m ago•1 comments

Persistent State Machines: LLM Attention with INT4 In-Memory Cells

https://zenodo.org/records/21753002
1•yusuke_esaka•18m ago•0 comments

It's Not Just Real Estate. China Is Dead [video]

https://www.youtube.com/watch?v=Gw_0vVtKFq0
1•Bender•21m ago•0 comments

The AI Bubble Survives on $1.65T in Hidden Debt

https://www.youtube.com/watch?v=HXlcMbxzz0U
1•cable2600•28m ago•0 comments

AMD's physical AI plans come into focus as company launch Ryzen embedded AI X100

https://www.servethehome.com/amds-physical-ai-plans-come-into-focus-as-company-launches-ryzen-emb...
1•teleforce•30m ago•0 comments

Guix shell now inside Emacs

https://tusharhero.codeberg.page/guix-shell-in-emacs.html
1•birdculture•35m ago•0 comments

Open-sourced a local WAN 2.1 mobile pipeline for on-device video generation

https://github.com/SaientAI/saient-quartz
1•SaientAI•36m ago•0 comments

Timeline Shift AI – An AI self-reflection companion for difficult decisions

https://ai.thetimelineshift.co.uk/beta-access.html
1•seededhealthltd•38m ago•0 comments

Dark Hours

https://darkhours.io
2•jparise•39m ago•0 comments

Nirmal Purja, Renowned Mountaineer, Dies at 43 After Pakistan Avalanche

https://www.nytimes.com/2026/08/01/world/asia/nirmal-purja-dead-pakistan-avalanche.html
3•whack•43m ago•0 comments

Plants and their ants: When flora and fauna team up

https://knowablemagazine.org/content/article/living-world/2026/ants-and-plants-keep-symbiotic-par...
3•marojejian•46m ago•1 comments

the death of uppercase: a bet I made around 20 years ago (that i lost)

https://thepeoplesrepublicofcouch.org/the-bet/
2•gaws•48m ago•0 comments

AI will always find a difference

1•ghassenfaidi•48m ago•0 comments

China's tech advances are causing chaos from Silicon Valley to the White House

https://www.theguardian.com/technology/2026/aug/01/china-silicon-valley-white-house
2•Teever•49m ago•1 comments

Suffering

https://www.aaronbergman.net/p/on-suffering
2•barry-cotter•52m ago•0 comments

Jaron Lanier and DeGrasse Tyson on "There Is No AI"

https://www.youtube.com/watch?v=a_ZKYH8v_do
3•lifeisstillgood•1h ago•1 comments

The brief life and sudden death of Zyzz

https://www.theguardian.com/film/2026/aug/02/the-brief-life-and-sudden-death-of-zyzz-why-did-the-...
3•mellosouls•1h ago•1 comments

Walsh: Multi-agent research pipeline with risk manager that can veto trades

https://github.com/ats4321/walsh
2•atshu21•1h ago•0 comments

Dreamup+|+Dang.ai

https://dang.ai/tool/ai-art-generation-dreamup
1•thestbyguy•1h ago•0 comments

Ask HN: I still don't understand why AI agents need "skills"

3•skeptic_ai•1h ago•3 comments

Ablative Software

https://conikeec.substack.com/p/ablative-software
1•conikeec•1h ago•0 comments

Send and Pretend: Exploiting Transcript Consistency Issues in E2EE Group Chats

https://arxiv.org/abs/2607.27510
1•sbulaev•1h ago•0 comments

The Greenhouse and the Lens: Two Modes of Agentic AI Work

https://www.brethorsting.com/blog/2026/08/the-greenhouse-and-the-lens-two-modes-of-agentic-ai-work/
2•aaronbrethorst•1h ago•0 comments

Android SystemUI Crash-loop from a single Google Drive one link (STA whitepaper)

https://lostmon.blogspot.com/2026/07/resilience-gaps-in-android-ipc.html
1•Lostmon•1h ago•0 comments

Kobuk the Destroyer – Tales from the Wild, Unseen World of Test Engineering

https://wwnorton.com/books/9781324051299
2•ripe•1h ago•1 comments

Why Is Europe Burning?

https://www.newyorker.com/news/the-lede/why-is-europe-burning
4•littlexsparkee•1h ago•0 comments

European Search Perspective: Creating a new foundation for digital pluralism

https://www.eu-searchperspective.com/
2•TMWNN•1h ago•1 comments

Genomic findings and their implications for the evolutionary social sciences

https://www.sciencedirect.com/science/article/pii/S1090513824000722?via%3Dihub
2•geneticdrifts•1h ago•0 comments

A Uiua Type System

https://www.uiua.org/blog/a-uiua-type-system
2•xyzsparetimexyz•1h ago•1 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.