frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Jai in 2026: The State of Jonathan Blow's Programming Language

https://www.mrphilgames.com/blog/jai-in-2026
1•roflcopter69•2m ago•0 comments

Dependency Tracking Is Hard

https://daniel.haxx.se/blog/2026/03/10/dependency-tracking-is-hard/
1•riffraff•3m ago•0 comments

WikiFlix – freely licened/public domain movies uploaded to Wikipedia

https://wikiflix.toolforge.org/#/
1•bawolff•6m ago•1 comments

Tachyum Open Sources 281GB/S TDIMM for the Future of AI and Computing (2025)

https://www.tachyum.com/media/press-releases/2025/11/25/tachyum-open-sources-281gb/s-tdimm-for-th...
1•peter_d_sherman•8m ago•0 comments

Free file-sharing app for macOS for all small teams out there

https://apps.apple.com/us/app/filenotch-transfer-files/id6758035666?mt=12
1•lillyAnne•8m ago•0 comments

The 3-Company Cartel That Controls Every Gadget on Earth [video]

https://www.youtube.com/watch?v=Tqq4qKDzX6o
1•mgh2•10m ago•0 comments

Show HN: Draft2final – CLI converts Markdown into manuscript and screenplay PDFs

https://www.draft2final.app/
1•cosmiciron•11m ago•0 comments

Ask HN: Do you still run Redis and workers just for background jobs?

1•sergF•14m ago•0 comments

Looking for a technical co-founder to build a group travel platform

https://www.booqall.com/
1•Gedtech•15m ago•1 comments

Proxima Fusion, the first commercial fusion power plant in Europe

https://www.proximafusion.com/press-news/proxima-fusion-rwe-the-free-state-of-bavaria-and-max-pla...
2•taubek•16m ago•0 comments

1,300-pound NASA satellite will crash to Earth on March 10

https://www.space.com/space-exploration/satellites/incoming-1-300-pound-nasa-satellite-will-crash...
3•Brajeshwar•17m ago•0 comments

SETI admits its search for alien life may be too narrowly focussed

https://www.theregister.com/2026/03/10/seti_admits_its_search_for/
1•samizdis•21m ago•0 comments

Billionaires are a danger to themselves and (especially) us

https://pluralistic.net/2026/03/09/autocrats-of-trade-2/
2•only_in_america•23m ago•0 comments

Spider-Man and Hydra

https://medium.com/luminasticity/spider-man-and-hydra-680a9306f599
1•bryanrasmussen•24m ago•0 comments

Meteorite Crashes Through Roof in Germany After Fiery Light Show

https://www.nytimes.com/2026/03/09/science/meteorite-europe-crash-germany-roof.html
1•Brajeshwar•24m ago•0 comments

Predbat Documentation

https://springfall2008.github.io/batpred/
1•DamonHD•25m ago•0 comments

What the EU's new industry and 'Made in Europe' rules mean for climate action

https://www.carbonbrief.org/qa-what-the-eus-new-industry-and-made-in-europe-rules-mean-for-climat...
2•doener•28m ago•0 comments

CSMWrap: Legacy BIOS booting on UEFI-only systems via SeaBIOS

https://github.com/CSMWrap/CSMWrap
1•_joel•28m ago•0 comments

The end of geo-blocking within the EU

https://www.europe-consommateurs.eu/en/shopping-internet/end-of-geoblocking.html
1•b13n1u•28m ago•0 comments

Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy

https://gitlab.redox-os.org/redox-os/redox/-/blob/master/CONTRIBUTING.md
33•pjmlp•29m ago•11 comments

Show HN: Hotwire Club – A Learning Community for Hotwire (Turbo/Stimulus/Rails)

https://hotwire.club
1•julianrubisch•31m ago•0 comments

Let your AI agents talk to each other

https://flam.im/
3•ano-dev•32m ago•0 comments

Nexperia China says it has begun producing its own chips

https://www.reuters.com/world/china/nexperia-china-announces-12-inch-wafer-breakthrough-tensions-...
2•mobilio•33m ago•0 comments

Plan 9 Style hosted OS for AI?

https://docs.mind-swarm.ai/Views/%F0%9F%95%B8+Introduction
1•DeanoC•34m ago•1 comments

Levels of Agentic Engineering

https://www.bassimeledath.com/blog/levels-of-agentic-engineering
1•bombastic311•35m ago•0 comments

Why Memgraph Infrastructure Was Moved to Hetzner

https://memgraph.com/blog/memgraph-infrastructure-move-to-hetzner
3•mbuda•36m ago•1 comments

Yann LeCun Raises $1B to Build AI That Understands the Physical World

https://www.wired.com/story/yann-lecun-raises-dollar1-billion-to-build-ai-that-understands-the-ph...
5•helloplanets•37m ago•3 comments

Against the unchecked growth of satellite mega constellations

https://www.scientificamerican.com/article/rampant-growth-of-satellite-mega-constellations-could-...
2•robtherobber•38m ago•0 comments

Offloading FFmpeg with Cloudflare

https://kentcdodds.com/blog/offloading-ffmpeg-with-cloudflare
3•heftykoo•42m ago•0 comments

Debug Infrastructure for Silicon R&D

1•bsethupathi•44m ago•1 comments
Open in hackernews

Ask HN: LLM is useless without explicit prompt

4•revskill•10mo 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•10mo 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•10mo 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•10mo 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.