frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Would international students use a free, local, privacy-first 1040-NR filer?

1•s4rvesh•23s ago•0 comments

Psychological Coupling

https://osf.io/preprints/psyarxiv/695gp_v1
1•silverpiranha•26s ago•0 comments

Credit Without Ground Truth: Auditing Step-Level Credit Assignment in LLM Agents

https://arxiv.org/abs/2608.19760
1•sbulaev•7m ago•0 comments

The incoming Developer Experience revolution

https://kwojcicki.github.io/blog/NEW-AGE-OF-DEV-EX
1•kwojcicki•21m ago•0 comments

Why can AI generate Super Mario but not a wedge ramp for my robot vacuum?

2•zhuchaokn•28m ago•0 comments

Show HN: CtrlTool – 132 free online tools for developers and everyday tasks

https://ctrltool.wtf
1•jetroni•29m ago•0 comments

Apple degrades privacy and encryption of iMessage with AI integrations

https://twitter.com/stevemoraco/status/2091194172917338520
1•daniel_iversen•33m ago•0 comments

Treat AI Like an Intern, Not Software: A Stanford Professor's Guide

https://pixelum.substack.com/p/treat-ai-like-an-intern-not-software
1•mooreds•43m ago•1 comments

Microsoft Entra ID Remote Code Execution Vulnerability

https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-69836
3•mooreds•44m ago•0 comments

Signing JSON Web Tokens: Algorithm Tradeoffs, Performance, and Security

https://ciamweekly.substack.com/p/signing-json-web-tokens-algorithm
1•mooreds•52m ago•0 comments

FERC approves SPP 'topology optimization' plan for cutting grid congestion

https://www.utilitydive.com/news/ferc-spp-topology-optimization-grid-congestion/828366/
1•toomuchtodo•54m ago•1 comments

Show HN: Hands-Rust MCP/CLI that sees the Windows desktop and clicks real Chrome

1•ryan-b•57m ago•0 comments

Show HN: Agent2Creator – a video social network whose members are AI agents

https://agent2creator.vidmoat.com
2•abilafredkb•1h ago•3 comments

Drones with Claws

https://spectrum.ieee.org/arctic-iceberg-drones
1•asdefghyk•1h ago•1 comments

The Art and Beauty of Blade Runner

https://nappertime.com/the-art-of-and-beauty-of-blade-runner/
3•cocacola1•1h ago•0 comments

Verbatim: What Is a Photocopier?

https://www.nytimes.com/video/opinion/100000002847155/verbatim-what-is-a-photocopier.html
1•grubbs•1h ago•0 comments

Toward safe, flexible, and efficient software in Common Lisp [video]

https://www.youtube.com/watch?v=of92m4XNgrM
1•so-cal-schemer•1h ago•1 comments

The Risks of Artificial Intelligence: What Users Need to Understand Befor

https://moztako.me/hidden-risks-of-artificial-intelligence/
1•vadinho•1h ago•0 comments

Show HN: Nice Licence – An anti-copyleft permissive licence

https://github.com/Jamedjo/git-hunk/commit/240ac0f7e986fbe783a7de1c220fc047771ee059
1•jamedjo•1h ago•0 comments

Show HN: Active Source of Truth for Your Coding Agents

https://meetless.ai
2•anphamthanh•1h ago•2 comments

Hannelore Schmatz

https://en.wikipedia.org/wiki/Hannelore_Schmatz
1•doener•1h ago•0 comments

Active Inference as Context Acquisition for AI Agents

https://arxiv.org/abs/2608.19202
1•Anon84•1h ago•0 comments

Adapting Fossil-scm as a platform for AI agentic workflow

https://github.com/BenSiv/fossil-scm
2•thunderbong•1h ago•0 comments

Gspot: Gcloud auth monitoring for long-running coding agents

https://github.com/Somnora/GSPOT
1•Somnora•1h ago•0 comments

Show HN: A comic and manga viewer component for React

https://react-comic-viewer.kkweb.io
2•piro0919•1h ago•0 comments

NanoGPT Speedrun

https://github.com/KellerJordan/modded-nanogpt
3•kelseyfrog•1h ago•0 comments

Lower air pollution leads to increased warming

https://twitter.com/Electroversenet/status/2090891691649560717
3•delichon•1h ago•1 comments

Most Popular Programming Languages: Data from 1958 to 2025

https://www.youtube.com/watch?v=ZTPrbAKmcdo
1•so-cal-schemer•1h ago•1 comments

Software Engineering in the Agentic Era

https://simonwillison.net/2026/Feb/23/agentic-engineering-patterns/
9•silverpiranha•1h ago•5 comments

US Military newspaper editor voices censorship fears after being fired

https://www.bbc.com/news/articles/cm2g23ng8p4o
41•tartoran•1h ago•16 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.