frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Deobfuscation in the Age of Agentic Reverse Engineering [video]

https://www.youtube.com/watch?v=3-gJ6EUFoKM
1•nicolodev•1m ago•0 comments

Monitor AI visibility with n8n in five nodes

https://heeb.ai/blog/monitor-ai-visibility-with-n8n
1•cabrian•2m ago•0 comments

Hepburn Romanization: How to Read Japanese in the Latin Alphabet

https://www.fink-translate.com/blog/hepburn-romanization.html
1•miuraboy•4m ago•0 comments

Finding Slow Code with Wrapture

https://grahamdumpleton.me/posts/2026/09/finding-slow-code-with-wrapture/
2•lumpa•5m ago•0 comments

Instagram CEO warns against turning off algorithm

https://www.abc.net.au/news/2026-09-10/instagram-ceo-adam-mosseri-algorithm-laws/107136992
2•Raouel•6m ago•0 comments

Reducing cost and improving performance with Claude Platform

https://claude.com/blog/reducing-cost-and-improving-performance-with-claude-platform
1•lumpa•8m ago•0 comments

Agentic Automation: Skills and MCP That Evolve with Our Product

https://medusajs.com/blog/agentic-automation-skills-and-mcp-that-evolve-with-our-product
1•shahednasser•9m ago•0 comments

Analysis of 88,975 HN Who Is Hiring Job Posts

https://mljar.com/blog/remote-python-data-job-hacker-news/
1•pplonski86•10m ago•0 comments

Iran likely to reverse-engineer captured US underwater drone

https://www.reuters.com/world/middle-east/iran-likely-reverse-engineer-captured-us-underwater-dro...
1•geox•11m ago•0 comments

Show HN: Stroq – a firewall that knows why your AI agent ran that command

https://github.com/AGGIB/Stroq
1•Agybay•12m ago•0 comments

Show HN: Starkomand – Mission Control for Your Agents. One Canvas

https://starkomand.com/
1•thedevtimeline•12m ago•0 comments

What algorithm did Windows XP use to choose your initial user picture?

https://devblogs.microsoft.com/oldnewthing/20260909-00/?p=112683
2•soheilpro•13m ago•0 comments

An alignment assessment of recent cybersecurity incidents

https://www.anthropic.com/research/alignment-assessment-cybersecurity-incidents
1•lumpa•13m ago•0 comments

Shot Ease – Capture, Annotate and Share Screenshots in One Flow

https://chromewebstore.google.com/detail/shot-ease-screen-capture/cejbjpbkachlmgbphckaikicmnpmfjdn
1•lucakk•14m ago•0 comments

Home Hardware, Part 2: Width Matters

https://blog.jessfraz.com/post/home-hardware-part-two/
1•tosh•15m ago•0 comments

Show HN: Autark – a self bootstrapping build system

https://autark.dev/
1•adamansky•16m ago•0 comments

Crazy Cursor – Magical Particle Mouse Effects for Chrome

https://chromewebstore.google.com/detail/crazy-cursor-magical-part/eejfljdgkaanachdckmpmfgjhncihfmd
1•lucakk•16m ago•0 comments

AI-Translation-Stack

https://github.com/antonihabek/AI-translation-stack
1•antonihabek•16m ago•0 comments

Some remarks on being stuck, with digressions on David Hockney

https://www.henrikkarlsson.xyz/p/creative-block
2•jger15•20m ago•0 comments

Are credit rating agencies getting fed up with hyperscalers?

https://www.ft.com/content/623c286b-c973-4488-83f3-97e9016e85f6
1•Betelbuddy•24m ago•0 comments

"When I Created Raspbian for the Raspberry Pi..."

https://twitter.com/OfMikeAndMen/status/2097894902201790904
3•notRobot•27m ago•0 comments

Chinese ship completes first regular Arctic voyage to UK on 'Polar Silk Road'

https://www.abc.net.au/news/2026-09-10/chinese-cargo-ship-completes-arctic-voyage-to-uk/107134378
3•yitchelle•28m ago•0 comments

Our MCP server 401'd on initialize, so no directory could read its tools

https://useanima.sh/blog/mcp-server-invisible-to-directories
1•bogdiyan•29m ago•0 comments

What the iPhone Duo would mean for developers

https://appcompliance.io/blog/iphone-duo-app-compatibility/
1•Eryq78•30m ago•0 comments

Which would you prefer: an iPhone Duo, or an iPhone 18 Pro plus an iPad mini?

1•montgomery_r•32m ago•0 comments

Project Xanadu

https://xanadu.com/
3•simonebrunozzi•34m ago•0 comments

Show HN: Stock charts, insider filings and earnings in one terminal window

https://github.com/makeev/alphai-tui
1•mmakeev•34m ago•0 comments

Show HN: VocReel – A sentence-by-sentence feed for English listening practice

https://vocreel.com
1•ansurfen•34m ago•0 comments

Show HN: A sci-fi systems check for your programming brain

https://systemscheck.dev
2•careyi3•35m ago•0 comments

Show HN: Eusend – the EU-native email API

https://eusend.dev
2•sharecrow•39m 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.