frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hetzner us-east, now you can get only the smallest instance (CPX11)

https://status.hetzner.com/incident/0a75c7ae-3377-41dc-aabe-601063724d24
1•gkresic•1m ago•1 comments

Self-contained Linux applications with lone Lisp

https://www.matheusmoreira.com/articles/self-contained-lone-lisp-applications
1•fanf2•3m ago•0 comments

AionDB: PostgreSQL-compatible SQL, graph, and vector database in Rust

https://aiondb.xyz/
1•ayoubnabil•5m ago•0 comments

PSVL 1.0 – The most comprehensive source-visible license (276 clauses)

https://github.com/BMBOMICH/PSVL
1•BMBOMICH•9m ago•0 comments

AutoScientist: Automating the Science of Model Training

https://www.adaptionlabs.ai/blog/autoscientist
1•sethbannon•11m ago•0 comments

Economic Futures – Anthropic

https://www.anthropic.com/economic-futures
2•gurjeet•12m ago•0 comments

2D map of 26,741M/CV papers from CVPR, NeurIPS, ICML, ICLR (2024–2025)

https://matejgazda.com/posts/paper-map.html
1•matog•13m ago•1 comments

Waiting for Website Changes in the Browser

https://alexwlchan.net/2026/livereload-in-browser/
1•ingve•15m ago•0 comments

Claude subscriptions no longer include Agent SDK and Claude -p usage

https://www.xda-developers.com/anthropics-claude-subscriptions-no-longer-include-agent-sdk-and-cl...
1•gitaarik•20m ago•0 comments

Silicon Valley Is Bracing for a Permanent Underclass

https://www.nytimes.com/2026/04/30/opinion/ai-labor-work-force-silicon-valley.html
2•imartin2k•21m ago•0 comments

Best TTS in 2026: Blind Benchmark

https://techstackups.com/articles/best-tts-2026-blind-benchmark/
2•ritzaco•21m ago•0 comments

Bun's rewrite in Rust was merged

https://github.com/oven-sh/bun/commit/23427dbc12fdcff30c23a96a3d6a66d62fdc091d
6•maxloh•26m ago•3 comments

Show HN: I built an AI travel camera because I was tired of Google Lens

https://apps.apple.com/us/app/spotter-the-travel-companion/id6761238251
1•XanMan•27m ago•0 comments

Show HN: AGEF, an open evidence format for AI agent sessions

https://github.com/radotsvetkov/agef
1•radotsvetkov•27m ago•0 comments

Solar Impulse 2 Crashes into Gulf

https://dronexl.co/2026/05/13/solar-impulse-2-crashes-gulf/
1•pingou•28m ago•0 comments

PHP RFC: Bound-Erased Generic Types

https://wiki.php.net/rfc/bound_erased_generic_types
2•choult•28m ago•0 comments

Rewrite Bun in Rust has been merged

https://github.com/oven-sh/bun/pull/30412
3•Chaoses•29m ago•1 comments

An Experimental PS1 emulator written in Zig

https://github.com/maxpoletaev/nupsx
2•Einenlum•34m ago•0 comments

People Would Rather Have Nuclear Power Plants in Their Area Than AI Data Centers

https://www.forbes.com/sites/maryroeloffs/2026/05/13/people-would-rather-have-nuclear-power-plant...
3•robtherobber•35m ago•3 comments

The gen on the family of 'vi' clones

https://jdebp.uk/FGA/vi-family.html
1•JdeBP•36m ago•1 comments

49,000 Lake Tahoe residents will lose power to data centers

https://www.shacknews.com/article/149126/lake-tahoe-residents-lose-power-data-centers
2•vrganj•38m ago•0 comments

RFV-0001: Request for Vibes

https://github.com/Request-For-Vibes/rfv
1•tomaytotomato•39m ago•0 comments

Dependency free charting library for .NET with over 40 charts, diagrams, etc.

https://github.com/EvotecIT/ChartForgeX
1•themadboy•39m ago•0 comments

Ask HN: I've been using AI for 3 years,I've lost the ability to think for myself

2•snasan•40m ago•5 comments

Gloop – A Self-Modifying AI Agent and TS Library

https://gloop.codes/
1•hypendev•42m ago•0 comments

Benchmarking Quant Backtesting Engines

https://medium.com/@DolphinDB_Inc/benchmarking-quant-backtesting-engines-dolphindb-vs-backtrader-...
1•CrazyTomato•44m ago•0 comments

BBC announces David Attenborough is returning to narrate Blue Planet III

https://themanc.com/trending/bbc-announces-david-attenborough-is-returning-to-narrate-blue-planet...
1•thunderbong•44m ago•0 comments

Dissatisfied: Three-fourths of AI customer service rollouts are a letdown

https://www.theregister.com/ai-ml/2026/05/13/ai-customer-service-bots-get-rolled-back-at-74-of-fi...
2•dijksterhuis•45m ago•0 comments

How to Pick Your Life Partner – Part 1 (2014)

https://waitbutwhy.com/2014/02/pick-life-partner.html
1•downbad_•45m ago•0 comments

Bridge Launches Computer Agent Beta

https://twitter.com/bridge_surf/status/2054600056263623046
1•Johnson8053•46m 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.