frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Offpunk Manifesto

https://blog.ayom.media/ideiasdechirico/offpunk-manifesto
1•yu3zhou4•2m ago•0 comments

Oh-My-Openagent

https://github.com/code-yeongyu/oh-my-openagent/tree/dev
1•mooreds•2m ago•0 comments

Embedded Rust RTOS vs. C RTOS

https://tweedegolf.nl/en/blog/65/async-rust-vs-rtos-showdown/
1•kooi•2m ago•0 comments

Firefox's AI Switch Is Off. Telemetry Isn't

https://marius.blog/firefox-155-ai-kill-switch-retest/
2•speckx•4m ago•0 comments

Hong Kong activist Joshua Wong pleads guilty in second national security case

https://www.nbcnews.com/world/asia/hong-kong-activist-joshua-wong-pleads-guilty-second-national-s...
2•mikhael•4m ago•0 comments

I Am not Going To Buy A Computer (2000) [pdf]

https://classes.matthewjbrown.net/teaching-files/philtech/berry-computer.pdf
1•Tomte•5m ago•0 comments

Shein's Unhappy IPO

https://www.ft.com/content/66df7f0e-ce6a-4619-8044-fa23423db3e7
2•JumpCrisscross•6m ago•0 comments

CFTC moots rules to stop prediction markets from giving affiliates advantages [pdf]

https://www.govinfo.gov/content/pkg/FR-2026-08-06/pdf/2026-15948.pdf
2•JumpCrisscross•6m ago•0 comments

Camerabuds

https://www.sandbar.com/learning-by-doing
2•minafahmi•6m ago•0 comments

Foreign business owners leave Japan in droves under tighter visa rules

https://asia.nikkei.com/spotlight/japan-immigration/foreign-business-owners-leave-japan-in-droves...
2•mikhael•7m ago•0 comments

Slope over Y Intercept

https://mattrickard.com/hire-slope-not-intercept
2•iacguy•8m ago•0 comments

Claude config-drift-checker: CI for your Claude.md, skills and hooks

https://github.com/jameskomo/config-drift-checker.
2•smartwordworld•9m ago•0 comments

Why do so many tools have JSON config files?

https://textlog.cc/post/895
3•stagas•12m ago•0 comments

Show HN: Codeknow – Architecture health scores for any codebase, no LLM needed

https://github.com/asalsali/codeknow
2•alexjsalsali•13m ago•0 comments

A Million Falcons Went Missing. Here’s How They Were Found

https://www.nationalgeographic.com/animals/article/falcons-migration-angola-falcopolis
4•bryanrasmussen•15m ago•0 comments

What Makes LLM Tokenization Slow?

https://healeycodes.com/what-makes-llm-tokenization-slow
2•ibobev•16m ago•0 comments

Google Donates Longfellow ZKP Library to Linux Foundation Europe

https://blog.google/products-and-platforms/platforms/google-pay/zero-knowledge-proof-library-linu...
2•pentagrama•17m ago•0 comments

Detecting LLMs

https://www.usebox.net/jjm/blog/detecting-llms/
2•speckx•18m ago•0 comments

The companies powering AI are outperforming those building it

https://www.home.saxo/content/articles/commodities/the-companies-powering-ai-are-outperforming-th...
2•toomuchtodo•20m ago•0 comments

Afterword (game): for each adjective, type the noun most likely to follow it

https://afterword.exe.xyz/
2•sea-gold•20m ago•0 comments

No AI until high school:NYC schools announce major classroom technology overhaul

https://abc7ny.com/post/new-york-city-public-schools-banning-ai-use-middle-school-year/19778716/
7•thunderbong•21m ago•0 comments

OWASP Top for Agentic Applications – The Benchmark for Agentic Security

https://genai.owasp.org/2025/12/09/owasp-top-10-for-agentic-applications-the-benchmark-for-agenti...
1•Bluestein•21m ago•0 comments

Meta bricked the cameras on its AI glasses

https://www.businessinsider.com/meta-glasses-camera-disabled-tampering-recording-light-update-2026-9
3•simpleintheory•21m ago•0 comments

Strands Agents SDK

https://strandsagents.com/
1•taylorbuley•22m ago•0 comments

This Fence Has No Farmer (Chesterton's Fence and AI-Generated Code)

https://adamgreenough.net/blog/this-fence-has-no-farmer/
2•xadz•23m ago•0 comments

The Overton Window of Food

https://think-twice.me/?p=116
1•zug_zug•23m ago•0 comments

I Don't Think I Can Stay in Tech

https://coyotetracks.org/blog/stay-in-tech/
4•speckx•23m ago•0 comments

Ask HN: Did HN get much slower recently?

2•progbits•27m ago•2 comments

Google's Fairwind Program: Cyber defense tools for trusted partners

https://blog.google/innovation-and-ai/technology/safety-security/fairwind-program/
1•xnx•27m ago•0 comments

Electronic skin for prosthetics to sense temperature and pressure

https://news.wsu.edu/press-release/2026/08/20/researchers-develop-electronic-skin-for-prosthetics...
1•gmays•28m 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.