frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Learning on the Shop Floor

https://twitter.com/tobi/status/2053121182044451016
1•cmbailey•2m ago•0 comments

Show HN: A freehand drawing guestbook for my portfolio

https://paco.fyi/guestbook
1•leoverdura•3m ago•0 comments

Pixie, a local-first workbench for your tools and models

https://github.com/AlexKapadia/Pixie
1•alexkapadia1•4m ago•0 comments

Deep Dive into SHA-3: Understanding Keccak and Sponge Functions

https://kerkour.com/sha3
2•randomint64•4m ago•0 comments

REST in Peace GraphQL

https://raheeljunaid.com/blog/rest-in-peace-graphql/
1•raheelrjunaid•6m ago•0 comments

Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep

https://github.com/MinishLab/semble
1•Bibabomas•8m ago•0 comments

Peter G. Neumann (RISKS) has died

https://mastodon.laurenweinstein.org/@lauren/116590409762570703
1•davidgerard•8m ago•0 comments

Memoirs from the old web: IE's crazy content rating system

https://www.devever.net/~hl/pics
2•pona-a•9m ago•0 comments

U.S. eyes attack-drone threat from Cuba

https://www.axios.com/2026/05/17/us-military-drones-cuba
1•cwwc•9m ago•0 comments

Solomon's Paradox

https://en.wikipedia.org/wiki/Solomon%27s_paradox
1•andrewstetsenko•13m ago•0 comments

AI license plate cameras tore this town apart and led to a state of emergency

https://www.washingtonpost.com/nation/2026/05/17/citys-ai-license-plate-cameras-led-an-uproar-sta...
2•greenburger•14m ago•2 comments

Handling the great code forge fragmentation

https://www.alexselimov.com/posts/forge_fragmentation/
1•mooreds•14m ago•0 comments

Show HN: Use-outside-click – tiny framework-agnostic outside click utility

https://www.npmjs.com/package/@kitsunechaos/use-outside-click
1•kitsunechaos•14m ago•0 comments

The German town where people print their own money [video]

https://www.youtube.com/watch?v=WzijH3lgzHI
1•dataflow•17m ago•0 comments

Show HN: A choose-your-own-adventure through 28 possible AI futures

https://es92.github.io/Singularity-Map/
1•evanevan•17m ago•1 comments

Object-oriented Programming in C (2017)

https://jordanlord.co.uk/blog/object-oriented-programming-in-c/
1•mooreds•19m ago•0 comments

Show HN: WhispHub CLI – push your projects to WhispHub from the terminal

https://crates.io/crates/whisphub
1•whispem•21m ago•0 comments

Who will maintain the web when PHP's veterans retire?

https://thenewstack.io/php-web-skills-hiring-age/
1•mooreds•21m ago•0 comments

Scientists Discover New Crystal Formed by Nuclear Blast

https://www.404media.co/scientists-discover-strange-new-crystal-formed-by-nuclear-blast/
1•Brajeshwar•21m ago•0 comments

Tool mapping 90 companies in the photonics and CPO supply chain

https://leonardo-boquillon.com/photonic-cop-supply-chain
1•lboquillon•23m ago•0 comments

Alan Kay at UCLA CS 201 2026-05-05 [video]

https://www.youtube.com/watch?v=V_Vn5rz6hL0
1•muhic•23m ago•0 comments

Voyager Spacecraft Code

https://spacedaily.com/nasa-still-maintains-some-of-the-voyager-spacecraft-code-in-a-1970s-era-pr...
2•ohjeez•26m ago•0 comments

Give every tool LLM wiki and bypass Claude Code SSH Throttle

1•jakemattison•27m ago•0 comments

Mojo: SIMD

https://mojolang.org/docs/std/builtin/simd/SIMD/
1•tosh•27m ago•0 comments

Germany's spy agency picks French AI firm over Palantir

https://www.politico.eu/article/germany-spy-agency-picks-france-ai-firm-over-palantir/
2•rustoo•33m ago•0 comments

The LLM Fine-Tuning Guide

https://www.promptinjection.net/p/the-ultimate-llm-ai-fine-tuning-guide-tutorial
1•JustMyNews•35m ago•0 comments

Show HN: Forecasting my backyard weather with a 22M time-series model

https://huggingface.co/spaces/bitsofchris/time-series-ai-weather-forecast
1•chrisdevs•36m ago•0 comments

Ecsypno and UT Austin ISO join forces for free services to non-profits

https://ecsypno.com/blogs/news/building-a-worldwide-web-vulnerability-scanner
1•tasos_laskos•38m ago•1 comments

Reduce software supply-chain risks with coordinated agentic review

https://thirdpass.dev/
1•rndhouse•39m ago•1 comments

RapidFire Lite – Zero-dependency API load tester in pure Python

https://github.com/arjuninfotechinc/rapidfire-lite
1•hifiarjun•44m 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.