frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hire Me (Taylor) via API

https://taylor.town/looop-000
1•surprisetalk•1m ago•0 comments

Tulsi Gabbard Exposes US Global Biolab Program [video][3 Mins]

https://www.youtube.com/watch?v=gFc3oqQIJDw
1•Bender•1m ago•0 comments

TreeSheets (Hierarchical Spreadsheet)

https://strlen.com/treesheets/
1•jxmorris12•2m ago•0 comments

AI Is Dogshit at Design

https://tomcreighton.com/AI-is-dogshit-at-design/
1•speckx•2m ago•0 comments

Flap: A deterministic parser with fused lexing

https://arxiv.org/abs/2304.05276
1•fanf2•4m ago•0 comments

Doom on the Mi Band 10

https://github.com/atc1441/MiBand10-BES2700iMP-BEST1503-Hacking
1•kmmbvnr_•4m ago•0 comments

Extensive Sand Dune Loss Threatens California Coast

https://eos.org/research-spotlights/extensive-sand-dune-loss-threatens-california-coast
2•visha1v•5m ago•0 comments

TCP Throughput Calculator

https://network.switch.ch/pub/tools/tcp-throughput/
1•mrngm•5m ago•0 comments

Comcast to spin off NBCUniversal and Sky into separate company

https://www.nbcnews.com/business/business-news/comcast-spinoff-nbcuniversal-sky-split-two-compani...
2•throw0101d•5m ago•0 comments

Quiet, My Exoself

https://kk.org/thetechnium/quiet-my-exoself/
1•herbertl•6m ago•0 comments

Seikilos epitaph: oldest known musical composition

https://en.wikipedia.org/wiki/Seikilos_epitaph
1•nathell•7m ago•0 comments

Faith, Freedom, Family, Place – An Ethnographic Study

https://conservativestudy.redassociates.com/
1•Tomte•8m ago•0 comments

Menstrual Cycle Phase Alters Covid-19 Vaccine Outcomes

https://www.the-scientist.com/menstrual-cycle-phase-alters-covid-19-vaccine-outcomes-74685
1•visha1v•8m ago•0 comments

You Can Detect If Code Is Being Run Inside a Terminal

https://nelson.cloud/you-can-detect-if-code-is-being-run-inside-a-terminal/
2•speckx•11m ago•0 comments

Show HN: An MMORPG where you control your characters with an API

https://www.artifactsmmo.com/
5•muigetsu•12m ago•0 comments

Show HN: A fast hex dumper, written in Rust

https://github.com/CallMeAlphabet/fasthex
1•CallMeAlphabet•12m ago•0 comments

Looking free beta user. Speechtoflow rewrites your speech in your own style

https://speechtoflow.com
1•FelixLepi•13m ago•0 comments

Gen Z's AI problem isn't about AI

https://www.computerworld.com/article/4189645/why-spacex-is-the-mcdonalds-of-ai.html
2•mikelgan•13m ago•1 comments

NocoPlatform – Managed NocoDB hosting for $29/mo

https://nocoplatform.com/
1•sushanth999•14m ago•0 comments

Performance Tuning on Linux

https://cromwell-intl.com/open-source/performance-tuning/
1•mrngm•14m ago•0 comments

When Your IDE Becomes a RCE Endpoint

https://medium.com/trendyol-tech/when-your-ide-becomes-a-rce-endpoint-c87b85096b19
1•ozirus•15m ago•0 comments

Auditing my local Python packages

https://alexwlchan.net/2026/python-package-audit/
1•surprisetalk•15m ago•0 comments

Our anti-party system returns for July 4 weekend

https://news.airbnb.com/airbnbs-anti-party-system-returns-for-july-4-weekend/
2•WalterGR•15m ago•0 comments

The Goldilocks customizable <select> height

https://jakearchibald.com/2026/goldilocks-select-height/
1•jaffathecake•15m ago•0 comments

Passport to Adventure: The Scumm Story

https://www.scummdoc.com/
2•peterkelly•17m ago•0 comments

Data breach exposes up to 14.2M email logins at six ISPs

https://www.bleepingcomputer.com/news/security/data-breach-exposes-up-to-142-million-email-logins...
5•Brajeshwar•18m ago•0 comments

Ableton Live and Designing for Authenticity

https://ericcarl.link/blog/ableton-live-and-designing-for-authenticity/
1•jrmyphlmn•18m ago•0 comments

Using Aspect-Oriented Programming to Record DRL Agents' Data

https://blog.ptidej.net/using-aspect-oriented-programming-to-record-drl-agents-data/
2•luca-sctr•19m ago•1 comments

Law to Save Coloradans Money on Property Insurance Goes into Effect

https://www.senatedems.co/newsroom/law-to-save-coloradans-money-on-property-insurance-goes-into-e...
1•mooreds•20m ago•0 comments

Show HN: Uselink – publish and collaborate on AI-generated HTML

https://uselink.app:443/
1•nathanjryc•20m 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.