frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How to Manage Your Robot

https://johnjeffers.com/how-to-manage-your-robot/
1•mooreds•1m ago•0 comments

Show HN: Writemark, a dependency free web component for inline Markdown editing

1•_boffin_•2m ago•0 comments

Did They Ghost You?

https://didtheyghostyou.com/
2•mooreds•3m ago•0 comments

Ruflo: An agent meta-harness for Claude Code and Codex

https://github.com/ruvnet/ruflo
1•ms7892•9m ago•0 comments

Fedora 45 Atomic Desktops Look to Allow for Web-Based Remote Installations

https://www.phoronix.com/news/Fedora-45-Atomic-Remote-Install
1•nateb2022•11m ago•0 comments

Show HN: Awsmux – Multi-account AWS CLI, up to 5.4x faster, 7.4x fewer tokens

https://github.com/0hardik1/awsmux
2•0hardik1•12m ago•0 comments

Have your say on advancing AI transparency in Canada

https://ised-isde.canada.ca/site/ised/en/have-your-say-advancing-ai-transparency-canada
1•hmokiguess•14m ago•0 comments

Ask HN: What are some popular AI detection software that you know/have used?

1•dd-sharma•17m ago•1 comments

NVLink, NVSwitch, and All That

https://blog.doubleword.ai/nvlink-scale-up
1•matt_d•17m ago•0 comments

How are you authorizing AI agents that call MCP servers?

https://www.keydris.com/
2•ahmed89•23m ago•0 comments

JetBrains Is Sunsetting Kotlin Notebook – What It Means for Kotlin Developers

https://medium.com/@muhamadsyafii4/jetbrains-is-sunsetting-kotlin-notebook-what-it-means-for-kotl...
4•sorokod•27m ago•1 comments

Show HN: Open-source AI bookmark manager for busy people

https://github.com/rortan134/cache-app
1•gsmt•30m ago•2 comments

'Shameful': Pentagon accused of cover-up over US Military casualties in Iran war

https://www.theguardian.com/us-news/ng-interactive/2026/jul/25/pentagon-iran-war-casualties-cover-up
4•hebelehubele•31m ago•0 comments

America Is About to Go over a Peptide Cliff

https://www.theatlantic.com/health/2026/07/peptide-bpc157-fda-compounding-pharmacy/688052/
3•paulpauper•32m ago•0 comments

When Middle Age Starts

https://www.theatlantic.com/family/2026/07/middle-age-start-end/688021/
2•paulpauper•32m ago•0 comments

I Tried Coding My Own Graphics Library

https://www.youtube.com/watch?v=_JGMgpyCTsY
1•birdculture•33m ago•0 comments

You Cannot Escape the Details

https://davidnicholaswilliams.com/you-cannot-escape-the-details/
1•davnicwil•33m ago•0 comments

General Resolution: LLM Usage in Debian

https://www.debian.org/vote/2026/vote_002
3•zdw•37m ago•0 comments

The Next Ten Billion Years (2013)

https://www.resilience.org/stories/2013-09-05/the-next-ten-billion-years/
2•simonebrunozzi•37m ago•0 comments

Show HN: Proxmox -> Share your host's Bluetooth with a VM over the network

https://github.com/lucid-fabrics/proxmox-bluetooth
14•wmehanna•40m ago•2 comments

Show HN: I created a way to turn your GitHub contribution graph into a game

https://ykdojo.github.io/gh-commit-history/
1•ykev•42m ago•1 comments

Show HN: Minesweeper Raycasted

https://claude.ai/public/artifacts/725f961b-09dc-4a66-8dac-8fefeeb69a1f
2•franze•42m ago•0 comments

Agent's Personality Tax: Stop Re‑Buying Your Agent's Context

https://tanishq.xyz/engineering/agent-personality-tax
1•tanishqxyz•42m ago•1 comments

Show HN: Tasku. Manage Tasks from the Terminal

https://github.com/tomdringer/tasku
1•nerimasoft•43m ago•0 comments

Car Hacking and Vulnerability Reporting in 2026

https://www.hakstuff.net/blog/car-hacking-and-vulnerability-reporting-in-2026
1•simonebrunozzi•46m ago•1 comments

Producing ammonia and fertiliser using wind power in Morris, Minnesota

https://ammoniaenergy.org/articles/flexible-renewable-ammonia-demonstrator-now-operational-in-min...
28•gritzko•51m ago•4 comments

NanoPutians, organic molecules whose structural formulae resemble human forms

https://en.wikipedia.org/wiki/NanoPutian
3•okl•51m ago•0 comments

Tokokino

https://tokokino.com
1•handfuloflight•51m ago•0 comments

Geohash

https://en.wikipedia.org/wiki/Geohash
2•colinprince•54m ago•0 comments

Show HN: HN Glance – a visual way to read Hacker News

https://hnglance.com
2•valentinvieriu•56m 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.