frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Mistral bags €3B to build Europe's sovereign AI champion

https://www.theregister.com/ai-and-ml/2026/09/08/mistral-bags-3b-to-build-europes-sovereign-ai-ch...
1•backlit4034•20s ago•0 comments

Scan Before You Clone

https://www.scanrepo.dev/
1•chha•43s ago•0 comments

All the microbes you can't have

https://worksinprogress.co/issue/all-the-microbes-you-cant-have/
1•mhb•3m ago•0 comments

Research acceleration: The view inside OpenAI

https://simonwillison.net/2026/Sep/6/research-acceleration-the-view-inside-openai/
2•kyisaiah47•5m ago•1 comments

Mysterious x86 CPU Has APX, X86S Where Intel Left Off for Legacy-Free x86

https://www.phoronix.com/news/x86-CPU-With-APX-x86S
1•rbanffy•6m ago•0 comments

Ireland's First Electric Car

https://www.rte.ie/archives/2016/0905/814353-irelands-first-electrically-powered-car/
1•austinallegro•6m ago•0 comments

How to Make a Control Plane for Coding Agents in 2026

https://abhishek.it/blog/how-to-make-a-control-plane-for-coding-agents-2026
2•darkbatman•8m ago•0 comments

Canonical Data Mesh: scaling data governance

https://canonical.com/blog/canonical-data-mesh-scaling-data-governance
1•alikelkawi•8m ago•0 comments

Show HN: Malinois – Open-Source iOS Unattended-Device Tamper Detection

https://github.com/john-comptonemail-com/malinois
2•jcomp•9m ago•0 comments

Show HN: SiteDownload: export Webflow and Framer sites with CMS content intact

https://www.sitedownload.app
1•happyyeti•9m ago•0 comments

Show HN: Ebitengine v2.10.0 Released (A 2D Game Engine for Go)

https://ebitengine.org/en/blog/v2.10.0.html
1•hajimehoshi•9m ago•1 comments

Home Broadband Is 5G's Surprise Killer App

https://spectrum.ieee.org/fixed-wireless-access
1•rbanffy•9m ago•0 comments

How to Build an API-First Engine for 100k+ Digital Product Passports

https://dppflash.de/
1•bergstreiser•10m ago•0 comments

Show HN: Gremlord – Run Claude Code on any model, with a budget

https://gremlord.com/
1•maorbril•10m ago•0 comments

2025 Pisa Results

https://www.oecd.org/en/publications/pisa-2025-results-volume-i_73451bc5-en.html
1•alphabetatango•10m ago•0 comments

OpenAI hires Chuck Schumer's daughter as Big Tech cozies up to Democrats

https://nypost.com/2026/09/07/business/openai-hires-chuck-schumers-daughter-as-big-tech-cozies-up...
1•bhouston•11m ago•1 comments

The Dark Forest and Generative AI

https://maggieappleton.com/ai-dark-forest
1•cmpit•12m ago•0 comments

Show HN: Inspyry – AI Based SVG Generator Platform

https://inspyry.com
1•drjzlyan•13m ago•0 comments

Show HN: Notifyd – notification queue on Postgres alone (Rust, MCP, no UI)

https://rmzlb.github.io/notifyd/articles/postgres-queue-what-skip-locked-does-not-give-you.html
1•rmzlb•13m ago•0 comments

My So-Called Alpha School

https://buildcognitiveresonance.substack.com/p/special-report-my-so-called-alpha
2•mkeeter•13m ago•0 comments

GitHub CI outages in EU due to status 401 on public repos

https://github.com/orgs/community/discussions/206581
2•baalimago•15m ago•0 comments

A Cop's Case for Flock

https://worksinprogress.co/issue/a-cops-case-for-flock/
1•surprisetalk•15m ago•0 comments

Show HN: AI means the end of software as we know it

https://github.com/jamison/ilc/blob/main/HUMANS.md
1•ilc_genesis_01•16m ago•0 comments

Show HN: I built Pinterest for data visualizations

https://iindex.co/
1•shridharathi•16m ago•0 comments

Novus – A self-improving AI agent that lives on an Android phone

https://github.com/RexHuang/novus
1•RexHuang•17m ago•0 comments

AI agents will not get Estonian ID codes, responsibility will stay with humans

https://news.err.ee/1610132113/ai-agents-will-not-get-estonian-id-codes-and-responsibility-will-s...
1•ilreb•18m ago•0 comments

Branch Computer

https://www.branch.computer/
1•handfuloflight•19m ago•0 comments

High-intensity sprints can trigger molecular changes in the bloodstream

https://www.npr.org/2026/08/23/nx-s1-5939943/high-intensity-hiit-heart-health-exercise
1•mhb•21m ago•0 comments

Wikipedia: The Woozle Effect (Academia)

https://en.wikipedia.org/wiki/Woozle_effect
1•janandonly•21m ago•0 comments

Show HN: Decode, encode, listen, and speak to learn a language

https://www.4tospeak.com/
2•Lublub•22m ago•1 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.