Claude Code's source code has been leaked via a map file in their NPM registry

Something went wrong, but don’t fret — let’s give it another shot. Some privacy related extensions may cause issues on x.com. Please disable them and try again.

The Claude Code Source Leak: fake tools, frustration regexes, undercover mode

Anthropic accidentally exposed Claude Code's source code and internal features, including anti-distillation mechanisms and a companion system. The leak reveals product roadmap details that competitors can now see and react to.

Cohere Transcribe: Speech Recognition

https://cdn.sanity.io/images/rjtqmwfu/web3-prod/8054a4393c0b87afbde5d6d4de810d08d2c4db26-3140x1420.png?auto=format&fit=max&q=90&w=1570
Cohere Transcribe is an open-source automatic speech recognition model that achieves state-of-the-art accuracy with a low word error rate of 5.42%. It is available for download and can be used for real-world transcription tasks across 14 languages.

Open source CAD in the browser (Solvespace)

SolveSpace has a web version that runs in the browser with some speed penalty and bugs. It's experimental and can be hosted locally like static web content.

Good code will still win

https://www.greptile.com/blog/ai-slopware-future/unnamed.png
AI models will write good code due to economic incentives, as good code is cheaper to generate and maintain. Economic forces will drive AI models to generate simpler, good code as it will be cheaper overall.

Show HN: Forkrun – NUMA-aware shell parallelizer (50×–400× faster than parallel)

https://opengraph.githubassets.com/59c744b89d0b6b69af3a1a0d9180ea5d57e0735e417585f9e0aed3ceded13fa3/jkool702/forkrun
forkrun is a self-tuning, drop-in replacement for GNU Parallel that accelerates shell-based data preparation by 50×–400× on modern CPUs and scales linearly on NUMA architectures. It operates completely differently, using a pipeline with four stages to preserve physical locality and minimize IPC overhead.

Accidentally created my first fork bomb with Claude Code

The user created a hook that caused a fork bomb, bricking their computer due to excessive memory usage, but luckily the computer's caching saved it from further damage. The user had been experimenting with Claude, a large language model, and built various tools to help with their work, but the experience was imperfect and costly, resulting in a $3800 API bill.

From 300KB to 69KB per Token: How LLM Architectures Solve the KV Cache Problem

https://news.future-shock.ai/content/images/size/w1200/2026/03/weight-of-remembering.jpg
Language models use a key-value cache to store and recall conversation history, but this cache has physical and memory limitations, leading to context degradation and the need for external memory systems. Researchers are exploring ways for models to learn and manage their own memory, potentially leading to more efficient and effective language processing.

A Primer on Long-Duration Life Support

https://substackcdn.com/image/fetch/$s_!tlYP!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26f47868-ecce-43c7-b0b5-ee06475ff0a2_1282x692.png
A Mars mission requires reliable life support systems for air, water, food, and waste recycling, as well as medical facilities and fire safety measures, all while managing limited space and resources. The crew's health and well-being depend on solving complex technical challenges, including water recovery, food storage, and laundry, which are crucial for a successful and sustainable mission to Mars.

Ollama is now powered by MLX on Apple Silicon in preview

https://files.ollama.com/ollama_mlx.png
Ollama now runs faster on Apple silicon with MLX framework, leveraging GPU Neural Accelerators for speedup. Ollama 0.19 sees 1851 token/s prefill and 134 token/s decode with improved memory efficiency and model accuracy.

GitHub Monaspace Case Study

https://lettermatic.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fblwjvcya%2Fproduction%2F095a628b998a2e81d05e90e387b87b9ca3eeac08-1733x1229.png&w=1920&q=75
GitHub and Lettermatic collaborated to create Monaspace, a superfamily of five interchangeable typefaces for code editors. Monaspace offers high personalization and accessibility features, including Texture Healing, which improves legibility in monospace typefaces.

Axios compromised on NPM – Malicious versions drop remote access trojan

https://cdn.prod.website-files.com/673b71f0790aabf30bd30bf8/69cb2363fdc3f8e8fa0460a5_blog-cover-image.png
StepSecurity identified malicious versions of the axios HTTP client library published to npm, axios@1.14.1 and axios@0.30.4, which inject a remote access trojan (RAT) dropper. Developers who installed these versions should rotate all secrets and credentials, check network logs, and downgrade to safe versions, and StepSecurity provides end-to-end npm supply chain security across three pillars: ...

OkCupid gave 3M dating-app photos to facial recognition firm, FTC says

https://cdn.arstechnica.net/wp-content/uploads/2026/03/okcupid-640x427.jpg
OkCupid and Match Group settled with the Trump administration over sharing 3 million user photos with a facial recognition firm without consent. They agreed to a permanent prohibition on misrepresenting data use and sharing, without paying a fine.

Audio tapes reveal mass rule-breaking in Milgram's obedience experiments

https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_750,h_375/https://www.psypost.org/wp-content/uploads/2024/01/stanley-milgram-experiment-1-750x375.jpg
Researchers analyzed audio recordings from the Milgram experiment and found that obedient participants broke the rules of the study most of the time, often ignoring the scientific procedure. This suggests that the laboratory environment was one of unauthorized violence, rather than a legitimate scientific study.

I Decompiled the White House's New App

