frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Does Silicon Valley Dream of Philip K Dick?

https://www.ft.com/content/bdcf7729-3b03-49ec-82fb-b5773fdaa990
1•spy888•2m ago•1 comments

Deployah v0.7.0 – Spec-to-Release for Kubernetes without writing Helm charts

https://github.com/deployah-dev/deployah
2•atkrad•5m ago•0 comments

Jcode – open-source AI coding agent for the terminal

https://jcode.sh/
1•jonbaer•5m ago•0 comments

Why havent we found any aliens yet?

https://www.theguardian.com/news/2026/aug/11/the-great-silence-why-havent-we-found-any-aliens-yet
2•6LLvveMx2koXfwn•7m ago•0 comments

I reverse-engineered Codex's web search for use with Claude, and any local model

https://github.com/mateusdcc/pi-gpt-search
2•mateusdcc•8m ago•0 comments

They Killed Old Reddit

https://old.reddit.com/r/worldnews
2•pluc•9m ago•1 comments

Video Is a Playable Shooter Game [video]

https://www.youtube.com/watch?v=XW_bGXwfklI
1•smusamashah•11m ago•0 comments

Mac, out loud – text to speech with open models. No cloud, no analytics

https://sayit.sh/
1•lumannnn•12m ago•0 comments

Pessimist's Guide to the Next 10 Years (2010)

https://nextnature.org/en/magazine/story/2010/douglas-coupland-a-radical-pessimists-guide-to-the-...
1•FromHoiPolloi•12m ago•1 comments

Testing the effectiveness AI peer review

https://www.paullitvak.com/p/how-well-does-ai-peer-review-work
1•qsi•13m ago•0 comments

A WebMCP Interface

https://blog.cloudflare.com/webmcp/
1•nashashmi•13m ago•0 comments

Data Center Construction Monitoring from Satellite Imagery

https://datacenterbuildout.com/
1•jonbaer•14m ago•0 comments

There's a dungeon under this blog

https://blog.lvmbdv.dev/posts/theres-a-dungeon-under-this-blog/
1•mrtz•15m ago•0 comments

Cursor Router chooses the right model for the task

https://cursor.com/blog/how-cursor-router-works
1•kiyanwang•16m ago•0 comments

P: Safe asynchronous event-driven programming

https://dl.acm.org/doi/10.1145/2499370.2462184
1•Bluestein•17m ago•0 comments

Hunger stones, wrecks and bones: Europe's drought brings past to surface

https://www.theguardian.com/world/2022/aug/19/hunger-stones-wrecks-and-bones-europe-drought-bring...
1•sylvainkalache•18m ago•0 comments

FFmpeg Compiler?

2•danielszm•19m ago•1 comments

Samsung Galaxy Tab vs. iPad: Complete Buying Guide for 2026

https://www.analyticsinsight.net/phones/samsung-galaxy-tab-vs-ipad-complete-buying-guide-for-2026
2•swarnamukhi•22m ago•0 comments

Locating a livestream using background thunder sounds [video]

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

Show HN: Get a top Hacker News item with summary on every new tab

https://chromewebstore.google.com/detail/hacker-space/pmlajlgklmgabkhammfolkgkeghamjnn
1•KitN•23m ago•0 comments

Nvidia's Risky Business

https://stratechery.com/2026/nvidias-risky-business/
2•jonbaer•23m ago•0 comments

Show HN: Pi-Yahe: Yet Another Herdr Extension

https://github.com/marv1nnnnn/pi-yahe
1•marv1nnnnn•24m ago•0 comments

Swift-Node: Write Node.js Native Modules in Swift

https://github.com/biw/swift-node
1•biwills•24m ago•0 comments

Pi's AgentHarness: From an In-Process Loop to a Durable Runtime

https://github.com/earendil-works/pi/tree/main/packages/agent/docs
1•acmerfight•27m ago•0 comments

More than 10 firms pay up to $100k a month for access to Truth Social posts

https://www.bbc.com/news/articles/ce3q5nxpgk1o
2•whosgotch•28m ago•0 comments

Show HN: Ungate – use Claude and GPT subscriptions in Cursor without API costs

https://github.com/orchidfiles/ungate
1•theorchid•30m ago•0 comments

Gödel, Escher, Elisp: The Beauty of Macros

https://www.chiply.dev/post-elisp-macros-are-beautiful
2•signa11•35m ago•0 comments

2,500 Companies and 434,000 Pipelines Exposed – Largest AI Supply Chain Breach

https://www.cloudsek.com/blog/ai-supply-chain-breach-2500-companies-434000-cicd-pipelines
2•root-parent•37m ago•0 comments

Show HN: OpenClimbing v2.0 – OSM+Wikimedia climbing guide

https://www.openstreetmap.org/user/jvaclavik/diary/409174
3•jvaclavik•38m ago•0 comments

Show HN: Claude Code and Codex usage screen for TRMNL X e-ink

https://github.com/stared/trmnl-x-claude-codex
2•stared•41m 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.