frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Plants Get Wearables to Track Their Health

https://now.tufts.edu/2026/07/08/plants-get-wearables-track-their-health
1•giuliomagnifico•4m ago•0 comments

Building Synapse offline-first with Loro

https://dhovart.tngl.sh/synapse-blog/loro-offline-first/
1•denzen•5m ago•0 comments

AI drove Shopify back to clean code

https://www.theregister.com/devops/2026/07/25/how-ai-drove-shopify-back-to-clean-code/5277901
1•sbulaev•6m ago•0 comments

The Future of American Defense – Y Combinator [video]

https://www.youtube.com/shorts/iOeW40N-1VI
1•xyzsparetimexyz•10m ago•0 comments

No Stack Overflow, No Autocomplete: What Coding Felt Like in the 80s

https://comuniq.xyz/post?t=1439
4•01-_-•15m ago•2 comments

Upd.dev: Free Git hosting, including the freedom to vibe code

https://upd.dev
4•Xlab•19m ago•0 comments

Show HN: A platformer video game using visual representations of functions

https://function-platformer.vercel.app/
1•dbagr•19m ago•0 comments

When the AI bubble bursts, silver is Eric Sprott's play

https://stockhead.com.au/resources/when-the-ai-bubble-bursts-silver-is-eric-sprotts-play/
1•parallel_shell•20m ago•0 comments

Show HN: Sip-exporter – passive eBPF-based SIP/RTP monitoring with Prometheus

https://github.com/aibudaevv/sip-exporter
1•aibudaev•23m ago•0 comments

PaperScreen: Give your Mac's display a softer, paper-like feel

https://github.com/Bearbobs/PaperScreen
1•anuj0070•27m ago•0 comments

Systemd Linger

https://etbe.coker.com.au/2026/07/24/systemd-linger/
2•edward•30m ago•0 comments

Genesis Mission Overview

https://github.com/donutloop/donutloop-genesis/blob/main/README.md
1•donutloop•31m ago•0 comments

France and Spain wildfires: more than 300k people displaced

https://www.cnn.com/2026/07/26/world/live-news/france-spain-wildfires-evacuations
4•tosh•32m ago•0 comments

As Burlington reviews data centre plan, councillors reject moratorium

https://www.cbc.ca/news/canada/hamilton/data-centre-moratorium-burlington-9.7282901
1•01-_-•34m ago•0 comments

Against the System: Rise of the Robots (2001)

https://phrack.org/issues/57/10#article
1•negura•35m ago•0 comments

Show HN: Termic – desktop app for running CLI coding agents (Claude Code, Codex)

https://termic.dev/
1•SimionBaws•36m ago•0 comments

Show HN: Cfbench – A lightweight native CLI for Cloudflare speed tests

https://github.com/fcendesu/cfbench
1•fcen•37m ago•0 comments

Corner Chess

https://cs.nyu.edu/~shasha/drecco/games/2016/cornerchess/
1•tosh•38m ago•0 comments

Emacs Writing Machine

https://chainsawriot.com/postmannheim/2026/07/25/writeredeck.html
1•birdculture•39m ago•0 comments

Robots programmed by kids to speak their Indigenous languages

https://www.npr.org/2026/07/26/nx-s1-5825798/robot-speaks-endangered-native-american-languages
2•defrost•39m ago•1 comments

Apertus 1.5, Swiss open-weight, open-source, open training data model

https://apertus-ai.org/articles/2026-07-apertus-1-5/
1•flaburgan•40m ago•1 comments

Interactive 3D Dice Roller with Custom Physics and Shaders

https://ttrpg.dies.kmcprizmquest.dev/
1•Radversalo•51m ago•0 comments

How to be useful as a software architect

https://swizec.com/blog/how-to-be-useful-as-a-software-architect
2•meetpateltech•53m ago•0 comments

Elevated Errors for Opus 5

https://status.claude.com/incidents/zftg3gqkmv18
2•TimCTRL•54m ago•0 comments

I built a jav data API, need honest feedback

1•javinfo•56m ago•0 comments

Show HN: OpenStrap – use a WHOOP 4.0 band without a subscription

https://openstrap.github.io/edge/
1•abdulsaheel123•1h ago•0 comments

Show HN: Tawrida – Global Trade Tools – Export-Document Generators

https://tawrida.xyz/tools
2•m-zakarya•1h ago•0 comments

Anthropic should learn from those cotton-picking socialists

https://asteriskmag.com/issues/15/rust-and-boll
2•maxall4•1h ago•0 comments

Practice your YC interview against Garry Tan's gstack specialists, on a meeting [video]

https://www.youtube.com/watch?v=PMiIytmoEuk
4•anand_pattern•1h ago•1 comments

High Volume Transaction Processing Without Concurrency Control (1997)

https://www.researchgate.net/publication/2310700_High_Volume_Transaction_Processing_Without_Concu...
1•tosh•1h 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.