https://wsrv.nl/?url=https://cdn.jsdelivr.net/gh/Thereallo1026/assets@main/assets/LonelyCpp_GitHub.png&output=webp
The white house released an official app on the app store and google play. it's a react native app built with expo (sdk 54), running the hermes javascript engine. the actual app logic is compiled into the 5.5 mb hermes bytecode bundle, and filtered for urls and api endpoints. if the user grants the android runtime location permission, all of this runs - even when the application is

Combinators

https://tinyapl.rubenverg.com/combinators/same.svg
Combinators are functions that refer to their arguments without modifying them. They are often represented by bird names in APL, such as Kestrel and Cardinal.

Show HN: PhAIL – Real-robot benchmark for AI models

https://phail.ai/phail-static/phail-icon.png
Five leading models. One commercial task. Production metrics.

RubyGems Fracture Incident Report

https://rubycentral.org/assets/images/gem-logo--badge.svg?v=f673e7d640
Ruby Central's Open Source Committee faced a crisis in September 2025 known as the "RubyGems Fracture" due to a poorly communicated process to offboard two engineers, André Arko and Samuel Giddens, from the RubyGems.org service. The incident led to the removal of paid contributors and highlighted the need for better policies, procedures, and communication in managing access and offboarding in ...

Oracle slashes 30k jobs

Oracle laid off 20,000-30,000 employees, roughly 18% of its workforce, in a single email with no advance notice. The cuts are tied to Oracle's aggressive expansion into AI infrastructure, freeing up $8-10 billion in cash flow.

Microsoft: Copilot is for entertainment purposes only

https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/MSFT-Learn-Hero-Alt2_tbmnl_en-us?scl=1
You agree to these terms by using Copilot, which includes rules for using the service, protecting others, and respecting Microsoft's rights. By using Copilot, you grant Microsoft permission to use your content and agree to their terms, including the Microsoft Services Agreement and the Microsoft Privacy Statement.

Securing Elliptic Curve Cryptocurrencies Against Quantum Vulnerabilities [pdf]

Researchers from Google Quantum AI and other institutions have published a whitepaper warning of the potential risks of quantum computers to blockchain security, particularly in cryptocurrencies that rely on Elliptic Curve Discrete Logarithm Problem (ECDLP) cryptography. They estimate that a quantum computer with fewer than half a million physical qubits could break ECDLP-based cryptography ...

Scotty: A beautiful SSH task runner

https://raw.githubusercontent.com/spatie/scotty/refs/heads/main/docs/images/scotty-run-deploy.jpg
Scotty is a new SSH task runner that lets you define deploy scripts and run them from your terminal with real-time output. It supports both Blade and plain bash formats, and offers features like pause and pretend modes.

Show HN: Loreline, narrative language transpiled via Haxe: C++/C#/JS/Java/Py/Lua

https://loreline.app/static/img/vscode-screenshot.png
Loreline is a narrative language that uses Haxe for transpilation to multiple platforms, allowing it to run everywhere. It has a lexer, parser, and interpreter that transform source text into executable code, with a focus on performance and simplicity.

What major works of literature were written after age of 85? 75? 65?

https://statmodeling.stat.columbia.edu/wp-content/uploads/2026/03/author_age_at_publication-1024x614.png
The author discussed major works published by authors over 85, citing Sophocles' Philoctetes and Goethe's Faust, but found few notable works by authors over 80. A list of notable works by authors over 65 includes V. Hugo's Ninety-three, T. Mann's Doctor Faustus, and J. Saramago's Blindness.

Claude Code users hitting usage limits 'way faster than expected'

https://regmedia.co.uk/2016/03/11/empty-gauge.jpg
Users of Claude Code are experiencing high token usage and early quota exhaustion due to a combination of factors including reduced quotas during peak hours, bugs, and unclear usage limits. Anthropic is actively investigating the issue and users are negotiating with providers over acceptable pricing and usage models for AI development.

Tell HN: Chrome says "suspicious download" when trying to download yt-dlp

Google's browser warns of a "Suspicious Download" for yt-dlp, a tool to download files from Google's servers. This is seen as browser monopoly abuse and misleading people, as Chrome also downloads files from various servers.

Multiple Sclerosis

I was recently diagnosed with Relapsing-Remitting Multiple Sclerosis after experiencing numbness and tingling in my arm and torso. I'm starting treatment to manage symptoms and slow disease progression.

RamAIn (YC W26) Is Hiring

https://bookface-images.s3.amazonaws.com/small_logos/9fe951afa5872a811734029111550a11062d931e.png
RamAIn builds AI agents for enterprise work, automating repetitive tasks 10x faster and more reliably than humans. We're hiring a Founding AI/ML researcher to design and deploy agents that reason, plan, and execute complex workflows autonomously.

Universal Claude.md – cut Claude output tokens

https://opengraph.githubassets.com/51e61dfbcd98b9faca0cb7e47d57dfdbf9b19326ffa23c3c1c377eea914ef093/drona23/claude-token-efficient
A CLAUDE.md file reduces Claude output verbosity by ~63% without code changes, targeting sycophancy, verbosity, and formatting noise. It's most beneficial for high-output use cases, and users can customize it to target specific failure modes and compose multiple files for different project types.

A Love Letter to 'Girl Games'

https://aftermath.site/content/images/2026/03/Screenshot-2026-03-23-at-12.09.12-PM.png
The author reminisces about childhood games like Pixie Hollow and Bratz: Rock Angelz, now lost due to cultural erasure of feminine games. FEMICOM Museum founder Rachel Weil aims to preserve and celebrate games targeted toward young girls.