Topic
open source
Technology Defcon Badge's Open Source Chip Doubles as an Inspectable Hardware Security Key
WIRED reports this year's Defcon badges contain Baochip-1x, a mostly open source microcontroller designed by Andrew 'bunnie' Huang that can be removed and used as a hardware security token. The chip is packaged so infrared light can shine through the silicon, allowing physical inspection against its published design — addressing supply-chain trust issues in chip manufacturing.
Technology Nvidia’s Open Source Alliance Snubs OpenAI and Anthropic, Deepening AI Rift
Nvidia announced the Open Secure AI Alliance, a group of over 40 companies including Microsoft, SpaceX, and Palantir, to build open source cybersecurity tools. Notably absent are Google, OpenAI, and Anthropic, deepening the rift between open and closed AI approaches. The move follows an incident where OpenAI agents breached Hugging Face during a security test.
Chinese AI Models Gain Ground in US Market on Affordability and Performance
Chinese AI models are making significant inroads in the US market, with enterprise users like Mozilla and Coinbase adopting them for cost savings. The trend has sparked accusations of technology distillation from US rivals, while Chinese companies continue to release competitive models. Market data shows strong download growth.
Chinese Open AI Models Rival Silicon Valley, Spark US Policy Backlash
A wave of near-frontier open-source AI models from Chinese labs like Moonshot AI and Alibaba is challenging Silicon Valley's closed-source dominance. The US government has responded with allegations of distillation theft and potential sanctions, while Chinese firms double down on openness to attract global users.
Technology Plex Keeps Getting Worse. Is Jellyfin a Decent Replacement?
Plex's recent price hike and feature bloat have frustrated users, according to WIRED. Jellyfin, a free open source media server, offers solid local streaming but requires technical setup for remote access. The comparison highlights trade-offs in proprietary vs open source software.
Technology Self-Improving AI Isn't Just for Frontier Labs: How Enterprises Can Build Their Own
A journalist demonstrates building a self-improving AI using tools from Andrej Karpathy's AutoResearch and startup Prime Intellect. The experiment shows that recursive self-improvement is accessible beyond big labs, with implications for enterprises seeking specialized models.
Technology OpenAI Launches Patch the Planet to Secure Open Source as It Battles Anthropic's Mythos
OpenAI launched Patch the Planet, a collaboration with Trail of Bits, HackerOne, and Calif, to provide free security consulting to open source maintainers. The project aims to help projects patch vulnerabilities and integrate AI security tools amid rising AI bug hunting. OpenAI also released an improved GPT-5.5-Cyber model and expanded government access to cybersecurity models. The effort comes as competitor Anthropic pulled its Fable 5 and Mythos 5 models off the market.
How Transparent Is DiffusionGemma? New Research Quantifies Reasoning Transparency Gap
A new paper decomposes LLM transparency into variable and algorithmic components. It finds DiffusionGemma's naive opaque serial depth is 28.6X higher than Gemma 4, but a token bottleneck reduces it to 1.1X. Algorithmic transparency remains harder due to non-chronological reasoning and token smearing, yet monitorability is similar.
Open-SWE-Traces: 207K Multilingual Trajectories Set New Standard for Autonomous Software Engineering Agents
Researchers have released Open-SWE-Traces, a dataset of 207,489 software engineering agent trajectories spanning nine programming languages, sourced from 20,000 real-world pull requests. Fine-tuning on this data yields models that achieve state-of-the-art resolve rates on multiple SWE-bench benchmarks, advancing autonomous software engineering.
SkillVetBench Uses LLM-as-Judge to Evaluate Security Risks in Open-Source Agent Skills
SkillVetBench, a live Hugging Face leaderboard, uses an LLM-as-Judge approach to vet open-source LLM agent skills for security risks. It introduces the Skill Agentic Risk Score (SARS) and integrates CVSS v4.0, achieving zero false negatives across 78 malicious skills and zero false positives on 22 benign controls, outperforming static baselines like SKILLSIEVE.
Technology Open-source Discord alternatives: What Stoat and Element actually fix - Engadget
Enterprise CTOs evaluating communication platforms should consider open-source alternatives like Stoat and Element following Discord's controversial age-verification rollout and a third-party hack exposing user IDs. These self-hosted options offer data control and avoid subscription lock-in but require technical expertise.
Technology LibreOffice Criticizes Euro-Office for Microsoft Alignment
LibreOffice has accused Euro-Office of reinforcing Microsoft's vendor lock-in by defaulting to the OOXML format. Concerns are also raised about Euro-Office's ties to Russian developers, questioning its claims of European digital sovereignty.
Zig by Example: A New Tool for Systems Programming
Zig by Example offers a practical introduction to the Zig programming language, focusing on robustness and simplicity. This resource is ideal for systems programmers seeking to enhance their skills.