frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

The Fed says this is a cube of $1M. They're off by half a million

https://calvin.sh/blog/fed-lie/
745•c249709•5h ago•284 comments

Figma Files Registration Statement for Proposed Initial Public Offering

https://www.figma.com/blog/s1-public/
103•kualto•2h ago•33 comments

The Roman Roads Research Association

https://www.romanroads.org/
14•bjourne•1h ago•2 comments

Feasibility study of a mission to Sedna - Nuclear propulsion and solar sailing

https://arxiv.org/abs/2506.17732
153•speckx•8h ago•51 comments

Ask HN: Who is hiring? (July 2025)

164•whoishiring•7h ago•177 comments

Code⇄GUI bidirectional editing via LSP

https://jamesbvaughan.com/bidirectional-editing/
68•jamesbvaughan•5h ago•23 comments

Show HN: Spegel, a Terminal Browser That Uses LLMs to Rewrite Webpages

https://simedw.com/2025/06/23/introducing-spegel/
283•simedw•9h ago•132 comments

The Hoyle State (2021)

https://johncarlosbaez.wordpress.com/2021/02/04/the-hoyle-state/
39•gone35•4h ago•7 comments

I built something that changed my friend group's social fabric

https://blog.danpetrolito.xyz/i-built-something-that-changed-my-friend-gro-social-fabric/
478•dandano•3d ago•199 comments

Show HN: Core – open source memory graph for LLMs – shareable, user owned

https://github.com/RedPlanetHQ/core
35•Manik_agg•5h ago•4 comments

Muxio: Rust layered stream and RPC toolkit

https://crates.io/crates/muxio
11•zombiej5•2d ago•0 comments

Building a Personal AI Factory

https://www.john-rush.com/posts/ai-20250701.html
19•derek•54m ago•8 comments

Experience converting a mathematical software package to C++20 modules [PDF]

https://arxiv.org/abs/2506.21654
83•vblanco•8h ago•15 comments

Ask HN: Who wants to be hired? (July 2025)

48•whoishiring•7h ago•136 comments

When Did Nature Burst into Vivid Color?

https://www.quantamagazine.org/when-did-nature-burst-into-vivid-color-20250627/
77•jandrewrogers•4d ago•52 comments

Cua (YC X25) is hiring an engineer

https://www.ycombinator.com/companies/cua/jobs/dIskIB1-founding-engineer-cua-yc-x25
1•GreenGames•5h ago

The Hidden Engineering of Liquid Dampers in Skyscrapers

https://practical.engineering/blog/2025/7/1/the-hidden-engineering-of-liquid-dampers-in-skyscrapers
19•chmaynard•2h ago•0 comments

OpenFLOW – Quickly make beautiful infrastructure diagrams local to your machine

https://github.com/stan-smith/OpenFLOW
254•x0z•15h ago•62 comments

Swearing as a Response to Pain: Assessing Effects of Novel Swear Words

https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2020.00723/full
24•sega_sai•2d ago•21 comments

Graph Theory Applications in Video Games

https://utk.claranguyen.me/talks.php?id=videogames
44•haywirez•3d ago•4 comments

All Good Editors Are Pirates: In Memory of Lewis H. Lapham

https://www.laphamsquarterly.org/roundtable/all-good-editors-are-pirates
44•Caiero•2d ago•5 comments

The wanton destruction of a creative-tech era

https://blog.greg.technology/2025/06/30/fastly.html
22•gregsadetsky•3h ago•7 comments

Show HN: HackerNewt - Breadth-first exploring HN client for iOS

https://apps.apple.com/us/app/hackernewt-for-hacker-news/id6448201970
34•hnand•6h ago•22 comments

Show HN: Jobs by Referral: Find jobs in your LinkedIn network

https://jobsbyreferral.com/
100•nicksergeant•9h ago•53 comments

Show HN: Arch-Router – 1.5B model for LLM routing by preferences, not benchmarks

33•adilhafeez•4h ago•8 comments

Show HN: I built the tool I wished existed for moving Stripe between countries

https://www.stripemove.com/
72•felphos•9h ago•36 comments

1KB JavaScript Demoscene Challenge Just Launched

73•babakode•3h ago•13 comments

Slouching Towards Sensemaking

https://karanchawla.io/2025/06/29/sensemaking
11•karchaw•2d ago•0 comments

Sam Altman Slams Meta's AI Talent Poaching: 'Missionaries Will Beat Mercenaries'

https://www.wired.com/story/sam-altman-meta-ai-talent-poaching-spree-leaked-messages/
75•spenvo•4h ago•152 comments

HN Slop: AI startup ideas generated from Hacker News

https://www.josh.ing/hn-slop
66•coloneltcb•6h ago•25 comments
Open in hackernews

Embabel Agent Framework for the JVM

https://github.com/embabel/embabel-agent
38•t0mas88•2d ago

Comments

mrcwinn•7h ago
This is great! Better agent frameworks are sorely needed in a more diverse set up languages beyond Python and TS. Thank you for the work.
reactordev•6h ago
This is awesome work! It bridges the business gap between “We’re a Java shop” and “Here’s my Jupyter notebook of my agent”. Looking forward to seeing where this goes.
0x457•5h ago
IMO these agent frameworks do very little in terms of value add. Main thing they do is handling tool calling and some prompt wrapping and maybe naive chat history managment.

If a Java shop can figure how to do that in one day, then it's not a Java shop or they lack context around LLMs and framework won't bridge knowledge gap.

manishsharan•2h ago
This 100%.

Frameworks like these, and I include Microsoft Semantic kernel and Google' Agent2Agent, just get in the way. Fact is that Agent development is still in early stages. We daily learn more about how to get the most out of LLMs. It used to be "prompt engineering", this morning HN is talking about "Context engineering".

Abstractions and frameworks like these will obfuscate insights one would gain by using LLM +tools etc directly.

justincormack•18m ago
This framework uses Goal Oriented Action Planning to plan based on typed outcomes, which is interestingly different from other frameworks.