frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Agentic Workforce Framework, an operating model for autonomous agent teams

https://github.com/rayyagari2-create/agentic-workforce-framework
1•rayyagari•3m ago•0 comments

Notepad++ for Mac

https://notepad-plus-plus-mac.org/
2•jonbaer•6m ago•1 comments

Show HN: Friendly prediction markets to turn trips into a running tournament

https://bets.bernikins.com/
1•k0rm•7m ago•0 comments

Kenya's Sabastian Sawe is first person to run sub-2-hour marathon

https://www.npr.org/2026/04/26/nx-s1-5800057/kenya-sabastian-sawe-first-person-2-hour-marathon-lo...
1•ejp•7m ago•0 comments

EvanFlow – A TDD driven feedback loop for Claude Code

https://github.com/evanklem/evanflow
1•evanklem2004•16m ago•0 comments

TurboQuant: A First-Principles Walkthrough

https://arkaung.github.io/interactive-turboquant/
1•kweezar•18m ago•0 comments

Language Anchoring: A Systematic Method for LLM Multilingual Adaptation

https://github.com/fkyah3/opencode-fkyah3
1•fkyah3•23m ago•0 comments

Smolwebifying My Site

https://akselmo.dev/posts/smolwebifying-my-site/
2•vinipolicena•27m ago•0 comments

Internet Graveyard

https://internetgraveyard.vercel.app/
3•thebigship•30m ago•0 comments

A better Kubernetes, from the ground up (2020)

https://blog.dave.tf/post/new-kubernetes/
2•Wingy•31m ago•0 comments

Blog Is a Radio Station

https://blog.jimgrey.net/2026/04/23/your-blog-is-a-radio-station/
2•foxfired•38m ago•0 comments

Show HN: The Unix Magic poster, annotated (updated)

https://github.com/drio/unixmagic
3•drio•40m ago•0 comments

SpaceX warns probes into abusive AI imagery could cause headaches for IPO

https://nypost.com/2026/04/24/business/elon-musks-spacex-warns-probes-into-sexually-abusive-ai-im...
3•1vuio0pswjnm7•44m ago•0 comments

From super powder to super power

https://www.scmp.com/news/china/science/article/3350906/super-powder-super-power-can-china-plasma...
2•xnhbx•49m ago•0 comments

Protein-templated synthesis of dinucleotide repeat DNA by antiphage RT

https://www.science.org/doi/10.1126/science.aed1656
2•xnhbx•54m ago•0 comments

Sama: Feels like a good time to seriously rethink OS

https://twitter.com/sama/status/2048428561481265539
2•tmzt•57m ago•0 comments

The Fourth Beta of Android 17

https://android-developers.googleblog.com/2026/04/the-fourth-beta-of-android-17.html
1•flykespice•1h ago•0 comments

Aether – A GCP-Native Framework to Terminate LLM Agent Drift

https://github.com/poinsettiaclg-gif/AETHER-core
1•Painsettia•1h ago•1 comments

What I Did In The Hedonium Shockwave, by Emma, aged 6 and a half

https://ozybrennan.substack.com/p/what-i-did-in-the-hedonium-shockwave
2•barry-cotter•1h ago•0 comments

Parental Controls

https://www.tumblr.com/luminousalicorn/814990078758830080/parental-controls
1•dado3212•1h ago•0 comments

The biggest insect ever was a "dragonfly"

https://eartharchives.org/index.html
2•anjel•1h ago•0 comments

Coding agents ignore their own budgets

https://twitter.com/RampLabs/status/2046624992956146158
1•gmays•1h ago•0 comments

Software engineering may no longer be a lifetime career

https://www.seangoedecke.com/software-engineering-may-no-longer-be-a-lifetime-career/
4•milkglass•1h ago•1 comments

After three months on Linux, I don't miss Windows at all

https://www.theverge.com/tech/918797/switched-to-linux-dont-miss-windows
5•Brajeshwar•1h ago•0 comments

The reporters at this news site are AI bots. OpenAI appears to be funding it

https://modelrepublic.substack.com/p/the-reporters-at-this-news-site-are
9•Teever•1h ago•0 comments

Liebherr delivers electric excavator to Bulgarian copper mine

https://electrek.co/2026/04/26/liebherr-delivers-330-ton-electric-excavator-to-bulgarian-copper-m...
3•y1n0•1h ago•0 comments

ChatGPT solves Erdos Problem 1176 in 80 minutes

https://chatgpt.com/share/69dd1c83-b164-8385-bf2e-8533e9baba9c
3•voisin•1h ago•0 comments

Blood vessels found in T. rex bones are rewriting dinosaur science

https://www.sciencedaily.com/releases/2026/04/260426012259.htm
4•y1n0•1h ago•0 comments

RTX 4090 sent for repair is a sophisticated fake with laser-etched VRAM and core

https://www.tomshardware.com/pc-components/gpus/rtx-4090-sent-for-repair-is-a-sophisticated-fake-...
1•y1n0•1h ago•0 comments

$292M Lost, Zero Bugs Found: Lessons from the RsETH Bridge Exploit

https://www.openzeppelin.com/news/lessons-from-kelpdao-hack
2•wslh•1h ago•0 comments
Open in hackernews

Ask HN: LLM is useless without explicit prompt

4•revskill•11mo 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•11mo 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•11mo 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•11mo 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.