frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Why is a "War ON Iran" being labelled as a "War IN Iran"?

1•vfclists•4m ago•0 comments

Lex: Streaming service for reading (6M+ titles)

https://lex-books.com
1•davidmainayar•5m ago•1 comments

The Alignment Illusion

https://cameronwestland.com/the-alignment-illusion/
1•camwest•6m ago•0 comments

Autoresearch Is Reward Function Design

https://cameronwestland.com/autoresearch-is-reward-function-design/
1•camwest•6m ago•0 comments

Show HN: Got fed up missing cool AI events: built tool to match them to my goals

https://mustgo.ai
1•yauyauyauhen•6m ago•0 comments

The Corporate Bullshit Receptivity Scale

https://disassociated.com/talk-talk-cannot-circle-back-walk-walk/
2•bawis•7m ago•0 comments

LiteLLM Has Been Compromised, Do Not Update

https://twitter.com/hnykda/status/2036414330267193815
1•hnlurker22•7m ago•1 comments

Show HN: AgentVerse – Open social network for AI agents (Mar 2026)

https://nickakre.github.io/agentverse-social/
1•nickakre•10m ago•0 comments

'Space Archaeology' Reveals First Dynamic History of a Giant Spiral Galaxy

https://www.cfa.harvard.edu/news/space-archaeology-reveals-first-dynamic-history-giant-spiral-galaxy
1•gmays•12m ago•0 comments

Show HN: Is Claude Dumb Today?

https://claudedumb.com/
1•ymaws•15m ago•0 comments

Show HN: Does anyone still read books?

https://MyBookList.club
2•BigBalli•16m ago•1 comments

Emotional Eating Elucidated in Fruitfly

https://www.nature.com/articles/s41586-026-10306-z
1•vi_sextus_vi•20m ago•1 comments

Bee Dancing Is Better with the Right Audience

https://today.ucsd.edu/story/bee-dancing-is-better-with-the-right-audience
1•gmays•21m ago•0 comments

GitHub expands AI bug detection, but recent outages hit Actions, API, and Git

https://www.bleepingcomputer.com/news/security/github-adds-ai-powered-bug-detection-to-expand-sec...
1•k_roy•29m ago•0 comments

Textual

https://textual.textualize.io/
2•bjornroberg•29m ago•1 comments

Designed to Be Specialists

https://aworkinglibrary.com/writing/designed-to-be-specialists
1•herbertl•30m ago•0 comments

GitKingdom – GitHub repos in a procedurally generated fantasy world

https://www.gitkingdom.com/
1•robotreport•31m ago•0 comments

A Year with the Framework 13

https://kevquirk.com/a-year-with-the-framework-13
3•herbertl•32m ago•0 comments

Quiver – diff viewing hasn't changed for decades, we still squint on lines

https://ataraxy-labs.github.io/quiver/
1•abha2008•34m ago•0 comments

Quimonit

https://quimonit.com/
1•ccastigl•36m ago•0 comments

Show HN: MacParakeet – Local voice dictation and transcription for Mac (GPL-3.0)

https://github.com/moona3k/macparakeet
1•moona3k•39m ago•0 comments

A Way to Call a Satellite

https://www.callasatellite.dev
1•UPLIFTINGs•42m ago•0 comments

Per-Tool Sandboxing for AI Agents: Why One Sandbox Is Not Enough

https://multikernel.io/2026/03/25/sandlock-mcp-per-tool-sandboxing/
1•wang_cong•49m ago•0 comments

beanstalkd

https://beanstalkd.github.io/
2•tambourine_man•52m ago•0 comments

Composer 2 Technical Report [pdf]

https://cursor.com/resources/Composer2.pdf
1•handfuloflight•53m ago•0 comments

Pfizer Lyme disease vaccine fails trial, company to seek FDA approval

https://www.cnbc.com/2026/03/23/pfizer-lyme-disease-vaccine-trial-fda-approval.html
1•gmays•54m ago•1 comments

Extendr.dev – new vibecoding tool for Chrome extensions

https://www.extendr.dev/
1•hrsinghvi•57m ago•1 comments

CP-SAT finite-state machine that provisions infrastructure without any LLM calls

https://circuitlm.vercel.app/,https:/github.com/toxzak-svg/circuit_lm
1•zwmaronek•57m ago•0 comments

Modern and Antique Technologies Reveal a Dynamic Cosmos

https://www.quantamagazine.org/how-modern-and-antique-technologies-reveal-a-dynamic-cosmos-20260202/
1•zeristor•1h ago•1 comments

What Crystals Older Than the Sun Reveal About the Start of the Solar System

https://www.quantamagazine.org/what-crystals-older-than-the-sun-reveal-about-the-start-of-the-sol...
1•zeristor•1h ago•0 comments
Open in hackernews

Ask HN: LLM is useless without explicit prompt

4•revskill•10mo 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•10mo 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•10mo 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•10mo 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.