frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Helix Editor Release 25.07 Highlights

https://helix-editor.com/news/release-25-07-highlights/
140•matrixhelix•1h ago•43 comments

NIST Ion Clock Sets New Record for Most Accurate Clock in the World

https://www.nist.gov/news-events/news/2025/07/nist-ion-clock-sets-new-record-most-accurate-clock-world
188•voxadam•5h ago•60 comments

Show HN: Shoggoth Mini – A soft tentacle robot powered by GPT-4o and RL

https://www.matthieulc.com/posts/shoggoth-mini
239•cataPhil•5h ago•48 comments

Encrypting Files with Passkeys and Age

https://words.filippo.io/passkey-encryption/
96•Bogdanp•3h ago•24 comments

To be a better programmer, write little proofs in your head

https://the-nerve-blog.ghost.io/to-be-a-better-programmer-write-little-proofs-in-your-head/
131•mprast•4h ago•64 comments

LLM Inevitabilism

https://tomrenner.com/posts/llm-inevitabilism/
1420•SwoopsFromAbove•16h ago•1315 comments

Hierarchical Modeling (H-Nets)

https://cartesia.ai/blog/hierarchical-modeling
20•marviel•1h ago•8 comments

Show HN: Beyond Z²+C, Plot Any Fractal

https://www.juliascope.com/
42•akunzler•2h ago•11 comments

Reflections on OpenAI

https://calv.info/openai-reflections
218•calvinfo•4h ago•128 comments

Designing for the Eye: Optical Corrections in Architecture and Typography

https://www.nubero.ch/blog/015/
56•ArmageddonIt•3h ago•4 comments

Human Stigmergy: The world is my task list

https://aethermug.com/posts/human-stigmergy
11•Petiver•1h ago•2 comments

Petabit-class transmission over > 1000 km using standard 19-core optical fiber

https://www.nict.go.jp/en/press/2025/05/29-1.html
57•the_arun•2d ago•19 comments

Hazel: A live functional programming environment with typed holes

https://github.com/hazelgrove/hazel
6•azhenley•1h ago•1 comments

CoinTracker (YC W18) is hiring to solve crypto taxes and accounting (remote)

1•chanfest22•4h ago

Blender 4.5 LTS Released

https://www.blender.org/download/releases/4-5/
226•obdev•5h ago•70 comments

Lorem Gibson

http://loremgibson.com/
51•DyslexicAtheist•2d ago•11 comments

Underwriting Superintelligence

https://underwriting-superintelligence.com/
11•brdd•1h ago•4 comments

Most (ly Dead) Influential Programming Languages (2020)

https://www.hillelwayne.com/post/influential-dead-languages/
42•azhenley•3d ago•20 comments

Adding lookbehinds to rust-lang/regex

https://systemf.epfl.ch/blog/rust-regex-lookbehinds/
71•emschwartz•5h ago•24 comments

Mel, Annotated

https://users.cs.utah.edu/~elb/folklore/mel-annotated/mel-annotated.html
4•fanf2•3d ago•0 comments

KDE's official Roku/Android TV alternative is back from the dead

https://www.neowin.net/news/kdes-android-tv-alternative-plasma-bigscreen-rises-from-the-dead-with-a-better-ui/
90•bundie•3h ago•26 comments

Apple's MLX adding CUDA support

https://github.com/ml-explore/mlx/pull/1983
517•nsagent•23h ago•180 comments

Show HN: We made our own inference engine for Apple Silicon

https://github.com/trymirai/uzu
123•darkolorin•9h ago•35 comments

Meta shareholders look to haul CEO Mark Zuckerberg, Sheryl Sandberg to court

https://nypost.com/2025/07/15/business/meta-shareholders-aim-to-haul-ceo-mark-zuckerberg-sheryl-sandberg-to-court/
65•1vuio0pswjnm7•2h ago•53 comments

A quick look at unprivileged sandboxing

https://www.uninformativ.de/blog/postings/2025-07-13/0/POSTING-en.html
33•zdw•2d ago•8 comments

Literalism plaguing today’s movies

https://www.newyorker.com/culture/critics-notebook/the-new-literalism-plaguing-todays-biggest-movies
184•frogulis•17h ago•323 comments

LIGO detects most massive black hole merger to date

https://www.caltech.edu/about/news/ligo-detects-most-massive-black-hole-merger-to-date
349•Eduard•1d ago•183 comments

Mistralai/Voxtral-Mini-3B-2507 · Hugging Face

https://huggingface.co/mistralai/Voxtral-Mini-3B-2507
40•thunderbong•2h ago•6 comments

Cognition (Devin AI) to Acquire Windsurf

https://cognition.ai/blog/windsurf
485•alazsengul•1d ago•404 comments

Show HN: I built this to talk Danish to my girlfriend – works with any language

https://menerdu.vercel.app/
158•lil_csom•2d ago•89 comments
Open in hackernews

Show HN: Cogency – Cognitive Architecture for AI Agents

https://github.com/iteebz/cogency
16•cogencyai•3d ago
Yesterday I built something that probably shouldn’t exist yet. In 9 hours, I created a cognitive architecture demonstrating emergent reasoning.

It follows a 5-step loop: Plan → Reason → Act → Reflect → Respond. Adding a WebSearchTool to test extensibility, the agent initially failed its first search, reflected on poor results, adapted its query, and then succeeded. This behavior wasn’t programmed; it emerged naturally from the architecture.

Five hours later, I integrated a FileManagerTool — it worked on the first try. Like code compiling first time, except this was intelligence composing zero-config.

Key insight: separating cognitive operations from tool orchestration enables true composability. Most frameworks conflate these, resulting in brittle, unpredictable agents.

Commit timeline: https://github.com/iteebz/cogency

It’s pip-installable (pip install cogency) with production-ready components. Currently dogfooding across projects.

Seeking feedback from the community on the approach and implementation.

Comments

lordofgibbons•9h ago
Got any benchmarks to go along with it?

Unfortunately, there are a million different cognitive architectures out there, and there's no trivial way to filter through them.

EconomistFar•8h ago
This is pretty cool, love seeing more opinionated starter kits that actually focus on developer experience and modern build performance. So many boilerplates get bloated fast.

What stands out is how Cogency tries to balance convention and flexibility, especially the way it handles routing and API hooks without locking you in too hard.

NoProfession•8h ago
Skimmed through this, really like how clean the structure is. A lot of starter kits feel like they solve “hello world” but get messy fast when you scale.
weego•8h ago
It seems to me that every iteration of AI agent framework idea is taking us closer down the path to what is ultimately just an Actor framework where the mailbox is an AI agent instead of a code loop.

Someone should probably just cut out the middlemen and do exactly that. A mature Actor topology orchestrator with a set of node types varying from binary logic to full agentic loops would go a long way.

It might be more like Apache Storm than strictly an actor framework the more I think about it, but it's there somewhere.