frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Competition Is Not the Problem

https://timleland.com/the-competition-is-not-the-problem/
1•TimLeland•1m ago•0 comments

Madden NFL 27 on Apple Arcade

https://www.apple.com/newsroom/2026/07/madden-nfl-27-arcade-edition-brings-gridiron-action-to-app...
2•nate•2m ago•0 comments

Emacs Docs: The modern documentation website Emacs deserves

https://emacsdocs.org
1•chiply•3m ago•1 comments

Asterism – a local-first knowledge graph that grows from your Claude chats

https://github.com/biditdas18/asterism
1•biditdas18•3m ago•0 comments

End-to-end encrypted secret sharing with the Web Crypto API

https://notnotp.com/notes/end-to-end-encrypted-secret-sharing-with-the-web-crypto-api/
1•chmaynard•6m ago•0 comments

Rural NY School District Will Be One of First to Bring Humanoid Robot into Class

https://nysfocus.com/2026/07/14/new-york-humanoid-robot-teacher-salamanca-school-district
1•amichail•8m ago•0 comments

"Light" Grub Alternative Package for Confidential Computing

https://www.phoronix.com/news/GRUB-Light-Approved-Fedora-45
2•Bender•11m ago•0 comments

Linux Foundation's Latest Foray Is to Standardize Payments for AI Agents

https://www.phoronix.com/news/Linux-Foundation-x402
1•Bender•11m ago•0 comments

NanoSASRec

https://github.com/eifuentes/nanoSASRec
1•efavdb•11m ago•0 comments

People Who Will Thrive in the AI Age

https://www.theatlantic.com/ideas/2026/06/ai-open-ai-anthropic/687689/
1•sodiumjoe•12m ago•0 comments

Beyond the Dashboard: Where Competitive Advantage Lives

https://www.library.hbs.edu/working-knowledge/beyond-the-dashboard-where-competitive-advantage-re...
1•paulpauper•13m ago•0 comments

Ambient Music via Conway's Game of Life

https://www.moishelettvin.com/life-ambient/
1•sys_call•13m ago•0 comments

Five Laws of Generative AI

https://isaaclyman.com/blog/posts/five-laws-of-ai/
1•aard•13m ago•0 comments

Why is Everybody Nostalgic About the 80s?

https://grimoiremanor.substack.com/p/why-is-everybody-nostalgic-about
1•paulpauper•14m ago•0 comments

Can you get a job at Bending Spoons?

https://www.wsj.com/business/bending-spoons-jobs-hiring-stock-eaed2b8e
1•paulpauper•15m ago•0 comments

Database Sharding

https://planetscale.com/blog/database-sharding
2•mahirsaid•16m ago•0 comments

AeroSLS – Simulated Single Level Strorage OS

https://aerosls.kubeworkz.io/
1•SpuriousReg•19m ago•0 comments

Blender 5.2 LTS Released with Many Great Enhancements

https://www.phoronix.com/news/Blender-5.2-Released
2•Bender•20m ago•0 comments

Run a Tor relay (not exit)

https://community.torproject.org/relay/
2•MMTlover•21m ago•0 comments

Blender 5.2 LTS

https://www.blender.org/download/releases/5-2-lts/
1•makizar•21m ago•1 comments

Open Sourcing the Atuin AI Server

https://blog.atuin.sh/atuin-ai-oss/
3•johnbehnke•23m ago•0 comments

How I built my site with no frameworks and Claude Code (PHP, vanilla JavaScript)

https://ivanmisic.net/blog/ai-tools/how-i-built-this-site-with-claude-code
2•imisic•25m ago•1 comments

Show HN: Poseberry: create AI influencers that pose with your products

https://poseberry.com
1•itsdevdaniel•27m ago•0 comments

Chinese CXMT to Match Micron's DRAM Manufacturing Capacity This Year

https://www.techpowerup.com/350726/chinese-cxmt-to-match-microns-dram-manufacturing-capacity-this...
1•yogthos•28m ago•0 comments

Why not LLMs?

https://codeberg.org/ethical-foss/open-slopware/src/branch/main/why_not_llms.md
4•lr0•29m ago•0 comments

US fossil fuel power spending to beat China for the first time in decades

https://www.reuters.com/business/energy/iea-forecasts-us-fossil-fuel-power-spending-beat-china-fi...
1•ironyman•30m ago•0 comments

The US may be hitting a tipping point for heat pumps

https://grist.org/energy/the-us-may-be-hitting-a-tipping-point-for-heat-pumps/
2•toomuchtodo•32m ago•1 comments

One Model or Twenty-Six?

https://www.supcpu.com/research/one-model-or-twenty-six/
1•romellogoodman•32m ago•0 comments

Uber's robotaxi lobbying effort puts it on a collision course with Waymo

https://techcrunch.com/2026/07/13/ubers-robotaxi-lobbying-effort-has-put-it-on-a-collision-course...
1•nickvec•32m ago•0 comments

Skydreams

https://killedbyapixel.github.io/TinyCode/1K/Skydreams/
1•memalign•33m 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.