frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

JP Morgan staff told they must share biometric data to access headquarters

https://www.theguardian.com/business/2025/oct/10/jp-morgan-staff-told-they-must-share-biometric-d...
1•Maf1•37s ago•0 comments

Programming in the Sun: A Year with the Daylight Computer

https://wickstrom.tech/2025-10-10-programming-in-the-sun-a-year-with-the-daylight-computer.html
1•owickstrom•2m ago•0 comments

Governments are spending billions on their own 'sovereign' AI technologies

https://www.theguardian.com/technology/2025/oct/09/governments-spending-billions-sovereign-ai-tec...
1•JeanKage•4m ago•0 comments

A major evolution of Apple Security Bounty

https://security.apple.com/blog/apple-security-bounty-evolved/
1•jacopoj•5m ago•0 comments

An ESP32 3D Printed Robotic Grabber with a POV Cam [video]

https://www.youtube.com/watch?v=8faEnWKrBrA
1•meilily•6m ago•0 comments

Non-stop snow, instant noodles and yaks: tales of being trapped on Everest

https://www.theguardian.com/world/2025/oct/10/hikers-trapped-rescued-everest-survival-stories
1•tosh•7m ago•0 comments

A Deep Dive into MCP and the Future of AI Tooling

https://a16z.com/a-deep-dive-into-mcp-and-the-future-of-ai-tooling/
1•emreb•8m ago•0 comments

Vibe coding ChatGPT apps [video]

https://www.youtube.com/watch?v=Zt-XNN1mxDA
1•ainiro•12m ago•0 comments

The Embarrassing Ruby/Rails Subreddit Chronicles 2025-10-09

https://andymaleh.blogspot.com/2025/10/the-embarrassing-rubyrails-subreddit.html
1•unripe_syntax•17m ago•0 comments

Database Client for Convex

https://pluk.sh
1•m2fauzaan•18m ago•0 comments

Show HN: Lo fi beats to vibe code to – infinite diffs and lo fi

https://vibecafe.briansunter.com/
1•bribri•20m ago•0 comments

Gemstone Software Design [video]

https://www.youtube.com/watch?v=oYxWHgO_Ogo
1•msuniverse2026•21m ago•0 comments

Easy Cloud Storage Solution for Individuals? – Try MeshDrive

1•hardikprl94•21m ago•0 comments

FramePack Studio

https://framepack.studio/
1•yuyu74189w•22m ago•0 comments

Vard – Zod-inspired prompt injection detection for TypeScript

https://github.com/andersmyrmel/vard
1•andersmyrmel•24m ago•0 comments

Parallelizing Cellular Automata with WebGPU Compute Shaders

https://vectrx.substack.com/p/webgpu-cellular-automata
5•ibobev•24m ago•0 comments

Show HN: Quick Share App:I built a app can share files via local Wi-Fi or LAN

https://quick-share.app/
1•jumpdong•25m ago•0 comments

More on Carmichael

https://www.johndcook.com/blog/2025/10/09/more-on-carmichael/
1•ibobev•26m ago•0 comments

Fermi Paradox Weakens

2•fym•28m ago•0 comments

Show HN: Pilot Kit – An all-in-one toolkit I built for private pilot training

https://air.club/
1•Michael9876•29m ago•0 comments

Instarid: Free and Add-Free Tool to Plan Your Instagram Feed

https://instagrid.siquemlabs.com/
1•theolouvel•30m ago•0 comments

H1: Bootstrapping LLMs to Reason over Longer Horizons via Reinforcement Learning

https://arxiv.org/abs/2510.07312
1•saynotocoffee•32m ago•0 comments

Truth-Aware Decoding: Program Logic for Factual LMs

https://arxiv.org/abs/2510.07331
2•HenryAI•35m ago•1 comments

US anti-fascism expert blocked from flying to Spain at airport

https://www.theguardian.com/us-news/2025/oct/09/anti-fascism-mark-bray-rutgers-university
5•saubeidl•38m ago•0 comments

Nobel Peace Prize 2025: Venezuelan Politician Maria Corina Machado

https://www.bbc.com/news/live/c1l80g1qe4gt
6•DDerTyp•40m ago•0 comments

Nobel Peace Prize 2025

https://www.nobelprize.org/prizes/peace/2025/machado/facts/
28•mitchbob•41m ago•0 comments

Microsoft hypes PCs with NPUs, still can't offer a good reason to buy one

https://www.theregister.com/2025/10/10/microsoft_npu_windows_opinion/
1•YeGoblynQueenne•41m ago•0 comments

Nobel Peace Prize 2025: María Corina Machado

https://www.nobelprize.org/prizes/peace/2025/summary/
82•pykello•41m ago•48 comments

Show HN: I invented a new generative model and got accepted to ICLR

https://discrete-distribution-networks.github.io/
2•diyer22•43m ago•0 comments

Nobel Peace Prize – María Corina Machado

https://www.nobelprize.org/prizes/peace/2025/press-release/
4•lode•43m ago•1 comments
Open in hackernews

Intent Weaving for AI Coding Agents

https://www.autohand.ai/updates/intent-weaving
20•igorpcosta•7h ago

Comments

igorpcosta•7h ago
Hey HN community, I’m Igor, co-founder of Autohand.ai in New Zealand.

We’re building an open stack that lets AI coding agents deliver work with the discipline senior engineers expect. Our latest write-up, “Intent Weaving for AI Coding Agents,” breaks down how we encode strategy, policy, and telemetry into machine-executable intent, plus an honest inventory of where current agents fail (reasoning, repo awareness, testing, etc.).

Highlights: - Mission compiler that turns business objectives into guardrail-rich plans for agents. - Knowledge graph + policy DSL so automation stays inside governance envelopes. - Pain-points matrix from real deployments; new benchmarks that punish regressions, not just pass unit tests. - Open-source pieces as we release them; Commander is already MIT-licensed.

We’d love feedback from folks shipping agentic workflows or wrestling with AI codegen drift. Where should we push harder? What failure modes have we missed?

Link to our manifesto: https://autohand.ai/manifesto

Thanks for reading, and be kind. Creating a new category means stretching before the skills are perfect.

ripped_britches•5h ago
Please build patterns like manager/worker AI agent pairs. You spec a task and they work together on it in a loop, reviewing the code, etc.
visarga•5h ago
Nice idea, I came up with a similar system. The idea is to map the "state space" of the agent, and describe a number of discrete states. Then assign a policy to each one. Both state space mapping and policy are generated by the agent after a discussion with the human. A chat driven, LLM based expert system, a problem specific bunch of "when in situation X, do Y".
igorpcosta•5h ago
that's very cool, haven't thought about that, how do you score the policy if in case they conflict or override previous directives?
visarga•5h ago
My state space mapping approach, which is reminiscent of expert systems and tabelar RL, only makes sense when you repeat the task in the same environment so you can gradually discover the states and their policies. You can look at execution traces to make targeted policy adjustments after each execution.

Here is an example of a state space map rendered in 2D by PCA. It maps LLM research papers from 2025. It does not have policies attached to state positions yet, but can be used as a visual map.

The projection: https://i.imgur.com/a9ESiXs.png

The map itself: https://pastebin.com/pmGzFcPM

A cool thing both for intent weaving and state space policy approach is that they do not prescribe a sequence of steps, they are more like a GPS map allowing rerouting towards goal state at any moment. This is a more flexible description than a static procedure.

raminf•3h ago
Feel like we're revisiting heuristic planning and General Problem Solving by Simon, Shaw, and Newell.