frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Discussion on Self-Evolving SaaS Systems

https://www.suggix.com/blog/a-discussion-on-selfevolving-saas-systems
1•mike_watson•1m ago•0 comments

I Stabilized Never Type

https://blog.ihatereality.space/0C-never-type/
2•birdculture•9m ago•0 comments

Show HN: Replay Doctor – Local CLI to find silent prompt cache leaks

https://replay.doctor/
1•danielsaito•9m ago•0 comments

Show HN: SaneHosts – Mac GUI for /etc/hosts with Touch ID before writes

https://sanehosts.com/
1•sanebar•11m ago•0 comments

Assistive Access User Guide for iPhone

https://support.apple.com/en-in/guide/assistive-access-iphone/welcome/ios
1•vismit2000•12m ago•0 comments

Show HN: Imageaicraft] – GPT Image 2 Image Generator and Editor

https://imageaicraft.com
1•zhou594660747•18m ago•0 comments

Making Hundreds of Mugs by Hand

https://www.youtube.com/watch?v=O163JMvWixg
1•brudgers•18m ago•0 comments

Artifactory: In-the-Wild Exploitation of CVE-2026-42016,CVE-2026-42018

https://www.wiz.io/blog/artifactory-under-attack-in-the-wild-exploitation-of-cve-2026-42016-cve-2...
2•ls1911•21m ago•0 comments

OEMpocalypse: Unprivileged Android app to root on Samsung, Xiaomi, others

https://calif.io/research/oempocalypse
2•negura•22m ago•0 comments

Brief Legal [1A] Thoughts on the "AI Safety" Fights to Come

https://prestonbyrne.com/2026/09/13/brief-legal-thoughts-on-the-ai-safety-fights-to-come/
3•blueSky1989•23m ago•1 comments

A.I. Slopware Is Everywhere Now. Nobody Is Using It

https://www.nytimes.com/2026/09/12/opinion/ai-software-coding-apps.html
6•walterbell•25m ago•0 comments

Show HN: Kairo – Fail-closed LLM inference routing from RTX 5090 measurements

https://github.com/peter941221/Kairo
2•peter941221•27m ago•0 comments

Bernie Sanders proposes 20 years in prison for developers pursuing ASI plans

https://www.tomshardware.com/tech-industry/artificial-intelligence/sanders-proposes-20-year-priso...
5•girish_r•27m ago•1 comments

Show HN: PaperFlip – the bird never moves, you fold the paper

https://apps.apple.com/us/app/paperflip/id6807705987
1•hongbiaoluo15•27m ago•0 comments

Why Forth Matters

https://nomlang.org/post/post.14.sep.2026.html
1•mjbq•29m ago•1 comments

Historic Business Machines Collection

https://cdm16471.contentdm.oclc.org/digital/collection/p16471coll9/search
2•Group_B•31m ago•0 comments

Sere, a compiled Python-like systems programming language

https://sere-lang.com
2•handheldheart•32m ago•3 comments

Show HN: Bipluk, Open-source browser Web MIDI librarian for vintage synthesizers

https://github.com/maxcomperatore/bipluk.com
2•halfradaition•32m ago•0 comments

Show HN: Dllog – Replay debug logs when an operation fails

https://github.com/arhuman/dllog
2•doolta•33m ago•0 comments

The logging dilemma: keeping debug context without debug noise

https://blog.assad.fr/en/post/log-dilemma/
2•doolta•34m ago•1 comments

AI Forces You to Commit to Your Initial Belief

https://idiallo.com/blog/making-changes-mid-sentence
2•walterbell•35m ago•0 comments

Show HN: I made a tiny MoE/Engram viz tool

https://sw-ml-study.github.io/moe-microscope/
2•softwarewright•49m ago•0 comments

The Accelerationist Case for Frontier Pacing

https://contraptions.venkateshrao.com/p/the-accelerationist-case-for-frontier
3•wskinner•49m ago•0 comments

Show HN: Is It Greg?

https://github.com/antoineleclair/is-it-greg
22•antoineleclair•49m ago•6 comments

Bruce Schneier: No, AI doesn't mean the end of mathematics – at least not yet

https://www.theguardian.com/commentisfree/2026/aug/25/ai-mathematics-careers
6•emil-lp•52m ago•0 comments

"Oopsies " FreeBSD Devs Say There's Still GPL in the Kernel

https://fossforce.com/2026/07/oopsies-freebsd-devs-say-theres-still-gpl-in-the-kernel/
2•pizzaiolo•56m ago•0 comments

new free website for people who are interested in free trading tools

2•Mohamed_Amineio•1h ago•0 comments

Made a Simple Link Extractor from HN Comments

https://hn-links.netlify.app/?id=49684393
2•rammy1234•1h ago•1 comments

The Malicious Use of Artificial Intelligence

https://arxiv.org/abs/1802.07228
5•rasengan0•1h ago•0 comments

Sandbox-API

https://hub.docker.com/r/credkellar/sandbox-api
2•credkellarboop•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.