frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Codified Context: Infrastructure for AI Agents in a Complex Codebase

https://arxiv.org/abs/2602.20478
1•Anon84•5m ago•0 comments

Ask HN: What Happened to HTTPS://Www.keyvalues.com/?

1•alexgotoi•6m ago•0 comments

Show HN: Time-travel debugging and side-by-side diffs for AI agents

https://github.com/clay-good/agent-replay
1•hireclay•7m ago•0 comments

Bind 2 Port 0

https://bengarcia.dev/b2p0
1•hahahacorn•7m ago•0 comments

Starts Club – YC-style startup idea validator

2•androbuddy•11m ago•0 comments

Show HN: Aegis-DB – Multi-paradigm database in Rust,in production

https://github.com/AutomataNexus/Aegis-DB
1•AutomataNexus•11m ago•1 comments

Show HN: Cc-connect – Remote control Claude Code from your favorite chat app

https://github.com/chenhg5/cc-connect
1•cg33•12m ago•2 comments

Watch your Claude Code hooks in real time

https://felipeelias.github.io/2026/02/28/hook-lab.html
1•felipeelias•12m ago•0 comments

Retroforth: A Modern, Pragmatic Forth

https://retroforth.org/
2•tosh•13m ago•0 comments

Show HN: Cagent – Agent in a Cage

https://github.com/noperator/cagent
1•noperator•14m ago•0 comments

Histomap Reborn

https://histomap.robennals.org/app
1•Ozzie_osman•15m ago•0 comments

Show HN: GEKO (up to 80% compute savings on LLM fine-tuning)

https://github.com/ra2157218-boop/GEKO
1•SyedAbdurR2hman•15m ago•0 comments

Simple System for Now – Daniel Terhorst-North [video]

https://www.youtube.com/watch?v=aIh2XBS4pr0
1•danebalia•17m ago•1 comments

OpenRockets Foundation Gains Fiscal Sponsorship via the Hack Foundation

https://mag.openrockets.com
1•Matheww•18m ago•1 comments

How I'm Using Local Large Language Models

https://www.jvt.me/posts/2026/02/28/local-ai/
1•zdw•22m ago•0 comments

Qwen3.5-35B-A3B-GGUF from Unsloth

https://huggingface.co/unsloth/Qwen3.5-35B-A3B-GGUF
1•vincirufus•23m ago•0 comments

Monitor the Situation

https://monitor-the-situation.com/middle-east
3•bookofjoe•23m ago•0 comments

Claw21 – Blackjack for Agents

https://clawhub.ai/stainlu/blackjack
1•stainlu•25m ago•1 comments

C-Mera

https://github.com/kiselgra/c-mera
1•tosh•26m ago•0 comments

Attention Military Members and Veterans: You Have Been Defrauded

https://beendefrauded.substack.com/p/attention-military-members-and-veterans
1•htwatchdogs•31m ago•0 comments

The March of Nines

https://sruthipoddutur.substack.com/p/the-march-of-nines-part-1
9•sruthipsr•31m ago•0 comments

Kbtz: A task tracker and TUI workspace for coding agents

https://github.com/virgil-king/kbtz
1•ostrich_network•32m ago•0 comments

Switch between different Claude Code profiles

https://github.com/kimrgrey/claudini
1•kimrgrey•32m ago•0 comments

Wish List: SSH Keys in Passwords

https://sixcolors.com/post/2026/01/wish-list-ssh-keys-in-passwords/
1•watermelon0•33m ago•0 comments

Tablesaw: Java Dataframe and Visualization Library

https://github.com/jtablesaw/tablesaw
1•saikatsg•34m ago•0 comments

Who Will Command the Robot Armies? (2016)

https://idlewords.com/talks/robot_armies.htm
1•diafygi•34m ago•1 comments

Show HN: I dump all my private notes into an LLM and tell it to build me a site

https://tresbuchet.com/
1•elijahlucian•34m ago•1 comments

If code is cheap, intent is the currency

https://zknill.io/posts/commit-message-intent/
1•zknill•36m ago•0 comments

In the Northwest, Polyamory Finds Something New: Legal Protection

https://www.nytimes.com/2026/02/28/us/pacific-northwest-polyamory-legal-protection.html
1•geox•38m ago•0 comments

Ask HN: If AI boosts productivity so much, why would a company lay anyone off?

1•ex-aws-dude•38m ago•3 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.