frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How do you ensure all dependency versions are compatible with each other?

1•suhas018•2m ago•0 comments

Excellence over Mediocrity, from Mamdani to Marx to Food – Corey Robin

https://coreyrobin.com/2025/11/15/excellence-over-mediocrity-from-mamdani-to-marx-to-food/
2•rbanffy•6m ago•0 comments

ssh2incus - Incus VM Management over SSH

https://github.com/mobydeck/ssh2incus
1•rmhsilva•7m ago•0 comments

Global Water Bankruptcy

https://unu.edu/inweh/collection/global-water-bankruptcy
2•s41nn0n•7m ago•0 comments

Why Your Brand Doesn't Appear in ChatGPT

https://repuai.live/en/blog/why-your-brand-doesnt-appear-in-chatgpt
1•bioneisme•9m ago•0 comments

Bullshit benchmark for LLMs

https://twitter.com/petergostev/status/2026396163637731794
1•gpvos•12m ago•0 comments

Vulkan Game Engine Tutorial: Build Your Own Production-Ready Rendering Engine

https://www.khronos.org/blog/new-vulkan-game-engine-tutorial-build-your-own-production-ready-rend...
1•pjmlp•14m ago•0 comments

Venture Capital Explained: How VC Works (From Startups to IPOs)

https://sridharstartupinsights.substack.com/p/venture-capital-explained-how-vc
1•Sridhara1•15m ago•0 comments

Why It's So Hard to Say Goodbye to AI Chatbots

https://www.library.hbs.edu/working-knowledge/why-its-so-hard-to-say-goodbye-to-ai-chatbots
2•bladeee•15m ago•0 comments

Show HN: Interview-me – a Claude Code skill that interviews you before you code

https://github.com/Sorbh/interview-me
1•sorbh_kd•15m ago•0 comments

How to Reach Out to VCs a Founder Note by Sridhar Arunagiri

https://sridharstartupinsights.substack.com/p/how-to-actually-reach-out-to-vcs
1•Sridhara1•15m ago•0 comments

Show HN: CLI for agentic activity tracking in Codex

1•aperi•17m ago•0 comments

DPRR: Mindfulness

https://www.armyresilience.army.mil/ard/r2/Mindfulness.html
1•sebg•17m ago•0 comments

On The Problem of LLM-Assisted Contributions to Open Source Projects

http://www.call-with-current-continuation.org/articles/open-source-and-llm-contributions.txt
1•sjamaan•18m ago•1 comments

AI Armies Are Faking Grassroots Movements

https://studyfinds.com/ai-faking-grassroots-movements-threatening-democracy/
2•xyzal•18m ago•0 comments

Show HN: A page with 10k permanent $1 text slots

https://dollarinternet.net
1•millionclicks•21m ago•1 comments

Laravel Inertia Toast

https://github.com/veekthoven/laravel-inertia-toast
1•veekthoven•21m ago•1 comments

Vance says Minnesota's Medicaid funds halted

https://www.theguardian.com/us-news/2026/feb/25/jd-vance-minnesota-medicaid
1•KnuthIsGod•22m ago•0 comments

Remote Labor Index: Measuring AI Automation of Remote Work

https://www.remotelabor.ai/
1•truegoric•23m ago•0 comments

Show HN: A framework to observe epistemic drift in AI outputs

https://app.guardianai.fr
2•Guardian-AI•23m ago•0 comments

Code Red for Humanity?

https://garymarcus.substack.com/p/code-red-for-humanity
2•tu7001•25m ago•0 comments

Ask HN: Orbis. Your AI Co-Founder (Waitlist Open)

9•alsufinown•25m ago•2 comments

Mq – a command-line tool that processes Markdown using a syntax similar to jq

https://github.com/harehare/mq
3•mihau•27m ago•0 comments

Games for Machines

https://gertlabs.com
4•gertlabs•31m ago•0 comments

Vera C. Rubin Observatory Launches Real-Time Discovery Machine

https://rubinobservatory.org/news/first-alerts
3•EvgeniyZh•31m ago•0 comments

Show HN: SignForge – Free e-signature tool, no account needed to sign

https://signforge.io
2•kumaras•33m ago•0 comments

Distributed Game Servers in KFChess

http://ternarysearch.blogspot.com/2026/02/distributed-game-servers-in-kfchess.html
2•paladin314159•34m ago•0 comments

Advertise to AI Agents with Prompt Injection

https://claw-guard.org/adnet/
4•gmerc•38m ago•2 comments

Shallow work: be aware of over-productivity

https://www.ssp.sh/brain/shallow-work/
5•articsputnik•39m ago•1 comments

The Agentic Data Organization: How AI Is Reshaping the Enterprise Data Function

https://abensrhir.com/posts/how-ai-will-reshape-the-enterprise-data-function-by-2028/
2•abensrhir•41m 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.