frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Polpo – Build zero-human companies. Open source

https://github.com/lumea-labs/polpo
1•alemic•16s ago•0 comments

Active defense: introducing a stateful vulnerability scanner for APIs

https://blog.cloudflare.com/vulnerability-scanner/
1•lukecarr•1m ago•0 comments

Designing Odin's Casting Syntax

https://www.gingerbill.org/article/2026/02/23/designing-odins-casting-syntax/
1•PaulHoule•3m ago•0 comments

P2P Rust Async+sync

https://github.com/OmarPrampolini/Ouroboros
1•OmarPrampolini•4m ago•0 comments

Show HN: NVFP4 on Desktop Blackwell – 122B MoE on a Single RTX PRO 6000 31 tok/s

1•jcartu•4m ago•0 comments

Show HN: Bear – enforcing architectural boundaries for agent-generated code

https://github.com/rore/bear-cli
1•margolis20•5m ago•1 comments

Show HN: Paste a job description and see what recruiters look for

https://fitfirst3.vercel.app/
1•KarthikBA•5m ago•1 comments

Notes on blocking requests based on the HTTP protocol used

https://boston.conman.org/2026/03/06.1
1•speckx•6m ago•0 comments

Subreddits came together and bought an anti-drone turrent for Ukraine

https://old.reddit.com/r/BuyFromEU/comments/1rov4bg/24_subreddits_came_together_and_bought_an/
2•doener•8m ago•0 comments

A job ad for Agentic AI Advocate

2•greenpinia•10m ago•1 comments

SanBlade – A native-feeling BYOK client for OpenAI/Anthropic

https://sanblade.com
1•ossacodes•11m ago•1 comments

Anthropic sues to block Pentagon blacklisting over AI use restrictions

https://www.reuters.com/world/anthropic-sues-block-pentagon-blacklisting-over-ai-use-restrictions...
3•spenvo•13m ago•1 comments

Emacs and Vim in the Age of AI

https://batsov.com/articles/2026/03/09/emacs-and-vim-in-the-age-of-ai/
1•gudzpoz•14m ago•0 comments

AI Capex 2026: The $690B Arms Race and FCF Collapse

https://philippdubach.com/posts/ai-capex-arms-race-who-blinks-first/
1•7777777phil•14m ago•0 comments

Meta launches Vibes AI editor

https://www.testingcatalog.com/early-look-meta-silently-launches-vibes-ai-editor-to-challenge-riv...
1•gmays•14m ago•0 comments

Show HN: Y1K – a browser puzzle game where you modify 7-segment displays

https://smetanaware.github.io/Y1K/
1•smetanaware•15m ago•1 comments

Restoring a Sun SPARCstation IPX Part 1: PSU and Nvram

https://www.rs-online.com/designspark/restoring-a-sun-sparcstation-ipx-part-1-psu-and-nvram
2•ibobev•15m ago•0 comments

Large-Scale Online Deanonymization with LLMs

https://www.lesswrong.com/posts/xwCWyy8RvAKsSoBRF/large-scale-online-deanonymization-with-llms
1•cubefox•16m ago•0 comments

Show HN: I indexed 45k+ AI agent skills into an open source marketplace

https://github.com/skillsgate/skillsgate
1•sultanvaliyev•16m ago•0 comments

Replacing file systems with a canvas produced SOTA agent performance

https://blog.getspine.ai/spine-swarm-hits-1-on-gaia-level-3-and-google-deepmind-deepsearchqa/
4•a24venka•17m ago•1 comments

Show HN: Book Reading Habit – read the books you buy

https://bookreadinghabit.com/
2•stuartdev•17m ago•0 comments

Code Monkey (2016) [video]

https://www.youtube.com/watch?v=AEBld6I_AKs
1•mooreds•17m ago•0 comments

Signals Data

https://openai.com/signals/data/
1•gmays•19m ago•0 comments

Show HN: A-Life Powered by LLMs

https://github.com/ltngt-ai/mind-swarm-core
2•DeanoC•19m ago•0 comments

Show HN: Service marketplace for AI agents, 300 APIs and data sources

https://www.caravo.ai/
1•PaulineGar•19m ago•0 comments

LLMs Keep on Getting Better in Small Steps

https://probablydance.com/2026/01/31/how-llms-keep-on-getting-better/
1•walterbell•20m ago•0 comments

Economics of Formal Methods

https://www.johndcook.com/blog/2026/03/08/how-much-certainty-is-worthwhile/
1•ibobev•20m ago•0 comments

Show HN: Tickr – Videos fight for their life (watch = +time, skip = death)

https://getickr.com
1•amoldavski•21m ago•1 comments

How Does AI Do on Baseball-Brothers-Pitchers

https://blog.computationalcomplexity.org/2026/03/how-does-ai-do-on-baseball-brothers.html
1•speckx•22m ago•0 comments

Why MoaV exists and the mission behind it – MoaV (Mother of all VPNs)

https://moav.sh/docs/philosophy/
1•shayanbahal•22m ago•0 comments
Open in hackernews

Ask HN: LLM is useless without explicit prompt

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