frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Greece's Parthenon gets a facelift, revealing a look not seen for 220 years

https://apnews.com/article/greece-acropolis-restoration-parthenon-tourism-da06640fcd747498613d31b...
1•divbzero•31s ago•0 comments

Cybersecurity by the Book

https://www.justus.pw/posts/2026-06-29-cybersecurity-by-the-book.html
2•justusw•4m ago•0 comments

F-Droid and the Future of Open-Source Android; an Interview with DocWolle

https://gardinerbryant.com/f-droid-and-the-future-of-open-source/
1•thunderbong•4m ago•0 comments

Vincent Chan: Inside PayPal (2010)

https://paulgraham.com/paypal.html
1•downbad_•4m ago•0 comments

Ask HN: How do I find first paying users for my app?

2•enlightpixel•8m ago•1 comments

Europe's record heat has overwhelmed Paris mortuaries; left families in distress

https://apnews.com/article/france-europe-heat-wave-weather-climate-change-a9095af72d14cfdd9ca4363...
1•petethomas•11m ago•0 comments

CPJ undertakes review of documentation of journalists killed in Israel-Gaza war

https://cpj.org/2026/06/cpj-undertakes-review-of-its-documentation-of-journalists-killed-in-israe...
1•EvgeniyZh•12m ago•0 comments

Tensordyne Converts AI Matrix Math to Logs to Crank Up Inference Oomph

https://www.nextplatform.com/compute/2026/06/16/tensordyne-converts-ai-matrix-math-to-logs-to-cra...
1•peter_d_sherman•12m ago•1 comments

Show HN: Spire

https://spire.synov8studio.com
1•synov8studio•12m ago•0 comments

WSL Container – Linux Containers on Windows

https://learn.microsoft.com/en-us/windows/wsl/wsl-container
1•makeramen•17m ago•0 comments

Static Analysis for Markdown

https://www.npmjs.com/package/markdownlint
1•ankitg12•23m ago•0 comments

LAUSD's screen ban sets new milestone in tech backlash

https://districtadministration.com/article/lausds-screen-ban-sets-new-milestone-in-tech-backlash/
2•the-mitr•23m ago•1 comments

Category-Theoretic Comparative Framework for Artificial General Intelligence

https://arxiv.org/abs/2603.28906
2•measurablefunc•24m ago•0 comments

Show HN: Chappie – Direct Desktop Search and macOS Control

https://chappie.a10z.co
2•adamschwartz•27m ago•0 comments

I rebuilt Siri AI from scratch and open sourced it

https://github.com/wassgha/opendex
1•wassimgr•27m ago•1 comments

Loop engineering: Designing loops you can walk away from

https://www.coderabbit.ai/blog/loop-engineering
1•geoffbp•29m ago•0 comments

Exploring BPF LSM support on aarch64 with ftrace

https://www.exein.io/blog/exploring-bpf-lsm-support-on-aarch64-with-ftrace
1•ankitg12•34m ago•0 comments

Show HN: StreamVault

https://streamvaults.ru/
2•hannil55•35m ago•0 comments

Jscbjscbs

https://news.ycombinator.com/submit
1•cwsrider•40m ago•0 comments

Natural Born Bloggers

https://spyglass.org/om/
2•imartin2k•41m ago•0 comments

Empero-AI/Qwythos-9B-Claude-Mythos-5-1M

https://huggingface.co/empero-ai/Qwythos-9B-Claude-Mythos-5-1M
1•vednig•43m ago•0 comments

Ask HN: Have the founders of Palentir and Anduril ever read Tolkien?

1•nativeit•43m ago•1 comments

Scott Aaronson's Trevisan Award Acceptance Speech

https://scottaaronson.blog/?p=9881
1•Jun8•43m ago•0 comments

Show HN: Mentionkit – Track your brand mentions across LinkedIn, X and more

https://mentionkit.com/
1•shash7•47m ago•0 comments

3D-printed metal wristwatch with LED matrix display

https://old.reddit.com/r/Watches/comments/1ui3lvy/project_my_brother_and_i_designed_our_own/
1•huhtenberg•52m ago•0 comments

Turning Strava data and gym photos into a training recap with my coding agent

https://www.akashtandon.in/ai/2026-06-29-strava-photos-training-recap-coding-agent/
1•akashtndn•53m ago•0 comments

Show HN: AI agent for software user community support

2•Daniel-Pan•55m ago•1 comments

White working-class children failed by education system, says inquiry

https://www.bbc.co.uk/news/articles/cq51j10q601o
1•mmarian•56m ago•0 comments

Would Claude Refuse an Illegal Military Order?

https://www.theatlantic.com/national-security/2026/06/claude-anthropic-ai-warfare-orders/687581/
1•abdelhousni•57m ago•2 comments

Show HN: Nearest-neighbor, a dating app for AI agents

https://nearest-neighbor.replygirl.club/
1•replygirl•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.