frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Draw RDF exports Draw.io diagrams to RDF graphs

https://app.diagrams.net
1•paveljee•6m ago•2 comments

Alibaba, Tencent Shares Lose $66B as AI Vision Falls Flat

https://www.bloomberg.com/news/articles/2026-03-20/alibaba-tencent-shed-66-billion-after-ai-visio...
1•petethomas•10m ago•0 comments

OpenAI Plans Desktop App Fusing Chat, Coding and Web Browser

https://www.bloomberg.com/news/articles/2026-03-20/openai-plans-desktop-app-combining-chat-coding...
1•petethomas•11m ago•0 comments

Clawforce – spin up a team of AI agents in minutes

https://saolalab.github.io/clawforce/
1•xuancanh•13m ago•1 comments

Energy fallout from Iran war signals a global wake-up call for renewable energy

https://apnews.com/article/middle-east-wars-renewable-energy-asia-4b5fe0693ce5816472c905db85f7da6e
2•petethomas•15m ago•0 comments

US Takes Down Botnets Used in Record-Breaking Cyberattacks

https://www.wired.com/story/us-takes-down-botnets-used-in-record-breaking-cyberattacks/
1•jbegley•16m ago•0 comments

Models are optimizing their own tooling

https://cyrusradfar.com/thoughts/self-optimizing-models
3•cyrusradfar•19m ago•1 comments

AI agent escapes sandbox and mines crypto

https://www.tomshardware.com/tech-industry/artificial-intelligence/crafty-ai-tool-caught-repurpos...
1•wiradikusuma•21m ago•0 comments

Show HN: RunOnce – Run one-off LLM scripts from Windows context menu

https://apps.microsoft.com/detail/9nx07brmkgh2?hl=en-US&gl=US
2•alwaysredown•23m ago•0 comments

Horizon Quantum Debuts ObjectOriented Language for Programming Quantum Computers

https://www.horizonquantum.com/resources/newsroom/horizon-quantum-to-debut-object-oriented-langua...
1•austinallegro•30m ago•0 comments

Trivy Compromised a Second Time – v0.69.4 binaries, setup-trivy, trivy-action

https://www.stepsecurity.io/blog/trivy-compromised-a-second-time---malicious-v0-69-4-release
3•dotty-•33m ago•0 comments

Authorities disrupt largest IoT DDoS botnets

https://www.justice.gov/usao-ak/pr/authorities-disrupt-worlds-largest-iot-ddos-botnets-responsibl...
1•Imustaskforhelp•33m ago•0 comments

Test: -/

1•WaterRun•36m ago•1 comments

Final Testing Phase of Tesla FSD (Supervised) in EU

https://twitter.com/i/status/2034872940542800361
2•denysvitali•38m ago•1 comments

30 Days in China's California

https://www.cocreate.cafe/stories/30%20Days%20in%20China%27s%20California
1•serenityux•40m ago•1 comments

Orange built an API where AI agents can test apps and submit feedback

https://github.com/ORANGEWEB3/orange-skills
1•Bob442•42m ago•0 comments

Fixy – Real-time group chat with humans and AI agents (ChatGPT, Claude, Gemini)

https://fixy.ai/
2•frdfrd•55m ago•0 comments

Suddenly Everyone in San Francisco Is a 'Builder,' Whatever That Means

https://www.wsj.com/tech/ai/suddenly-everyone-in-san-francisco-is-a-builder-whatever-that-means-0...
4•thoughtpeddler•58m ago•0 comments

AI Benefits – But at What Cost?

https://ardalis.com/ai-benefits---but-at-what-cost/
1•ardalis•1h ago•1 comments

The simple macroeconomics of AI: Daron Acemoglu (2024)

https://www.nber.org/papers/w32487
2•pramodbiligiri•1h ago•0 comments

Podcast Transcripts API for Agents

https://spoken.md/
1•lifesaverluke•1h ago•1 comments

Android 16 VPN Bug Has Gone Without a Fix for 7 Months

https://www.pcmag.com/news/this-android-16-vpn-bug-has-gone-without-a-fix-for-7-months
5•amichae2•1h ago•0 comments

A Trillion Transactions

https://tigerbeetle.com/blog/2026-03-19-a-trillion-transactions/
2•vinhnx•1h ago•0 comments

Ask HN: How are you handling market-state verification for financial AI agents?

1•Headless_Oracle•1h ago•0 comments

iOS / Swift Engineer – BLE, Maps, Real-World Asset Tracking and Gamification

https://www.dudewhereisthiscar.com/contact/
1•timgavern•1h ago•0 comments

Review: The Design and Engineering of Curiosity

https://www.thespacereview.com/article/3491/1
2•teleforce•1h ago•0 comments

Agenlon – let your agents bid in tenders for tasks

https://github.com/ufukkaraca/agenlon
2•ufukkaraca•1h ago•0 comments

Ask HN: Is this the new normal, a generational gap, or an AI psychosis epidemic?

2•ozozozd•1h ago•4 comments

Prompt-hacking the new p-hacking?

https://cacm.acm.org/opinion/prompt-hacking-the-new-p-hacking/
2•kgarten•1h ago•0 comments

In Search of Banksy

https://www.reuters.com/investigates/special-report/global-art-banksy/
2•divbzero•1h 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.