frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Smallcode – AI coding agent optimized for small LLMs

https://github.com/Doorman11991/smallcode
1•wrxd•40s ago•0 comments

Dutch cops' shame game works wonders as most wanted scammers now turned in

https://www.theregister.com/cyber-crime/2026/05/18/dutch-cops-shame-games-nets-74-wanted-fraudste...
1•darkwater•1m ago•0 comments

Greatest Investor You've Never Heard Of: Optometrist Became Billionaire

https://www.forbes.com/sites/maddieberg/2019/02/19/the-greatest-investor-youve-never-heard-of-an-...
1•rhollos•1m ago•0 comments

Tools for thought: science, design, art, craftsmanship?

https://andymatuschak.org/sdac/
1•Michelangelo11•2m ago•0 comments

Testing Go CLIs with Testscript

https://rednafi.com/go/testscript-cli/
1•Brajeshwar•3m ago•0 comments

Nobel Prize-winning author Olga Tokarczuk admits to using AI

https://old.reddit.com/r/literature/comments/1tgpnfr/nobel_prizewinning_author_olga_tokarczuk_adm...
1•theanonymousone•3m ago•1 comments

Singapore: The Agentic Nation

https://www.swyx.io/aie-singapore-the-agentic-nation
1•Rafsark•4m ago•0 comments

Show HN: Agline – a secure line between local and remote Codex agents

https://agline.dev
1•mariobertschler•5m ago•0 comments

Building Software Requires Digestion

https://blog.jim-nielsen.com/2026/software-requires-digestion/
1•abnercoimbre•6m ago•0 comments

Amazon's Alexa+ Now Produces AI-Generated 'Podcasts'

https://variety.com/2026/digital/news/amazon-alexa-plus-ai-podcasts-1236752477/
1•_____k•6m ago•0 comments

Litter Boxed, an open-source variant of NYT's Letter Boxed

https://louisabraham.github.io/litterboxed/
1•Labo333•8m ago•0 comments

Show HN: Replicating Thinking Machines Interaction Model demo for $0.01 [video]

https://www.youtube.com/watch?v=NzKJ-xO-VhE
1•mrkn1•10m ago•0 comments

Everything is seed (founders are all that count)

https://postround.substack.com/p/everything-is-seed
1•herlaw•11m ago•0 comments

Demo in 16 Bytes [video]

https://www.youtube.com/watch?v=MvycyU-kLjg
2•WithinReason•11m ago•0 comments

I built a dating profile auditor after seeing people post their face on Reddit

https://matchshot.app/
1•bretakal•13m ago•0 comments

Studio Platform API for creating projects and templates programmatically

https://grapesjs.com/blog/introducing-studio-platform-api
1•artf•13m ago•0 comments

Qwen 3.7 Preview

https://twitter.com/Alibaba_Qwen/status/2056403591464984753
2•theanonymousone•14m ago•0 comments

AI tool won't fix a broken operating model. It will automate it

https://techlex.net/strategy-before-technology/
1•basket278•15m ago•0 comments

CSS is hard because it solves hard problems

https://disassociated.com/css-hard-because-solves-hard-problems/
1•Brajeshwar•16m ago•1 comments

Interviews Aren't About You

https://stackoverflow.blog/2026/05/18/interviews-aren-t-about-you-sorry/
1•HieronymusBosch•17m ago•0 comments

I'm banning AI from my life for all human-to-human communication

https://sam.elborai.me/articles/no-more-llm-comms/
1•dgellow•19m ago•0 comments

SEOTrends scans the internet to uncover easy-to-rank SEO opportunities

https://seotrends.pro/
1•kluiii•20m ago•1 comments

OpenWRT Performance Optimizer

https://github.com/Ahmad10611/openwrt-performance-optimizer
1•cf100clunk•22m ago•0 comments

Meta layoffs stress harsh AI reality inside Zuckerberg's company

https://www.cnbc.com/2026/05/18/metas-layoffs-starting-this-week-underscore-zuckerbergs-ai-realit...
2•drob518•22m ago•0 comments

What the AI hype gets wrong about software engineering

https://stackoverflow.blog/2026/05/18/what-the-ai-hype-gets-wrong/
1•mikece•22m ago•0 comments

The Open Agent Leaderboard

https://huggingface.co/blog/ibm-research/open-agent-leaderboard
1•ibobev•22m ago•0 comments

AI-Mediated Communication Can Steer Collective Opinion

https://arxiv.org/abs/2605.16245
1•sbulaev•24m ago•0 comments

First Streaming Fraud Case: A Musician's Alleged $10M Scam

https://www.rollingstone.com/music/music-features/streaming-fraud-fake-streams-mike-smith-1235500...
1•Geekette•27m ago•0 comments

Show HN: ThreeFour – run multi-step procedures one step at a time

https://threefour.app
1•onwardwild•27m ago•1 comments

How to Read Like a Child Again

https://www.theatlantic.com/newsletters/2026/05/childrens-books-adults/687191/
2•paulpauper•28m ago•0 comments
Open in hackernews

Ask HN: LLM is useless without explicit prompt

4•revskill•1y 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•1y 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•1y 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•1y 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.