frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Mind Lab puts continual learning to the test with Macaron-V1

https://kr-asia.com/mind-lab-puts-continual-learning-to-the-test-with-macaron-v1
1•gmays•41s ago•0 comments

Your harness design is probably bad

https://datavorous.github.io/writing/harness/
1•datavorous_•1m ago•0 comments

Love as a Communist Party

https://www.cnn.com/2026/08/16/china/china-communist-party-freedoms-intl-hnk
1•dude250711•1m ago•0 comments

CL-Amiga: A Common Lisp Implementation for AmigaOS 3

https://github.com/mdbergmann/cl-amiga
1•doener•4m ago•0 comments

Ask HN: How Are Things in the US?

2•tobeornot•6m ago•0 comments

Show HN: Reasoning prefills on a few open models

https://gist.github.com/wsxiaoys/102e8654c14d5d27b7b77532026ebfa5
1•wsxiaoys•6m ago•0 comments

Show HN: Kadō – open-source habit tracker for iOS

https://github.com/scastiel/kado
3•scastiel•9m ago•0 comments

First test flight of largest all-electric aircraft used just $5 of electricity

https://arstechnica.com/gadgets/2026/08/first-test-flight-of-largest-all-electric-aircraft-used-j...
1•root-parent•12m ago•0 comments

Mathematicians Despair as AI Achieves Jaw-Dropping Breakthroughs

https://www.telegraph.co.uk/business/2026/08/16/mathematicians-despair-ai-breakthrough/
3•karakoram•12m ago•0 comments

Show HN: Titan – Fast, lightweight real-time message dispatch made simple

https://github.com/traffic-hunter/titan
1•swager253•13m ago•0 comments

Show HN: Create Memes for Free

https://osamemes.net/create
2•osasystems•16m ago•0 comments

Show HN: SelfUniversity – learn system engineering via interactive puzzles

1•dima853•18m ago•0 comments

Taking Pause – All property is theft

https://www.futilitycloset.com/2026/08/16/taking-pause/
2•beardyw•21m ago•0 comments

China Is Opening the First Regular Cargo Route Through the Arctic

https://www.wsj.com/world/china-is-opening-the-first-regular-cargo-route-through-the-arctic-445245bc
2•karakoram•21m ago•1 comments

Welcome to Toronto, World Capital of the Urban Raccoon

https://lithub.com/welcome-to-toronto-world-capital-of-the-urban-raccoon/
2•Insanity•24m ago•1 comments

Show HN: Offshoot – Copy-on-write branching for stock SQLite files

https://github.com/sricola/offshoot
1•sricola•29m ago•0 comments

Show HN: AmitabhC – a programming language made of Amitabh Bachchan dialogues

https://github.com/jay123anta/amitabhc
1•jay123anta•29m ago•0 comments

Show HN: ponzy.io – I made a casual trading game you can play in the browser

https://ponzy.io
1•ponzy_io•29m ago•0 comments

I thought I was building a C replacement. I was wrong

https://c3-lang.org/blog/i_thought_i_was_building_a_c_replacement/
1•lerno•30m ago•1 comments

*Rats!* (1994) source code reconstruction using Qwen 3.8

https://github.com/neuromancer/rats-re
2•galapago•32m ago•0 comments

Anthropic revenue reportedly jumps to more than $11.5B in second quarter

https://www.cnbc.com/2026/08/15/anthropic-revenue-jumps-to-over-11point5-billion-in-q2-report.html
5•AnodicElegy•33m ago•2 comments

New Evooo1Bot Linux botnet turns routers into traffic relay nodes

https://www.bleepingcomputer.com/news/security/new-evooo1bot-linux-botnet-turns-routers-into-traf...
1•Brajeshwar•33m ago•0 comments

Show HN: LookTwice – validation APIs that don't turn outages into invalid data

https://looktwice.dev/tools
1•eason4kim•33m ago•0 comments

Can Anthropic's invisible watermarks curb AI slop? Researchers remain sceptical

https://www.nature.com/articles/d41586-026-02503-7
2•pogue•35m ago•1 comments

My first website passed the Adsense review

1•xiaofengzi941•35m ago•0 comments

The Private Messenger That's Simple

https://z-text.org/privatemessengeractuallysimple/
1•ztextzksnarks•36m ago•1 comments

CEO of Anthropic on the messaging around AI

https://twitter.com/DarioAmodei/status/2088758819304443967
1•eamag•36m ago•0 comments

Success Is a Clean Cut

https://julienreszka.com/blog/success-is-a-clean-cut/
1•julienreszka•36m ago•1 comments

From Coding to Orchestrating: New Role of the Software Engineer

https://blog.lunatech.com/posts/2026-05-19-from-coding-to-orchestrating/
1•zerealshadowban•37m ago•0 comments

Show HN: Kungfu – Keep coding-agent work alive across sessions and handoffs

https://github.com/kungfu-systems/kungfu
1•dongkeren•37m 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.