frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Enterprise vs. Open-Source AI Agents

https://simplai.ai/blogs/enterprise-vs-open-source-ai-agents/
1•emilypellegrini•45s ago•0 comments

Where did you think the training data was coming from?

https://idiallo.com/blog/where-did-the-training-data-come-from-meta-ai-rayban-glasses
1•speckx•2m ago•0 comments

Tech Silicon Valley is buzzing about this new idea: AI compute as compensation

https://www.businessinsider.com/ai-compute-compensation-software-engineers-greg-brockman-2026-3
1•cdrnsf•4m ago•0 comments

The entities enabling scientific fraud at scale are large, resilient and growing

https://doi.org/10.1073/pnas.2420092122
1•peyton•4m ago•0 comments

My Small RPG Is Finally Taking Shape

https://jslegenddev.substack.com/p/my-small-rpg-is-finally-taking-shape
1•ibobev•4m ago•0 comments

Ask HN: How to Block V2K Torture?

1•Lapsa•4m ago•0 comments

Girl Scout troop sets up shop at weed dispensary. Cookies are in high demand

https://www.nj.com/food/2026/03/girl-scout-troop-sets-up-shop-at-weed-dispensary-cookies-are-in-h...
2•mhb•5m ago•0 comments

Lyte2D: A comfy little game engine

https://lyte2d.com/lyte.html?zip=public%2Flyte-intro.zip
1•PaulHoule•5m ago•0 comments

Why Mathematica does not simplify Sinh[ArcCosh[x]]

https://www.johndcook.com/blog/2026/03/10/sinh-arccosh/
1•ibobev•6m ago•0 comments

Corpus Christi, Texas, Shows How Not to Manage Water

https://www.bloomberg.com/opinion/articles/2026-03-11/corpus-christi-texas-shows-how-not-to-manag...
1•littlexsparkee•6m ago•0 comments

Ask HN: Why doesn't Linux have a native text editor as feature rich as Notepad++

1•trinsic2•6m ago•0 comments

Noma Abuse

https://www.noma-abuse.com
1•bookofjoe•6m ago•0 comments

Figma MCP Builds What You Ask – Nothing More

https://blog.codeminer42.com/figma-mcp-builds-exactly-what-you-ask-nothing-more/
1•edigleysson•8m ago•0 comments

Passage Protocol – Departure and admission records for AI agents

https://github.com/CellarDoorExits/exit-door
2•dogcomplex•11m ago•2 comments

GitHub has had more outages in Q1 2026 than the entirety of 2016-2019

https://xcancel.com/___4o____/status/2031240323964482041
1•eitau_1•11m ago•1 comments

Why vibe coding won't build more successful products

https://yinka.dev/blog/why-vibe-coding-wont-build-more-successful-products/
3•olayinkaos•11m ago•0 comments

Achieving deterministic 1µs latency in .NET 10 using Native AOT

https://intelligentaudio.net/nexus
1•NexusCore•12m ago•1 comments

Get in Line (Part 2) – Vyukov's Queue and its specializations

https://abhikja.in/blog/2026-03-10-get-in-line-part-2/
1•g0xA52A2A•12m ago•0 comments

Built an AI smarter than ChatGPT. Jesus Christ before GTA 6. Genuinely scared

https://pillarlabai.com/
1•simullab•13m ago•1 comments

Anthropic controls Claude's outputs. Palantir controls its inputs

https://frontierlabs.substack.com/p/anthropic-controls-what-claude-says
2•muskanshafat•13m ago•0 comments

Lego's 0.002 mm Specification and Its Implications for Manufacturing

https://www.thewave.engineer/articles.html/productivity/legos-0002mm-specification-and-its-implic...
1•scrlk•13m ago•0 comments

Do monitoring tools still miss early signals before incidents?

1•gabdiax•14m ago•1 comments

Foreign hacker reportedly breached FBI servers holding Epstein files in 2023

https://www.theguardian.com/us-news/2026/mar/11/fbi-epstein-files-hacker-break-in
1•vinni2•14m ago•0 comments

A surprising percentage of produce contains 'forever' pesticides

https://www.cnn.com/2026/03/11/health/pfas-pesticides-california-produce-wellness
1•OutOfHere•15m ago•0 comments

.NET 11 Preview 2 is now available

https://devblogs.microsoft.com/dotnet/dotnet-11-preview-2/
1•Fervicus•17m ago•0 comments

N8n-as-code: Stop n8n AI hallucinations with TS decorators

https://github.com/EtienneLescot/n8n-as-code
1•etienne_l•17m ago•1 comments

Dave's Retro Corner – Classic Amiga Demoscene Effects

https://rene-david-bot.github.io/amiga500-webgl-demos/
1•codewiz•17m ago•0 comments

Can LLMs Do Matching Decompilation? I Tested 60 Functions to Find Out

https://gambiconf.substack.com/p/can-llms-really-do-matching-decompilation
1•macabeus•18m ago•0 comments

DHS Ousts CBP Privacy Officers Who Questioned 'Illegal' Orders

https://www.wired.com/story/cbp-privacy-threshold-analysis-foia/
3•boplicity•18m ago•0 comments

Deep Dive on Prompt Caching

https://www.claudecodecamp.com/p/deep-dive-on-prompt-caching
1•begemotz•20m ago•0 comments
Open in hackernews

AI investment agents modeled on Warren Buffett and 17 other legends

https://github.com/sophieamoure2026-ui/neuforge-legends
2•TitanSignal•1h ago

Comments

TitanSignal•1h ago
I built a Python library that lets you run a committee of AI investment agents - each modeled on a different legendary investor's philosophy.

You give it stock tickers. Warren Buffett analyzes the moat. Michael Burry hunts for the contrarian case. Cathie Wood projects 5-year disruption. Charlie Munger looks for reasons NOT to invest. Then they vote.

  pip install neuforge-legends

  from neuforge import LegendsPool
  pool = LegendsPool()  # needs GROQ_API_KEY (free tier)
  result = pool.analyze(["NVDA", "TSLA"], package="pro")
  print(result.summary())
Output: [BUY ] Warren Buffett: NVDA has an extraordinary moat in AI compute infrastructure... [BUY ] Michael Burry: Contrarian thesis holds - data center demand underpriced... [HOLD] Charlie Munger: Quality is undeniable but price leaves thin margin of safety... [BUY ] Cathie Wood: NVDA is the backbone of the AI revolution...

Consensus: STRONG BUY | Confidence: 80%

Runs on Groq's free API so it costs essentially nothing to run locally. Hosted version with copy trading: https://neuforge.app/legends