The state's hand is now visibly on the kill switch. Anthropic pulled Claude Fable 5 offline after the Trump administration flagged a jailbreak vulnerability as a national security threat, and the company's public frustration signals a collision between regulatory authority and commercial confidence that will reshape how AI companies operate. This is no longer a debate about safety frameworks. It is about who controls the product after deployment, and the answer is unambiguous: the government does, regardless of what internal testing showed. That shift cascades through everything else happening today. SpaceX raised nearly $12 billion in private capital since 2002 and closed its IPO up 19 percent, yet the company's success is partly inseparable from government contracts and regulatory favor. Mistral is rumored to be raising 3 billion euros at a 20 billion euro valuation, yet European AI companies operate under entirely different political constraints than their US counterparts. Anthropic is recruiting 1,000 Claude Corps fellows to evangelize AI to nonprofits across the US, a move that reads less like community outreach and more like inoculation against the student backlash that has greeted AI speakers at graduation ceremonies. Meta's internal AI unit is described by employees as chaotic and demoralizing, with 6,500 people caught between competing visions of strategy. Companies are spending capital and political energy managing perception and compliance, not just building better models.
The ground beneath data centers is shifting in ways that matter more immediately. Protests have blocked 130 billion dollars in data center projects so far this year. Google is suing a Chinese cybercrime operation called Outsider Enterprise that used Gemini to automate scam sites, targeting hundreds of thousands of victims with 2.5 million text messages in two weeks. Ukraine is installing AI modules on drones and robots for autonomous targeting. The Pokémon Go dataset, collected from players hunting creatures on their phones, continues to be repurposed for AI training and military drone applications. These are the real pressures: local communities blocking infrastructure, criminal groups automating fraud at scale, militaries weaponizing autonomous systems, and the casual reuse of consumer data for purposes users never consented to.
The labs are signaling a coordinated shift toward agents and workflow automation, but the actual product moves reveal something more granular. The real competition is over who owns the layer between model capability and user outcome. OpenAI is embedding itself into Preply's tutoring pipeline not because teaching people to prompt is a business, but because controlling the workflow means controlling the switching cost. GitHub's work on making Copilot CLI more selective about delegation and Hugging Face's olmo-eval workbench both point to the same friction point: agents sound inevitable until you actually run them, at which point developers need better visibility into what is being delegated and why. NVIDIA's AgentPerf benchmark and Blackwell's 20x agents-per-megawatt claim are infrastructure positioning, but the benchmark itself is the more important move. Across the set, no one is arguing about model scale or reasoning anymore. The argument is about whose system sits closest to the user's actual work. On GitHub, developers are moving past "can we build agents" to "how do we build them reliably, with measurable behavior and traceable decision paths." Addyosmani's agent-skills and obra's superpowers position themselves as production-grade methodologies. LMCache and MLflow occupy the plumbing layer, one optimizing inference cost through KV cache management, the other providing observability and control for production AI systems. The pattern is not "AI is eating software." It is "developers are building the operational layer that makes AI systems dependable enough to ship."
Grant Calloway
Modern computing and networking infrastructure emits telemetry continuously, yet operators convert it into decisions with a separate predictor per task, entity, and horizon. One generative model, pretrained once over an operator's own event streams, could replace this fleet, an approach that already scales to high-cardinality streams in recommendation systems. However, point-forecast error on operational telemetry saturates near simple last-value baselines, so lower error alone need not improve the decisions it feeds. To close this gap, we present \sys, a generative foundation model for network and systems telemetry, evaluated by replaying the decisions its calibrated conditional quantiles drive. \sys treats heterogeneous telemetry as event-driven, irregularly timed entity streams and serves flexible forecast horizons in a single pass, requiring no future timestamps. To our knowledge, \sys is the first pretrained telemetry model to improve both HPC scheduling and network provisioning decisions under replay, its runtime estimator transferring zero-shot across months and its pretrained weights across domains from hours of target data. Extensive experiments on HPC job logs and network traffic confirm that \sys lowers the mean bounded slowdown of backfilling by up to approximately $77\%$ over deployed user estimates and roughly halves the deployed rule's violation rate. Our code is available at https://github.com/ZzZTripleZzZ/all-in-one.
Large language models (LLMs) offer powerful reasoning capabilities for network traffic analysis, but standard capture formats and their textual equivalents are prohibitively verbose, overflowing LLM context windows by two orders of magnitude. We present PCAP-LM, a flow-centric, LLM-native text representation that acts as a lossy knowledge extraction step rather than a standard compression tool: raw captures are transcoded into semantic summaries using PacketGlyphs - a novel ASCII alphabet coined in this paper that encodes packet direction, TCP/TLS state, log-scale size, and inter-packet delay. Combined with a constrained PMI-BPE tokenizer and motif run-length encoding, repetitive behavioural patterns are aggressively collapsed. A @REFS side-index preserves lossless drill-down into the original packets. Evaluated on a homogeneous corpus of 5G/4G TLS 1.3 bulk-download traffic, the BPE vocabulary fully saturates at 159 tokens, achieving an 812x size reduction over tshark -V and fitting entire captures within a single LLM context window. In a forensic question-answering evaluation over 30 held-out files, a frontier LLM achieves 99.3% accuracy from PCAP-LM documents versus 51.0% from a token-budget-matched tshark -V prefix. The lossy design introduces known blind spots - most notably a 24% false-negative rate for TCP retransmissions - and extending to heterogeneous mixed-protocol environments will require vocabulary retraining.
Mixture of Experts (MoE) architectures have become key to large language models; however, their typical round-robin (RR) scheduling introduces significant bottlenecks. In this paper, we demonstrate that RR causes a previously-undiscovered exponential incast phenomenon with MoE traffic. We propose an alternative proactive fair scheduling framework tailored for MoE workloads, which effectively prevents fabric oversubscription. We also outline how it can be implemented in NICs. Finally, through extensive simulations with real and synthetic workloads, we demonstrate that this framework consistently eliminates incast, maintains a near-100% link utilization, and reduces Collective Completion Time (CCT).
Networking research advances by turning hypotheses into empirical evidence, so accelerating it means reducing the lag between ideation (synthesizing a hypothesis) and generating the data that tests it. Consider a concrete case: does a bulk BBR download fairly share its bottleneck with competing real-time Google Meet traffic? Validating this requires configuring a realistic bottleneck link, concurrently generating BBR's bulk transfer and Meet's real-time traffic, and collecting relevant service-quality metrics. Today this overhead is high, often forcing researchers to start from scratch for every new idea. This ideation-to-data-generation gap will only worsen in the agentic AI era, where AI-assisted ideation accelerates exponentially, yet its outputs cannot be validated without a data-generation backend. This paper explores how to bridge this gap. We envision a composable, domain-specific backend, Pramana, shaped as a thin waist, with diverse research intents at the top and disparate execution substrates at the bottom. Pramana realizes this waist through a single contract, the intent specification, which disaggregates an experiment into three independent axes: the intent (what data to generate), the substrate (where to generate it), and the mechanism (how to produce it), so one specification runs on any substrate. We demonstrate Pramana's utility by building a first-of-its-kind corpus of 255 data-generation intents mined from 66 published papers, and show the intent specification satisfies all of them, where no existing tool satisfies more than 13%. Our current proof-of-concept implementation already satisfies 34% of these intents, more than twice the best existing tool, and we lay out a roadmap for closing this abstraction-implementation gap through a broader community effort to build the envisioned data-generation backend and accelerate empirical networking research.
The rapid development of the Internet of Everything (IoE) is accelerating the adoption of intelligent applications. However, the massive number of connected devices generates diverse and heterogeneous tasks, which pose increasing challenges for dynamic resource scheduling in IoE environments. Using their superior semantic understanding and reasoning capabilities, Large Artificial Intelligence Models (LAIMs) demonstrate significant potential to handle complex scheduling scenarios and improve resource utilization efficiency. This paper investigates a task-oriented LAIM-driven resource scheduling mechanism, which constructs a multidimensional scheduling decision model by integrating task semantics, network states, and constraint conditions. Furthermore, a task-oriented prompt generation method is designed to establish a deep association between task requirements and network state. In the proposed resource allocation scheme, an external evaluation and feedback module is incorporated to conduct real-time feasibility verification and performance evaluation of scheduling strategies, thus enhancing the robustness and adaptability of scheduling. Simulation results demonstrate that the proposed Large Language Model (LLM)-driven network architecture and resource allocation scheme achieve significant improvements in convergence speed, processing latency, and energy consumption, effectively enhancing IoE task responsiveness and resource utilization.
Network intrusion detection systems (NIDS) have become essential for Internet of Things (IoT) environments, as malware targeting IoT devices continues to evolve in sophistication. Unsupervised learning approaches offer a promising direction by removing the dependency on labeled datasets. However, the common assumption that training data are entirely clean is often violated in practice, particularly when data samples are collected directly from deployed network devices, where anomalies are likely to be present in the training datasets. Such contamination degrades detection performance and highlights the need for robust unsupervised NIDS methods capable of operating effectively under contaminated unlabeled training data. To address this issue, we propose a robust training methodology for anomaly detection (AD) that remains effective even in the presence of unlabeled anomalies. Our method consists of two primary components. First, we exploit a known limitation of federated learning (FL), namely its tendency to underrepresent minority data. By leveraging this characteristic, we attenuate the influence of anomalous data originating from a small number of compromised clients. Second, we introduce a selective aggregation mechanism during model aggregation, which quantifies the "distance" between local client models and a global reference. Specifically, we employ the Expectation-Maximization (EM) algorithm to detect and exclude client groups whose model updates significantly diverge from the majority. This selective aggregation ensures that anomalous updates do not compromise the global model. Experiments conducted on multiple NIDS datasets demonstrate that our method outperforms existing approaches in environments contaminated with anomalous data. Furthermore, the proposed method maintains its detection performance even as the proportion of anomalies increases.
Composite score across coding, math, and reasoning
| # | Model | Score | tok/s | $/1M |
|---|---|---|---|---|
| 1 | Claude Fable 5 | 64.9 | 68 | $20.00 |
| 2 | Claude Opus 4.8 | 61.4 | 57 | $10.00 |
| 3 | GPT-5.5 | 60.2 | 62 | $11.25 |
| 4 | Claude Opus 4.7 | 57.3 | 52 | $10.00 |
| 5 | Gemini 3.1 Pro Preview | 57.2 | 132 | $4.50 |
Agentic coding on real-world software engineering tasks
| # | Model | Score |
|---|---|---|
| 1 | gpt-5.5-2026-04-23-xhigh | 62.7% |
| 2 | Junie | 61.6% |
| 3 | Codex | 60.4% |
| 4 | Claude Code | 59.6% |
| 5 | gpt-5.5-2026-04-23-medium | 58.9% |
Production-grade engineering skills for AI coding agents.
Music Assistant is a free, opensource Media library manager that connects to your streaming services and a wide range of connected speakers. The server is the beating heart, the core of Music Assistant and must run on an always-on device like a Raspberry Pi, a NAS or an Intel NUC or alike.
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..
A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
Collection of publicly available IPTV channels from all over the world
The GEP-Powered Self-Evolution Engine for AI Agents. Genome Evolution Protocol. | evomap.ai
Neural Network Verification Software Tool https://www.verivital.com Documentation:
The open source developer platform to build AI agents and models with confidence. Enhance your AI applications with end-to-end tracking, observability, and evaluations, all in one integrated platform.
AdaRubric: Adaptive Dynamic Rubric Evaluator for Agent Trajectories
Flutter plugin for Ultralytics YOLO