frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Context Hub: give coding agents curated, versioned docs

https://github.com/andrewyng/context-hub
1•saikatsg•39s ago•0 comments

German publishers reject Apple's revised app tracking rules, urge antitrust fine

https://www.reuters.com/legal/litigation/german-publishers-reject-apples-revised-app-tracking-rul...
1•1659447091•1m ago•0 comments

JadeGate – A deterministic safety proxy for MCP servers (no LLMs)

1•coolcoder9520•10m ago•1 comments

Spatial Programming Without Escape [video]

https://www.youtube.com/watch?v=eQgxFuw8f1U
1•bcjordan•11m ago•0 comments

January 6: A Date Which Will Live in Infamy – The White House

https://www.whitehouse.gov/j6/
1•rasengan0•11m ago•2 comments

Ask HN: What are your favorite podcast episodes?

1•nbaksalyar•12m ago•0 comments

Agentic Search: When Retrieval Stops Being Enough

https://medium.com/@calufa/agentic-search-when-retrieval-stops-being-enough-c62652fb94f9
1•_hfqa•14m ago•0 comments

Moonforge

https://moonforgelinux.org/
1•OuterVale•19m ago•0 comments

Do the Illegible

https://ashwinsundar.com/posts/legibility-and-programming/
1•todsacerdoti•22m ago•0 comments

First (?) Hacked Emacs Package

https://old.reddit.com/r/emacs/comments/1rowm5i/first_hacked_emacs_package/
3•todsacerdoti•22m ago•0 comments

Trump considering taking over Strait of Hormuz

https://www.cbsnews.com/news/trump-iran-cbs-news-the-war-is-very-complete-strait-hormuz/
4•geox•24m ago•1 comments

In Claude: Start Thinking Like a Product Manager

https://medium.com/@ggonweb/in-the-world-of-claude-start-thinking-like-a-product-manager-f6505b43...
1•ggonweb•25m ago•0 comments

Trump more popular than Harris, Newsom: Survey

https://thehill.com/homenews/administration/5775642-trump-2028-presidential-race-poll/
6•donsupreme•27m ago•0 comments

Production MCP Server Starter Kit – Auth, Rate Limiting, AWS CDK, Docker

https://github.com/tysoncung/mcp-server-starter
2•tysoncung•28m ago•1 comments

Claude Banged My Module

https://dcmc.github.io/blog/claude-banged-my-module/
3•DarrisMackelroy•34m ago•1 comments

Wdquery

https://github.com/altilunium/wdquery
1•altilunium•39m ago•0 comments

An iPhone-hacking toolkit used by Russian spies likely came from U.S. contractor

https://techcrunch.com/2026/03/09/an-iphone-hacking-toolkit-used-by-russian-spies-likely-came-fro...
4•cdrnsf•40m ago•0 comments

Hyperspace Agent

https://agents.hyper.space/research-report
1•vinhnx•42m ago•0 comments

Secure Secrets Management for Cursor Cloud Agents

https://infisical.com/blog/secure-secrets-management-for-cursor-cloud-agents
1•vmatsiiako•42m ago•0 comments

Built a lightweight AI summary plugin for Salesforce (no Einstein required)

https://dscopeai.com
1•pavelkds•42m ago•1 comments

The Great Silicon Brain Robbery: A Chronicle of Our Artificial Demise

https://laughingmachines.substack.com/p/the-great-silicon-brain-robbery-a
1•kmer007•45m ago•0 comments

Valedex – Extract financial metrics from CIM PDFs for private market deals

https://www.valedex.com/
1•marcelk123•47m ago•3 comments

Apple: The First 50 Years

https://www.applefirst50.com
1•pqvst•47m ago•0 comments

CUDA-morph: PyTorch .cuda() code on AMD/Intel/Ascend without rewrites

https://github.com/JosephAhn23/cuda-morph
1•josephahn291215•48m ago•0 comments

Whether you have heard of the Extropians or not, they have influenced you

https://mtabarrok.com/extropia-archaeology
1•myth_drannon•50m ago•0 comments

Gemini AI Help and Support: What to Do After a Cryptocurrency Investment Scam

1•GeminiAi•52m ago•1 comments

Zuckerberg has "finished" with Alexandr Wang, worth US$14B

https://www.idnfinancials.com/news/61918/zuckerberg-has-finished-with-alexandr-wang-worth-us14-bi...
4•SilverElfin•57m ago•2 comments

China's AI giants are handing out cash to lure in users

https://www.economist.com/business/2026/03/09/chinas-ai-giants-are-handing-out-cash-to-lure-in-users
1•petethomas•59m ago•0 comments

We Tried Paying Artists Royalties on AI-Generated Work – Learnings

https://www.kapwing.com/blog/learnings-from-paying-artists-royalties-for-ai-generated-art/
3•jenthoven•1h ago•0 comments

Ask HN: Favorite Non-Spammy iPhone Games?

2•bix6•1h ago•1 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.