frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Mistral raises €3B to make sovereign, open-weight AI the technology frontier

https://mistral.ai/news/mistral-makes-sovereign-open-weight-ai-to-frontier/
167•kuberwastaken•1h ago•90 comments

Navier-Stokes – Tristan Buckmaster [pdf]

https://cims.nyu.edu/~tristanb/statement.pdf
80•procedurecall•1h ago•14 comments

We have a year to fix security everywhere

https://jyn.dev/a-year-to-fix-security/
122•saikatsg•2h ago•81 comments

I've factored the RSA keys of a Certificate Authority from the 90s

https://mcpherrin.ca/2026/09/07/rsa.html
251•ahlCVA•5h ago•47 comments

My Feed, My Way

https://www.pm.gov.au/media/my-feed-my-way
59•dotcoma•1h ago•34 comments

Multi-Agents LLM Financial Trading Framework

https://github.com/TauricResearch/TradingAgents
15•fittingopposite•1h ago•6 comments

I tested 10 model/harness combinations on the same Three.js task

https://alvins82.github.io/hangar-harness-model-tests/
46•alvins82•3h ago•27 comments

GamersNexus and LG: Or why rooting your TV is a bad idea

https://leaflet.pub/p/did:plc:yhgc5rlqhoezrx6fbawajxlh/3muwrqenzfk2n
66•drasticactions•3h ago•40 comments

TALA Is Open-Source

https://d2lang.com/blog/tala-is-open-source/
180•alixanderwang•7h ago•12 comments

How well do agents use test/verification techniques?

https://danluu.com/agentic-testing/
56•vinhnx•4h ago•9 comments

Arm Mali G2-Ultra NX GPU: desktop-class mobile gameplay with AI-native graphics

https://newsroom.arm.com/blog/arm-mali-g2-ultra-nx-ai-native-mobile-graphics
27•Re-Tails•2h ago•12 comments

Watch Los Angeles get built, one building at a time (1880–2026)

https://lax-skyline.parcelscope.net/
277•rustywasm•12h ago•138 comments

Jellyfin 12.0

https://jellyfin.org/posts/jellyfin-release-12.0/
286•0xC0ncord•5h ago•107 comments

The VMs Powering Mobile Agents (Instinct, Claude Code)

https://rohanadwankar.github.io/posts/platforms.html
14•RohanAdwankar•2h ago•1 comments

Leaving VMware just got harder after Broadcom pulled VDDK downloads

https://www.virtualizationhowto.com/2026/09/leaving-vmware-just-got-harder-after-broadcom-pulled-...
171•josephcsible•10h ago•73 comments

There's a new "Google Jail" for independent wikis

https://weirdgloop.org/blog/google-jail
49•pizzaiolo•5h ago•13 comments

John Margolies' photographs of roadside America

https://publicdomainreview.org/collection/john-margolies-photographs-of-roadside-america/
70•duck•4d ago•17 comments

Extinct Tasmanian tiger's 'snap' unlike any living mammal's bite

https://www.cnn.com/2026/09/02/science/tasmanian-tiger-skull-bite-force
24•cisc•4d ago•4 comments

Understanding Computer Memory Architecture and SSD Internals

https://codingpirate.com/understanding-computer-memory-architecture-ac9320110787
13•Deeptiman•1d ago•2 comments

WeatherNext 3

https://deepmind.google/science/weathernext/
301•matthieu_bl•4d ago•72 comments

Scientists observe Einstein's gravity in the quantum world

https://www.ox.ac.uk/news/2026-08-28-scientists-observe-einsteins-gravity-in-the-quantum-world
200•mudil•3d ago•48 comments

216M Spy TVs – The LG Smart TV Problem [video]

https://www.youtube.com/watch?v=6IFVTcM28KA
699•treve•1d ago•880 comments

Feather Atlas

https://www.fws.gov/lab/featheratlas/identify.html
4•bookofjoe•1d ago•0 comments

Trusting-Trust Attack against an Entire Linux Distribution

https://arxiv.org/abs/2607.24888
191•signa11•2d ago•40 comments

Colorlight 5A-75B: A dive into a popular low-cost ECP5 (FPGA) development board

https://blog.yosyshq.com/p/colorlight-part-1/
29•gregsadetsky•3d ago•6 comments

Show HN: Jigsaw Haiku

https://jigsawhaiku.com/
81•windowshopping•3d ago•27 comments

Emacs Bedrock 2.0

https://lambdaland.org/posts/2026-09-06-bedrock-v2/
90•ashton314•10h ago•11 comments

Icy Moons Are Ocean Worlds

https://mceglowski.substack.com/p/icy-moons-are-ocean-worlds
158•worldvoyageur•1d ago•16 comments

Everything is free now, so why not a floating orb in my IDE

https://eighttrigrams.net/post/79
23•eighttrigrams•2d ago•9 comments

This Month in Ladybird – August 2026

https://ladybird.org/newsletter/2026-08-31/
223•exploraz•3d ago•55 comments
Open in hackernews

Multi-Agents LLM Financial Trading Framework

https://github.com/TauricResearch/TradingAgents
12•fittingopposite•1h ago

Comments

petesergeant•34m ago
I think multi-agent (eg _different_ underlying LLMs) everything is really the future. Code produced via multi-agent workflows and reviews seems noticeably better. I've been experimenting with a multi-agent message board recently: https://github.com/pjlsergeant/dogpark
shaolinspirit•21m ago
I do not understand the value of multi agent approach? Isn't a single agent with a good harness better than any multi agent env?
BenoitP•12m ago
It helps you spend more token, is more expensive, and thus is obviously more AI. Also novelty and more complexity means less scrutiny of the approach.

These are necessary and perfectly sufficient for an investment firm thesis I believe.

politelemon•12m ago
103K stars, so clearly it's popular. Has anyone here used it, and what are the outcomes like, and importantly, who is the target audience for this?

I can see the intention behind crawling social media and news feeds to determine some 'evidence', but am not sure if that's the best approach or even if an LLM is the best way to get an assessment, or whether having so many input sources is a good idea.

reedf1•12m ago
nightmare horseshit, don't waste your tokens
skanga•7m ago
In case there is interest, I've got a fork with some custom improvements like timeout handling, date validation, stop-loss direction checks, and extra utility helpers.

https://github.com/skanga/TradingAgents

I'll also be merging the upstream commits ASAP