frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Xilinx

https://www.xilinx.com/.html
1•MaxBareiss•26s ago•0 comments

So You Want to Build Your Own Data Center

https://blog.railway.com/p/data-center-build-part-one
1•gk1•30s ago•0 comments

Show HN: Suparelay – Call any phone in the world from a browser tab

https://suparelay.app
1•azyc•4m ago•0 comments

How we made claude.ai 3x faster in two weeks

https://claude.dev/blog/how-we-made-claude-ai-faster/
3•matthieu_bl•4m ago•0 comments

Show HN: I made a free and open source Muse/Instinct

https://github.com/jayzalowitz/skytwin
1•jayzalowitz•5m ago•0 comments

Show HN: Ceptile AI Search platform which combines web results with AI chat

https://www.ceptile.com/
1•ShauryaAgarwalr•5m ago•0 comments

Toys 'R' Us is opening 120 new stores as grownup collectors fuel toy sales

https://www.nbcnews.com/business/consumer/toys-r-us-opening-120-new-stores-rcna598543
1•bko•7m ago•1 comments

Stop Wasting Time. Learn Agentic RAG Patterns

https://medium.com/@NikoZero11/rag-is-easy-until-the-questions-stop-being-easy-a76186e11394
1•Natashiiy•8m ago•0 comments

MiMo-V3 is getting a new architecture. The core of it, HySparse2, is out today

https://twitter.com/_LuoFuli/status/2102766365190901957
1•ksec•8m ago•0 comments

Beyond Images: Bringing Rust Brotli to Edge Network Stack

https://microsoftedge.github.io/edgevr/posts/Beyond-Images-Bringing-Rust-Brotli-to-Edge-Network-S...
1•wsxarcher•11m ago•0 comments

Navigation with only addition, subtraction, and tables

https://www.johndcook.com/blog/2026/09/23/navigation-minimum/
2•ibobev•12m ago•0 comments

Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes

https://www.forensicdbg.com
2•Loren_SL•12m ago•0 comments

GPT-6 Astra Breaks an Old Enigma Message

https://www.schneier.com/blog/archives/2026/09/gpt-6-astra-breaks-an-old-enigma-message.html
2•frosk•12m ago•0 comments

Bloat Hurts Development Speed

https://orib.dev/bloat.html
2•mooreds•13m ago•0 comments

iFixit Steam Frame Teardown [video]

https://www.youtube.com/watch?v=vHtnf9LBl9Q
1•haunter•13m ago•0 comments

Redenormalisation: Building a search index, the other way

https://slatecave.net/blog/redenormalization/
1•ibobev•13m ago•0 comments

How to Write a Git Commit Message

https://cbea.ms/git-commit/
3•ibobev•13m ago•0 comments

Chicago Police Made Nearly 200k Secret Traffic Stops Last Year

https://boltsmag.org/chicago-police-secret-traffic-stops/
1•mooreds•14m ago•0 comments

Yardbird files for Chapter 11 bankruptcy

https://www.nrn.com/casual-dining/yardbird-files-for-chapter-11-bankruptcy
2•mooreds•14m ago•0 comments

Sailboxes

https://docs.sailresearch.com/sailboxes
1•handfuloflight•17m ago•0 comments

Show HN: Meeting Recording and Transcription for Agents

https://github.com/nfishel48/Jotter
1•movingmovie•19m ago•0 comments

Show HN: TypeBook.lol: Gamified reading by typing novels

https://typebook.lol/
1•vegnus•20m ago•0 comments

Empirical results fine-tuning π0.5 on a real manufacturing task

https://dream-machines.eu/blog/pi05-fine-tuning
1•dopaul•21m ago•0 comments

CropIntel – crop disease detection from a leaf photo

https://cropintel.org
1•rakshithj09•22m ago•0 comments

8 in 10 people aged 16-34 say smartphone use harms their everyday life

https://nltimes.nl/2026/09/23/8-10-people-aged-16-34-say-smartphone-use-harms-everyday-life
4•TechTechTech•22m ago•0 comments

Screen Lane

https://nickalexander.org/screen-lane.html
2•nick007•23m ago•0 comments

Jensen Huang on AI Alarmists – NYT Ezra Klein Show

https://www.nytimes.com/2026/09/23/opinion/ezra-klein-podcast-jensen-huang.html
1•athrowaway3z•24m ago•1 comments

Data centers are black boxes, but California wants to change that

https://www.theverge.com/policy/999412/data-center-water-electricity-disclosure-bills
2•speckx•24m ago•0 comments

A lightweight terminal UI for Colima on macOS

https://github.com/leodeim/colimui
2•ygagaga•25m ago•0 comments

Show HN: SDF Studio – Create 2D SDF scenes, compile to GLSL

https://linkdd.github.io/sdf-studio/
2•linkdd•27m 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.