bing.com
The World Baseball Classic Has Always Been Great—Now It’s Gone Mainstream, Toohttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d3077d5f74f169004e82ac9e41860&url=https%3A%2F%2Fwww.baseballamerica.com%2Fstories%2Fthe-world-baseball-classic-has-always-been-great-now-its-gone-mainstream-too%2F&c=10768897042891123254&mkt=en-usThe World Baseball Classic has always been great. But, speaking as someone who (like many of you) loved this event from the very first game of the 2006 WBC, it has long felt like a well-kept secret.Mar 17, 2026 5:57 AM
bonzai.sh
Show HN: BonzAI – 1-click local AI inference and yield-bearing AI artifactshttps://www.bonzai.sh/Hi everyone,I started building BonzAI two years ago, as an attempt to fully replace my online AI stack with an offline, sovereign alternative.Back in the days, I had the intuition that open weights model would stand the comparison with private AI labs, and that the commoditization of inference was the future.When I was finally able to switch from ChatGPT/Claude to local LLMs, midjourney to Flux/SDXL/Z-image, Eleven Labs/Suno to Qwen-TTS/Ace-Step, and Sora to LTX, I implemented:- The ability to create datasets and fine-tune LoRAs;- An experimental 3D objects / Game generation engine;- Support for OpenClaw / Hermes Agent;- A way to tokenize AI artifacts into tradable collectibles and share BonzAI profits with our ecosystem participants;- Arguably the most immersive AI roleplay experience on the market that combines locally-installed models into multi-modal chat experiences with "BonzAI Companions";- A marketplace that applies the BonzAI Companions approach to domain-specific application Mar 16, 2026 10:56 PM
news.ycombinator.com
Show HN: Lens – Open-weight AI model to identify fonts from imageshttps://news.ycombinator.com/item?id=47405761Hi HN, I'm excited to release the weights and full inference stack of an AI model that I've been working on for the past few weeks. Lens is a font recognition model that takes an image and returns the closest matching open-source font that it finds in the image.Recognizing the closest font from an image of text accurately has always been a challenge. Even SOTA vision LLMs can detect basic characteristics like if a font is a serif or a sans-serif, but when it comes to the actual font file that has the most similar styles, vision LLMs will often be quite off for the design and style of a chosen font file.Popular font identification solutions on the internet today also have a two major shortcomings:1. Most of them work based off identifying particular characters and don’t look at an overall word or image, so they require a manual character segmenting step. 2. Most online tools identify fonts from on a proprietary dataset of commercial fonts in order to monetize. However, this makes it difMar 16, 2026 10:19 PM

spacenews.com
Nvidia unveils AI computing module for space-based data centershttps://spacenews.com/nvidia-unveils-ai-computing-module-for-space-based-data-centers/Chipmaker says new system is designed for satellites and other power-constrained missions The post Nvidia unveils AI computing module for space-based data centers appeared first on SpaceNews.Mar 16, 2026 10:17 PM
github.com
Show HN: Investing Withous Bias or Emotionhttps://github.com/kachurovskiy/stratcraft/I've spent years actively trading and losing money. It affected my health and relationships negatively. I also realized that my opinion on what's worth buying is more than worthless, what matters is the opinion of the market.But I didn't want to settle for index funds that hold a lot of under-performing stocks so I've built this tool that allows trading 12000 instruments (stocks, ETFs, metals, real estate, crypto) via statistically proven strategies.Project is open source, tool is self-hosted, at the very minimum it requires an Alpaca brokerage account, they also provide the necessary market data, alternatively you can use Tiingo or EODHD.I'm currently running 2 paper trading accounts, fine-tuning parameters like slippage, planning to start ADX on real money soon.I'm not trying to beat hedge funds and other big players here, instead I'm looking to join them by waiting for a trend to be established (daily time frame, wide stops, long duration trades) and naturally diversifying over all Mar 16, 2026 8:36 PM
github.com
Show HN: MaximusLLM – Train 262k-vocab LLMs on a single 16GB GPUhttps://github.com/yousef-rafat/MaximusLLM/blob/main/README.mdHi HN, I built this because I wanted to see if I could pre-train large-vocabulary LLMs (like Gemma with 262k tokens) on hardware accessible to independent researchers.Standard exact Cross-Entropy instantly OOMs on 16GB GPUs at that scale.To bypass this, I implemented MAXIS Loss. It uses a "Ghost Logit" to mathematically simulate the missing probability mass of unsampled tokens, rather than materializing the full 262k-wide matrix.Benchmarks on a 16GB VRAM card (T4):17.5x faster in the loss layer compared to the Triton-optimized Liger Kernel.~39% VRAM reduction in the objective calculation. Includes RandNLA Attention, which uses Causal Kronecker Sketching to keep memory flat as sequence length grows.I’ve included technical reports with the formal math in the repository. I would love any technical feedback on the partition function simulation or the sketching approach.Mar 16, 2026 7:57 PM

