frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

From abandoned gaming PC to 14 minute K8s cluster provisioning

https://www.droppedasbaby.com/posts/hl1/
1•offbyone42•33s ago•0 comments

Fable 5 back? 44 delivery channels carrier pigeon included- RFC 2549,3–5 day SLA

https://isfable5available.com/
1•bArmageddon•1m ago•0 comments

Asked Fable to Make the Backrooms

https://backrooms.mom/
1•bxclltkfz•3m ago•0 comments

Is It Possible to Block Childrens' Access to Social Media? [video]

https://www.youtube.com/watch?v=2jJeSgO_MGo
2•Erikun•3m ago•0 comments

GitHub Models is no longer available to new customers

https://github.blog/changelog/2026-06-16-github-models-is-no-longer-available-to-new-customers/
1•herrkanin•4m ago•0 comments

Mark Zuckerberg Orders Employees Have Fun After Brutal Layoffs Culled Colleagues

https://futurism.com/artificial-intelligence/mark-zuckerberg-employees-fun-hackathon-layoffs
2•randycupertino•6m ago•0 comments

Use AI without compromising data security or privacy

https://www.privatemode.ai/
1•pros•6m ago•0 comments

Birth rates may not be falling because of economics or morality

https://morbidcuriosity.substack.com/p/the-demographic-end-of-history
1•pnwpnw•7m ago•0 comments

Can gzip be a language model?

https://twitter.com/nathanrs/status/2066924065521357093
1•talhof8•7m ago•0 comments

How much of code review friction comes from context outside the codebase?

1•srbsa•8m ago•0 comments

Claude Session Manager – find and manage forgotten Claude Code sessions

https://github.com/xreader/ai-session-manager
1•xreader•9m ago•0 comments

EU Commission Response to 'Stop Destroying Videogames'

https://ec.europa.eu/commission/presscorner/home/en
1•TechTechTech•9m ago•0 comments

With Isaac Gr00T, Nvidia may become the Android of robotics

https://www.inc.com/connor-jewiss/how-nvidias-new-humanoid-machine-solves-the-robot-industrys-big...
1•connorjewiss•10m ago•0 comments

The night my marriage fell apart

https://www.theatlantic.com/family/2026/05/divorce-soccer-infidelity-chris-jones/687232/
1•andrewstuart•11m ago•0 comments

Leak Exposes Members of Peter Thiel's Secretive 'Dialog' Society

https://www.wired.com/story/leak-exposes-members-of-peter-thiels-secretive-dialog-society/
2•frb•12m ago•0 comments

Show HN: Audit your installed GitHub CLI extensions

https://sjh9714.github.io/gh-extension-atlas/audit.html
1•sjh9714•13m ago•0 comments

Flexitarian 2048

https://www.nsbradford.com/flexitarian2048
1•zx321•15m ago•0 comments

Bayer's PRINCE: a production agentic RAG system

https://martinfowler.com/articles/reliable-llm-bayer.html
1•logickkk1•16m ago•0 comments

Rust async task local variables from scratch

https://wolfgirl.dev/blog/2026-06-16-async-task-locals-from-scratch/
1•fanf2•16m ago•0 comments

Anger at the Trillionaire – is it Justified?

https://maximepeabody.substack.com/p/anger-at-the-trillionaire-is-it-justified
1•peab•17m ago•0 comments

Touch to Pixels: UI Pipeline Internals on iOS

https://blog.jacobstechtavern.com/p/ui-pipeline-internals
2•jakey_bakey•19m ago•0 comments

Android 17 Is Here

https://android-developers.googleblog.com/2026/06/Android-17.html
3•onnnon•19m ago•0 comments

New Domain for Sign in with Apple and iCloud+ Hide My Email

https://developer.apple.com/news/?id=sus6t6ab
1•embedding-shape•20m ago•0 comments

Show HN: Pacwich – lightweight new monorepo tooling on top of Bun, NPM, or pnpm

https://pacwich.dev/
1•smorsic•20m ago•0 comments

Ask HN: Why does Spotlight indexing get stuck in loops but Time Machine doesn't?

1•amichail•22m ago•0 comments

GrapheneOS has been ported to Android 17 and official releases are coming soon

https://discuss.grapheneos.org/d/36469-grapheneos-has-been-ported-to-android-17-and-official-rele...
3•Cider9986•24m ago•0 comments

Algebraic Music Composition

https://monictheory.com/about
1•midi_finder•25m ago•0 comments

Mistral Repeats State-Sponsored Disinformation Half the Time When Prompted

https://www.newsguardtech.com/special-reports/mistral-le-chat-ai-chatbot-repeats-falsehoods-half-...
1•doener•25m ago•0 comments

SAMF- Deterministic Moscow guardrails for LLM multi-agent loops

https://github.com/NanoPrompt/samf-framework
1•nanoprompter•27m ago•0 comments

MetaLens – open-source image metadata inspector with a free REST API

https://imagemetadataextractor.com/
1•vexelior•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.