frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

One Battle After Another Review

https://www.tanishsmoviereviews.com/reviews/one_battle_after_another_2025.html
2•moviet•5m ago•0 comments

Remember Clippy

https://rememberclippy.com/
2•kierangill•8m ago•0 comments

Show HN: Synthea Fhir Data in BigQuery

1•brady_bastian•9m ago•0 comments

Show HN: IdeaCred – automated scoring for GitHub repos

1•spranab•10m ago•0 comments

Death of 'He Is a Coding Machine'

https://medium.com/@ggonweb/death-of-he-is-a-coding-machine-f2f7c0818f8e
1•ggonweb•11m ago•0 comments

Warp-types: GPU shuffle UB becomes a compile error (Rust, Lean proof, zero cost)

https://github.com/modelmiser/warp-types
1•modelmiser•12m ago•1 comments

Swapped our heavy async pipeline for LEXINOVA

1•LEXINOVAFaqs•17m ago•0 comments

Show HN: Search for Apple Messages

https://github.com/dmd/imessage-search
1•dmd•18m ago•0 comments

Show HN: Regrada – The CI gate for LLM behavior

https://www.regrada.com/
1•matiasmolinolo•19m ago•0 comments

Show HN: Situation Monitor

https://www.situation-monitor.org/
1•zarathustra333•20m ago•0 comments

Interpret: China

https://interpret.csis.org/
1•gone35•21m ago•0 comments

Team House: How JSOC Uses Instagram Ads to Track Terrorists – Mike Yeagley [video]

https://www.youtube.com/watch?v=OACwlV9I5LM
1•NN88•21m ago•0 comments

Yeahchain, a high-throughput data sync layer

1•YeahchainTECH•21m ago•0 comments

Supply-chain attack using invisible code hits GitHub and other repositories

https://arstechnica.com/security/2026/03/supply-chain-attack-using-invisible-code-hits-github-and...
1•pabs3•22m ago•1 comments

Monitoring high-load systems with PULSESUN

1•PULSESUN•29m ago•0 comments

Automating data parsing for Mindzo Investment Union

1•MindzoFAQs•32m ago•0 comments

Making Chocolates: Lessons Learned

https://brian.jp/blog/making-chocolates-lessons-learned-35/
1•lofties•33m ago•1 comments

NFL linebacker charged w. killing girlfriend asked ChatGPT advice b4 calling 911

https://www.nbcnews.com/news/us-news/ex-nfl-linebacker-charged-killing-girlfriend-allegedly-asked...
1•randycupertino•33m ago•0 comments

Show HN: Catan Clock – a free PWA timer for keeping Catan turns moving

https://github.com/apasserby00/Catan-Clock/
1•apasserby00•34m ago•0 comments

What I Learned Running Two College Video Game Programs (2011-2018)

https://jasoneckert.github.io/myblog/vg-programs/
1•jasoneckert•35m ago•0 comments

Show HN: Try Gerbil Scheme in the Browser

https://trygerbil.dev/
2•agambrahma•35m ago•0 comments

Show HN: Fubar Daily – satirical news for people watching it unravel

1•anonnona8878•37m ago•0 comments

Jsse: Agent-coded JavaScript engine in Rust passing 99.96% of test262

https://github.com/pmatos/jsse
2•ivankra•38m ago•0 comments

Arancely – AI that calculates import costs in Argentina

https://www.arancely.com
2•flambee•39m ago•1 comments

The Billionaire Backlash Against a Philanthropic Dream

https://www.nytimes.com/2026/03/15/business/the-billionaire-backlash-against-a-philanthropic-drea...
2•tysone•39m ago•0 comments

Google wins Korea map access after 20-year freeze

https://www.koreatimes.co.kr/business/tech-science/20260314/google-wins-korea-map-access-after-20...
3•teleforce•40m ago•0 comments

A 277 KB no_std WebAssembly JIT engine that goes head-to-head with V8

https://github.com/mbbill/Silverfir-nano
1•mbbill•40m ago•0 comments

What "Ready" Means in AI-Assisted Software Builds

https://vibe2value.com/what-ready-actually-means/
1•mattcameron•41m ago•2 comments

CeraPiper: Custom Extruded Ceramics for Heat Exchange (2025)

https://dl.acm.org/doi/10.1145/3745778.3766644
1•wslh•41m ago•0 comments

AI tools are making me lose interest in CS fundamentals

8•Tim25659•43m ago•13 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.