frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Narcobloqueo as organizational signal: why cartel roadblocks aren't retaliation

https://welcomenewsouls.substack.com/p/the-fire-and-the-message
1•wehriam•57s ago•1 comments

What is burnout? And do you have it?

https://www.rnz.co.nz/life/wellbeing/what-is-burnout-and-do-you-have-it
3•billybuckwheat•1m ago•0 comments

The dumbphone companion for switching off but staying informed

https://edleeman.co.uk/posts/sift-the-dumbphone-companion/
3•ed1727•1m ago•0 comments

Un-Interested LLMs

https://journal.erratalabs.org/why-language-models-lack-curiosity
1•mldev_exe•2m ago•0 comments

The Context Development Lifecycle: Optimizing Context for AI Coding Agents

https://tessl.io/blog/context-development-lifecycle-better-context-for-ai-coding-agents/
1•emersonmacro•2m ago•0 comments

Show HN: A light Mac-native Excel add-in to replace a $1B accounting monopoly

https://www.cellsource.app/
1•artlessbfa•2m ago•0 comments

Agent Harness for Coding with ClickHouse

https://clickhouse.com/blog/ai-powered-migraiton-from-postgres-to-clickhouse-with-fiveonefour
1•craneca0•2m ago•0 comments

I got tired of bouncing between AI tools, so I built 1 workspace for all of them

https://www.thetank.io/
1•schmommy•2m ago•1 comments

Show HN: As Level Chemistry Lab Simulator

https://github.com/nsriram/chem_lab
1•sriram_iyengar•3m ago•0 comments

Mato – a Multi-Agent Terminal Office workspace (tmux-like)

https://mato.sh
1•chepy•4m ago•0 comments

Show HN: Golos – Ultra Lightweight Free Wispr Flow Alternative

https://github.com/basilysf1709/golos
1•basilyusuf1709•4m ago•0 comments

Show HN: BVisor – An Embedded Bash Sandbox, 2ms Boot, Written in Zig

https://github.com/butter-dot-dev/bVisor
1•edunteman•5m ago•0 comments

Transitive Core Concepts: Full-Stack Robotic Packages

https://transitiverobotics.com/blog/design-full-stack-packages/
1•chfritz•5m ago•1 comments

Show HN: OmniGlass – An open-source, sandboxed Visual Action Engine

https://github.com/goshtasb/OmniGlass
1•goshtasb•9m ago•0 comments

25 Years of Eggs

https://www.john-rush.com/posts/eggs-25-years-20260219.html
1•derek•9m ago•0 comments

Multiple formation pathways for amino acids based on asteroid sample isotopes

https://www.pnas.org/doi/10.1073/pnas.2517723123
1•PaulHoule•9m ago•0 comments

Show HN: Personal Vault – Own your personal context, let AI agents query it

https://github.com/lovincyrus/personal-vault
1•lovincyrus•10m ago•0 comments

Show HN: I made a hub to fix how founders and investors connect online

https://startupa.ge/
1•guglielmomave•10m ago•0 comments

Show HN: I Built Captcha for Agents

https://agent-captcha.dhravya.dev/
1•dhravya•11m ago•0 comments

Tariff Refund Calculator

https://tariffs.flexport.com/refunds
1•thedogeye•11m ago•0 comments

User gains control of over 6,700 DJI robot vacuums with help from Claude Code

https://www.tomshardware.com/tech-industry/cyber-security/user-accidentally-gains-control-of-over...
1•gradus_ad•12m ago•0 comments

Rust Doesn't Have Named Arguments. So What?

https://thoughtbot.com/blog/rust-doesn-t-have-named-arguments-so-what
1•romac•12m ago•0 comments

Show HN: DealLedger – An open ledger of every business for sale in America

https://dealledger.org
1•jsosville•13m ago•0 comments

Native apps with Tauri, back end with Bun

https://codeforreal.com/blogs/using-bun-or-deno-as-a-web-server-in-tauri/
1•zbycz•13m ago•0 comments

Surprisingly Frugal Hobbies

https://cmart.blog/surprisingly-frugal-hobbies/
1•zdw•13m ago•0 comments

OpenAI lands multiyear deals with consulting giants in enterprise push

https://www.cnbc.com/2026/02/23/open-ai-consulting-accenture-boston-capgemini-mckinsey-frontier.html
2•Betelbuddy•14m ago•0 comments

Venture Fraud

https://www.nber.org/papers/w34868
1•bikenaga•14m ago•1 comments

Effective Agents

https://medium.com/@NAI_Journal/how-i-built-a-multi-agent-development-team-with-claude-code-mcp-a...
1•nola-a•15m ago•0 comments

I made a retro 90s TCG

http://arcana.online/
4•D_ashe•15m ago•1 comments

The Flawed V02 Max Craze

https://erictopol.substack.com/p/the-flawed-v02-max-craze
1•brandonb•16m ago•0 comments
Open in hackernews

Ask HN: LLM is useless without explicit prompt

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