nasa.gov
NASA Invites Media to Learn About Upcoming X-59 Test Flightshttps://www.nasa.gov/news-release/nasa-invites-media-to-learn-about-upcoming-x-59-test-flights/NASA will hold a media teleconference at 5:30 p.m. EDT on Thursday, March 19 to highlight plans for its X-59 quiet supersonic aircraft’s upcoming flight tests. The teleconference is set to take place after the X-59 is scheduled to complete its second flight, in California. For the media call, NASA leadership will join representatives from […]Mar 16, 2026 7:48 PM

science.nasa.gov
SPARCS CubeSat ‘First Light’ Imageshttps://science.nasa.gov/photojournal/sparcs-cubesat-first-light-images/Description This pair of images shows stars observed by the SPARCS (Star-Planet Activity Research CubeSat) space telescope simultaneously in the near-ultraviolet, left, and far-ultraviolet, right. These observations were recorded on Feb. 6, 2026, three weeks after the cube satellite, or CubeSat, launched aboard a SpaceX Falcon 9 on Jan. 11. The fact that one star […]Mar 16, 2026 6:52 PM
zero-human-labs.com
Show HN: Deploy a full autonomous AI org from a single YAML filehttps://zero-human-labs.comShow HN: Deploy a full autonomous AI org from a single YAML fileI built Zero Human Labs after spending too much time babysitting AI agent pipelines — manually routing tasks, watching API costs spiral, and debugging coordination failures. With Zero Human Labs, you define your entire agent team (devs, designers, ops, etc.) in one YAML file. Tasks are routed automatically via a sealed-bid auction — each agent bids based on specialization and track record, and the best one wins the task. No manual assignment, no coordination overhead. Key things that make it different: Per-agent wallets + org-level budget caps → no runaway API spend Circuit breakers → agents that misbehave get frozen automatically Smart model routing → saves 30–80% on AI API costs by matching request complexity to the right model Governance presets calibrated from 146 SWARM simulation runs across 43 agent types Free demo at zero-human-labs.com — 1 agent, 1 example workflow, open-source models. Would love feedback from the Mar 16, 2026 5:39 PM
usechamber.io
Launch HN: Chamber (YC W26) – An AI Teammate for GPU Infrastructurehttps://www.usechamber.io/Hey HN, we're Jie Shen, Charles, Andreas, and Shaocheng. We built Chamber (https://usechamber.io), an AI agent that manages GPU infrastructure for you. You talk to it wherever your team already works and it handles things like provisioning clusters, diagnosing failed jobs, managing workloads. Demo: https://www.youtube.com/watch?v=xdqh2C_hif4We all worked on GPU infrastructure at Amazon. Between us we've spent years on this problem — monitoring GPU fleets, debugging failures at scale, building the tooling around it. After leaving we talked to a bunch of AI teams and kept hearing the same stuff. Platform engineers spend half their time just keeping things running. Building dashboards, writing scheduling configs, answering "when will my job start?" all day. Researchers lose hours when a training run fails because figuring out why means digging through Kubernetes events, node logs, and GPU metrics in totally separate tools. Pretty much everyone had stitched together Prometheus, Grafana, KuMar 16, 2026 5:09 PM
bing.com
The 100 Best Mystery and Thriller Books of All Timehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d52f09ebd4284a47fe6efcd4e54eb&url=https%3A%2F%2Ftime.com%2Fcollections%2Fbest-mystery-thriller-books%2F&c=12609664261887557095&mkt=en-usWith a panel of celebrated authors—Megan Abbott, Harlan Coben, S.A. Cosby, Gillian Flynn, Tana French, Rachel Howzell Hall, and Sujata Massey—TIME presents the most gripping, twist-filled, satisfying, ...Mar 16, 2026 5:08 PM
news.ycombinator.com
Show HN: TakeHome – LLC vs. S-Corp tax calculator for solopreneurshttps://news.ycombinator.com/item?id=47401674I got tired of doing rough napkin math on whether to elect S-Corp for my LLC, so I built a calculator over the weekend.Most tools I found either ignore state/city taxes, charge you for the answer, or require creating an account to see anything useful. TakeHome runs entirely in your browser (no sign-up, no analytics, no server-side storage) and updates every number in real time as you drag sliders.What it models: - LLC self-employment tax vs. S-Corp FICA on W-2 salary- QBI deduction (Section 199A) with SSTB phase-out- Solo 401(k) with SECURE 2.0 rules (traditional/Roth/split, catch-up limits by age bracket)- Self-employed health insurance deduction- S-Corp admin/compliance cost comparison- NY State income tax, franchise tax, PTET- NYC UBT (LLC), GCT (S-Corp), PIT with IT-219 creditYou can save scenarios, compare any two side by side (it shows exactly which inputs differ and the dollar impact), and run multi-dimensional "what-if" experiments.There's also an AI mode where you describe a sMar 16, 2026 5:04 PM
bing.com
Rex Huppke: Chaos? War? The GOP has no winning message for the midtermshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d3179e076467cb7180ec564886b75&url=https%3A%2F%2Fwww.spokesman.com%2Fstories%2F2026%2Fmar%2F17%2Frex-huppke-chaos-war-the-gop-has-no-winning-messag%2F&c=13394931967578550528&mkt=en-usThis column reflects the opinion of the writer. Learn about the differences between a news story and an opinion column. Opinion Syndicated columns Rex Huppke: Chaos? War? The GOP has no winning ...Mar 16, 2026 4:59 PM
news.ycombinator.com
Winstwaker – automated bookkeeping with a real accountant attachedhttps://news.ycombinator.com/item?id=47401563Hey HN,I built Winstwaker, a bookkeeping service for Dutch businesses that pulls transactions directly from your bank and hands the clean data to a dedicated accountant.Running a small business in the Netherlands means dealing with a lot of admin. Most owners either hire a bookkeeper they rarely hear from or suffer through accounting software they don't fully understand. I wanted something in between. We built direct API connections to ING, Rabobank, ABN AMRO, bunq, and several others.Receipts, Mollie payouts, Stripe transactions, Shopify orders — it all flows in automatically. Your accountant sees the same live data and reaches out proactively instead of waiting for year-end panic. No manual exports, no chasing invoices, no surprise tax bills.Would love feedback from anyone who has dealt with Dutch tax administration or built similar hybrid service products.Mar 16, 2026 4:56 PM
news.ycombinator.com
The Quiet Normalization of Artificial Intelligencehttps://news.ycombinator.com/item?id=47401303Over the past few years, it has become almost routine to hear warnings about artificial intelligence. Headlines often focus on the risks. Job displacement, algorithmic manipulation, surveillance, loss of control over autonomous systems. In public debates, AI frequently appears as a looming threat, something powerful and unpredictable that could reshape society in dangerous ways.Yet at the very same time that these fears dominate the conversation, something quieter has been unfolding. Millions of people have already woven artificial intelligence into their daily routines. They rely on algorithms to help write emails, ask digital assistants for research guidance, receive recommendations about what to watch or read, and use AI-powered tools to accelerate their work. The criticism grows louder, but the habit grows stronger.The data reveals a striking contradiction. A global study involving tens of thousands of participants found that around 66 percent of people worldwide already use artifiMar 16, 2026 4:40 PM
bibelanalys.se
Show HN: I built an interactive Bible explorer with timelines, popups and mapshttps://bibelanalys.seI've been a software developer for over 40 years, and I wanted to show my father what modern AI tools can accomplish. So I started building an interactive Bible explorer as a demo. It quickly turned into a real project. AI got me to a presentable UI fast, but the generated code was full of duplicated components and inconsistencies.After four decades of writing software, I couldn't leave it like that :-) cleaning that up was the real work. The content side had its own challenges: structuring biblical events into timelines, cross-referencing encounters across gospels, and building tool-tips for terms and names all required careful manual curation, not just prompting.My father has been fact-checking everything against the texts. The site is free, no ads, and supports 9 languages with parallel translations, interactive timelines, maps, and story breakdowns.Curious what HN thinks about the UX. Also happy to discuss the experience of using AI as a development accelerator and where, even afteMar 16, 2026 4:39 PM
dwarf.land
Show HN: Dwarf.land – autonomous dwarf civilization SIM with AI model routinghttps://dwarf.landI built this in one day using 4 Claude Code sessions (~7,600 lines total, 4,300 in a single HTML file). No React, just one canvas + Web Workers. Cloudflare Workers + D1 backend.What it is: 300 dwarfs on a 2000x1000 tile globe across 125 cities. Each dwarf has D&D-style stats (STR/DEX/CON/INT/WIS/CHA), mental state metrics (faith, morale, ambition), an AI-generated backstory, and a craft inventory. They eat, sleep, trade, and sail ships autonomously. Starvation is real: no food for 30 days = death.The AI architecture I'm most curious to get feedback on: - 4-level model routing: Gemini Flash Lite -> DeepSeek -> Claude -> GPT-4o - Fire-and-forget: the simulation never blocks on AI. Requests are sent async, results cached, dwarfs pull from cache when idle - $8.50/hr hard budget cap via OpenRouter - Craft system: 296 base recipes + Gemini-generated unknowns (Water + Fire = Steam, etc.)By default every dwarf runs on Gemini Flash Lite. If you send $1-10, your sponsored dwarf exits auto-sleep Mar 16, 2026 4:31 PM
bing.com
10 movies you’ll probably see at the Oscars in 2027http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d39d94ab04a6dba637e488b86a77c&url=https%3A%2F%2Fpagesix.com%2F2026%2F03%2F16%2Fentertainment%2F10-movies-youll-probably-see-at-the-oscars-in-2027%2F&c=17385344053053239863&mkt=en-usTimothée Chalamet’s tears haven’t even been dry-cleaned off the red carpet, and I’m already talking about next year’s Oscars. But the truth is mapping the road to the Academy Awards is a 12-month-long ...Mar 16, 2026 4:25 PM
news.ycombinator.com
Launch HN: Voygr (YC W26) – A better maps API for agents and AI appshttps://news.ycombinator.com/item?id=47401042Hi HN, we’re Yarik and Vlad from VOYGR (https://voygr.tech/), working on better real-world place intelligence for app developers and agents. Here’s a demo: https://www.youtube.com/watch?v=cNIpcWIE0n4.Google Maps can tell you a restaurant is "4.2 stars, open till 10." Their API can't tell you the chef left last month, wait times doubled, and locals moved on. Maps APIs today just give you a fixed snapshot. We're building an infinite, queryable place profile that combines accurate place data with fresh web context like news, articles, and events.Vlad worked on the Google Maps APIs as well as in ridesharing and travel. Yarik led ML/Search infrastructure at Apple, Google, and Meta powering products used by hundreds of millions of users daily. We realized nobody was treating place data freshness as infrastructure, so we're building it.We started with one of the hardest parts - knowing whether a place is even real. Our Business Validation API (https://github.com/voygr-tech/dev-tools) tells yoMar 16, 2026 4:21 PM
github.com
Show HN: Claude Code skills that build complete Godot gameshttps://github.com/htdt/godogenI’ve been working on this for about a year through four major rewrites. Godogen is a pipeline that takes a text prompt, designs the architecture, generates 2D/3D assets, writes the GDScript, and tests it visually. The output is a complete, playable Godot 4 project.Getting LLMs to reliably generate functional games required solving three specific engineering bottlenecks:1. The Training Data Scarcity: LLMs barely know GDScript. It has ~850 classes and a Python-like syntax that will happily let a model hallucinate Python idioms that fail to compile. To fix this, I built a custom reference system: a hand-written language spec, full API docs converted from Godot's XML source, and a quirks database for engine behaviors you can't learn from docs alone. Because 850 classes blow up the context window, the agent lazy-loads only the specific APIs it needs at runtime.2. The Build-Time vs. Runtime State: Scenes are generated by headless scripts that build the node graph in memory and serialize it tMar 16, 2026 4:07 PM