🚀 Happy Sunday!
Welcome to The Infinity Tech!
This week, we're welcoming 87 new members to our growing tech community. Let's dive into this week's highlights with Galactic Sync – your quick and sharp roundup of the latest in Tech!
🛸 This week’s highlights:
🔹 Human brain cells on a chip learned to play Doom in just one week
🔹 Anthropic vs Pentagon: AI safeguards dispute escalates into supply-chain risk designation
🔹 Paramount set to acquire Warner Bros. Discovery after Netflix backs out of bidding
🔹 SANDWORM_MODE npm worm hijacks CI workflows & poisons AI toolchains
🔹 LLMs used tactical nuclear weapons in 95% of AI war game simulations
Tech Orbit
Human brain cells on a chip learned to play Doom in a week
A clump of human brain cells on a neuron-powered computer chip has learned to play the classic game Doom, showcasing significant advancements in biological computing. This development, achieved using Python programming, indicates that biological systems can handle complexity and real-time decision-making, bringing us closer to practical applications such as controlling robotic arms. Although the chip's performance is still below that of human players, it learns faster than traditional silicon-based systems and demonstrates the potential of living neural systems in computing.
https://www.newscientist.com/article/2517389-human-brain-cells-on-a-chip-learned-to-play-doom-in-a-week/
GPU pricing, a bellwether for AI costs, could help IT leaders at budget time
The article examines the rising costs of GPU usage in data centers as AI becomes a standard utility expense for businesses. It highlights the challenges IT leaders face in budgeting for AI due to fluctuating GPU prices and availability, while also exploring efforts to reduce costs through smaller data centers and alternative hardware solutions. Additionally, it addresses the increasing impact of energy consumption on GPU pricing and the sustainability concerns related to expanding AI infrastructure.
https://www.computerworld.com/article/4104332/gpu-pricing-a-bellwether-for-ai-costs-could-help-it-leaders-at-budget-time.html
The Industrialization of Exploit Generation, macOS EDR Evasion, Hacking the AWS Console
The content delves into the generation of 0-day exploits using advanced tools like Opus 4.5 and GPT-5.2, highlighting vulnerabilities in macOS EDRs and a supply chain vulnerability that allowed for the compromise of the AWS Console. It discusses the implications of these exploits on security practices, particularly in the context of evolving threats and the integration of AI technologies in security measures.
https://tldrsec.com/p/tldr-sec-312#39c3
Corey Quinn Crashes Out
The podcast episode covers new developments from AWS, including the introduction of Amazon Route 53 Global Resolver for secure DNS resolution, AWS Lambda Managed Instances for serverless flexibility, and enhancements to Amazon EC2 with the release of UltraServers. It also highlights AWS Transform for AI-powered code modernization and updates on Amazon S3's capabilities, such as increased maximum object size and new storage classes. The episode provides insights into the latest features and improvements that aim to streamline cloud operations and enhance service efficiency.
https://www.lastweekinaws.com/podcast/aws-morni ng-brief/corey-quinn-crashes-out
AWS re:Invent 2025: A transformative moment for healthcare and life sciences
The AWS re:Invent 2025 event highlighted significant advancements in healthcare and life sciences, showcasing how organizations leverage AWS solutions for drug discovery, clinical workflow improvement, and enhanced patient experiences. Key announcements addressed challenges like data privacy and security, clinical efficiency, and AI development, with innovations such as AWS Clean Rooms for synthetic data generation and new AI capabilities in Amazon Connect aimed at transforming patient engagement.
https://aws.amazon.com/blogs/industries/aws-reinvent-2025-a-transformative-moment-for-healthcare-and-life-sciences
Semgrep Secure 2026: Code Security Rebuilt for the AI Era
Semgrep Secure 2026 is an upcoming virtual keynote event on February 25, 2026, focusing on the evolution of application security in the age of AI. The keynote will introduce a new multimodal AppSec engine that combines traditional analysis with large language model reasoning to enhance vulnerability detection and reduce false positives, addressing the challenges posed by modern code generation methods.
https://semgrep.dev/events/semgrep-secure-2026-virtual-keynote
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack, named SANDWORM_MODE, is leveraging typosquatting tactics to infiltrate repositories, steal CI secrets, and compromise AI toolchains through at least 19 malicious npm packages. The attack employs sophisticated methods such as GitHub API exfiltration, DNS tunneling, and the injection of rogue dependencies into CI workflows, posing a significant threat to developers and their environments.
https://socket.dev/blog/sandworm-mode-npm-worm-ai-toolchain-poisoning
Raptor Finds Root Cause of Cline’s Supply-Chain Compromise
The article details a security incident involving a supply chain compromise at Cline, where an unauthorized npm publication led to credential theft through prompt injection. A tool called Raptor was utilized to quickly identify the malicious user and the compromised commit, highlighting a significant vulnerability and the ongoing investigation into the incident. The initial access was confirmed to have occurred through a specific GitHub issue that exploited the vulnerability before a public disclosure was made.
https://www.mbgsec.com/posts/2026-02-18-raptor-finds-cline-compromise
‘Unbelievably dangerous’: experts sound alarm after ChatGPT Health fails to recognise medical emergencies | Study finds ChatGPT Health did not recommend a hospital visit when medically necessary in more than half of cases
A study has found that ChatGPT Health failed to recommend hospital visits in more than half of medical emergencies, raising concerns about potential harm and even death. The AI platform under-triaged cases and struggled to detect suicidal ideation, with experts emphasizing the need for stronger safety standards and independent oversight. This performance highlights significant risks, as users may receive false reassurances during critical health situations.
https://www.theguardian.com/technology/2026/feb/26/chatgpt-health-fails-recognise-medical-emergencies
LLMs used tactical nuclear weapons in 95% of AI war games, launched strategic strikes three times
A study by Professor Kenneth Payne revealed that three AI models, GPT-5.2, Claude Sonnet 4, and Gemini 3 Flash, used tactical nuclear weapons in 95% of simulated nuclear crisis games, raising concerns about AI decision-making in military contexts. The models, acting as leaders of nuclear powers during Cold War-like scenarios, frequently opted for tactical nuclear options, indicating a troubling normalization of such strategies. This development highlights the potential risks associated with AI systems influencing real-world military decisions, echoing fears of unintended escalations in nuclear conflicts.
https://www.tomshardware.com/tech-industry/artificial-intelligence/llms-used-tactical-nuclear-weapons-in-95-percent-of-ai-war-games-launched-strategic-strikes-three-times-researcher-pitted-gpt-5-2-claude-sonnet-4-and-gemini-3-flash-against-each-other-with-at-least-one-model-using-a-tactical-nuke-in-20-out-of-21-matches
Sponsored
Tech Articles
Renovate
Mend Renovate is a platform that automates dependency updates for developers by scanning for newer package versions and generating pull requests directly in the application code. It provides tools for managing open source security, application security, and compliance, while also offering integration with various repository services to streamline the update process and improve overall security. The platform includes different versions tailored for individual developers, communities, and enterprises, each with varying features and support options.
https://www.mend.io/renovate
Consistent Hashing in a Nutshell
Consistent hashing is a technique used to distribute keys uniformly across a cluster of nodes, minimizing the number of keys that need to be relocated when nodes are added or removed. It involves hashing keys and nodes to positions on a circular ring and allows for scalability and load balancing through the use of virtual nodes. This method is commonly applied in distributed systems, caching, and content delivery networks to ensure efficient data management.
https://newsletter.systemdesigncodex.com/p/consistent-hashing-in-a-nutshell
Scaling long-running autonomous coding
The article explores the challenges and strategies of scaling autonomous coding by coordinating multiple agents to collaborate on complex projects. It highlights the importance of role differentiation between planners and workers, and the effectiveness of using separate responsibilities to enhance productivity and manage large codebases. The insights emphasize that while current systems are functional, there is still room for improvement in multi-agent coordination and efficiency.
https://cursor.com/blog/scaling-agents
7 key lessons
The content outlines key lessons learned from the architect behind C# and TypeScript, emphasizing the importance of fast feedback loops, the necessity of accommodating diverse coding styles for scalability, and the value of maintaining visibility in open-source development. It also highlights the significance of making incremental improvements rather than drastic changes and discusses the impact of AI on programming workflows, stressing the need for accurate and reliable tools in AI-assisted environments.
https://github.blog/developer-skills/programming-languages-and-frameworks/7-learnings-from-anders-hejlsberg-the-architect-behind-c-and-typescript
work at Amazon
The content outlines a 10-step guide for building autonomous AI agents that can manage tasks such as ticket handling and coding without constant human input. It emphasizes the transition from manual prompting to fully automated systems, highlighting the importance of understanding manual processes, creating specialized agents, and defining the role of humans in overseeing these systems to enhance productivity.
https://strategizeyourcareer.com/p/the-10-step-guide-to-building-your-own-ai-agent
supermarket checkout lines
The content explores how supermarket checkout lines serve as an analogy for message queues in software systems, highlighting the FIFO (First-In-First-Out) ordering and the importance of managing demand through scaling servers. It discusses the mechanics of queuing, the impact of line length on performance, and introduces concepts like priority queues to improve processing efficiency while also noting their complexities.
https://newsletter.systemdesign.one/p/what-is-a-message-queue
How I Use Claude Code
The content outlines a structured workflow for using Claude Code as a primary development tool, emphasizing the importance of separating research, planning, and implementation phases. The approach involves thorough research followed by a detailed planning process, with an iterative annotation cycle to refine the plan before executing code, ensuring better control and quality in software development.
https://boristane.com/blog/how-i-use-claude-code
Code is cheap. Show me the talk
The article explores the transformative impact of large language model (LLM) coding tools on software development, asserting that traditional coding practices are fundamentally changed. It highlights the ease of generating high-quality code quickly, which diminishes the value of human-written code and emphasizes the growing importance of critical thinking and problem-solving skills over syntax knowledge in the new development landscape.
https://nadh.in/blog/code-is-cheap
mquire: Linux memory forensics without external dependencies
mquire is a new tool for analyzing Linux memory dumps without requiring external debug symbols, addressing a common challenge in memory forensics. By extracting type information and symbol addresses directly from memory dumps, it enables reliable analysis of unknown or custom kernels, facilitating incident response and forensic investigations. The tool features an interactive SQL interface for querying memory data, making it easier to explore and analyze system information.
https://blog.trailofbits.com/2026/02/25/mquire-linux-memory-forensics-without-external-dependencies
Asteroid Ventures
Anthropic to Pentagon: Autonomous weapons could hurt US troops and civilians
Anthropic has refused the US Department of War's demand to remove restrictions on its AI technology, citing concerns that fully autonomous weapons and mass surveillance capabilities could endanger civilians and military personnel. CEO Dario Amodei emphasized that current AI systems lack the reliability required for safe deployment in military applications, and expressed willingness to collaborate on improving these technologies. The situation highlights a conflict between military objectives and ethical considerations regarding AI use in warfare.
https://www.theregister.com/2026/02/27/anthropic_pentagon_response/?td=rt-3a
Pentagon moves to designate Anthropic as a supply-chain risk
In response to a public dispute with the Department of Defense, President Trump directed federal agencies to cease using all products from Anthropic, designating the company as a supply-chain risk to national security. Secretary of Defense Pete Hegseth supported this directive, emphasizing that no contractor or supplier to the military could engage with Anthropic due to the company's refusal to allow its AI models to be used for mass surveillance or autonomous weapons. The situation has led to OpenAI stepping in to secure a deal with the Pentagon that aligns with the principles Anthropic upheld.
https://techcrunch.com/2026/02/27/pentagon-moves-to-designate-anthropic-as-a-supply-chain-risk/
Anthropic is somehow both too dangerous to allow and essential to national security
Anthropic has faced backlash from the Department of Defense (DOD) after imposing restrictions on its AI model, Claude, which are seen as inappropriate by military leadership. The DOD is now considering invoking the Defense Production Act to compel Anthropic to comply with military demands, raising concerns about the implications for AI regulation and the relationship between tech companies and the government. This situation highlights the tension between national security needs and ethical considerations surrounding AI development.
https://www.theargumentmag.com/p/anthropic-is-somehow-both-too-dangerous
CNN’s Jake Tapper Breaks News of Paramount Buying Network’s Parent Company WBD Live on Air: "It Affects Everybody I’m Looking at Right Now in the Studio"
CNN's Jake Tapper announced live on air that Paramount Skydance is poised to acquire Warner Bros. Discovery, CNN's parent company, following Netflix's decision not to match Paramount's $111 billion bid. This development is significant as it could lead to substantial changes at CNN, with Paramount's CEO hinting at sweeping reforms if the acquisition goes through. The news raises concerns about regulatory challenges that may impact the deal's approval.
https://variety.com/2026/film/news/cnn-jake-tapper-paramount-buying-wbd-live-on-air-1236674342/
OpenAI is negotiating with the U.S. government, Sam Altman tells staff
OpenAI is negotiating a deal with the U.S. Department of War to use its AI models, following a conflict involving Anthropic, which lost its contracts with the Pentagon. The agreement allows OpenAI to establish its own safety measures and includes provisions against using AI for autonomous weapons and domestic surveillance. This development is significant as it positions OpenAI favorably in the military AI landscape while addressing safety concerns.
https://fortune.com/2026/02/27/openai-in-talks-with-pentagon-after-anthropic-blowup/
He saw an abandoned trailer. Then, he uncovered a surveillance network on California’s border
Southern California residents have encountered new license plate readers operated by the Border Patrol, which have raised privacy concerns among locals and advocates. These devices, installed on state highways, log every driver's license plate and feed data into federal databases, prompting fears of unwarranted surveillance and potential targeting of humanitarian volunteers. The technology is controversial as it may conflict with California state laws designed to protect residents from such data collection practices.
https://calmatters.org/justice/2026/02/alpr-border-patrol-caltrans/
Anthropic rejects Pentagon's requests in AI safeguards dispute, CEO says
Anthropic has rejected the Pentagon's request to remove safeguards from its AI systems, which would prevent the technology from being used for autonomous weapons and domestic surveillance, despite threats from the Pentagon to terminate a $200 million contract. The company's CEO, Dario Amodei, emphasized that AI systems are not reliable enough for life-or-death scenarios, and he hopes the Pentagon will reconsider its decision. Tensions escalated further when a Pentagon undersecretary accused Amodei of having a "God-complex" and prioritizing control over military safety.
https://finance.yahoo.com/news/anthropic-rejects-pentagons-requests-ai-225245131.html
Netflix Backs Out of Warner Bros. Bidding, Paramount Set to Win
Netflix has opted out of bidding for Warner Bros., declaring that the deal was no longer financially attractive, thereby paving the way for Paramount to secure the acquisition with a bid of $31 per share and additional incentives. This decision is significant as it marks a shift in the competitive landscape of streaming services, with Paramount poised to integrate Warner Bros. and potentially reshape the entertainment industry. Despite the exit, Netflix plans to continue investing approximately $20 billion in content for the year to bolster its streaming offerings.
https://www.hollywoodreporter.com/business/business-news/netflix-backs-out-warners-deal-paramount-win-1236516763/
Amazon Wishlist change doxxes users and shares your delivery address
Amazon is changing its Wishlist feature to allow third-party sellers to access users' shipping addresses when items are purchased from shared lists, effective March 25, 2026. This raises privacy concerns, particularly for content creators who share their Wishlists publicly, as Amazon will not protect users' address information and instead recommends using a PO Box. Many users are outraged, prompting some to seek alternative platforms that prioritize privacy.
https://www.dexerto.com/entertainment/amazon-wishlist-change-doxxes-users-and-shares-your-delivery-address-3324823/
Anthropic ditches its core safety promise in the middle of an AI red line fight with the Pentagon
Anthropic has modified its core safety policy by adopting a nonbinding safety framework, citing that its previous guidelines could hinder competitiveness in the AI market. This change comes amid pressure from the Pentagon, which threatened to revoke a significant contract unless the company rolled back its AI safeguards. The new policy emphasizes flexibility and aims to publicly report on safety progress while distancing Anthropic's internal safety plans from broader industry recommendations.
https://www.cnn.com/2026/02/25/tech/anthropic-safety-policy-change
Sponsored
Black Hole
RAG vs SKILL vs MCP vs RLM
Large Language Models (LLMs) are limited in specialized tasks, which is addressed by techniques like RAG, SKILL, MCP, and RLM. RAG enhances LLMs with relevant external knowledge through a retrieval mechanism, while SKILL allows LLMs to dynamically load necessary capabilities. MCP standardizes LLM interactions with external systems, and RLM enables processing of vast datasets by treating long prompts as external variables, improving context comprehension but introducing complexity and latency challenges.
https://blog.alexewerlof.com/p/rag-vs-skill-vs-mcp-vs-rlm
Timsort Algorithm - A Deep Dive
Timsort is a hybrid sorting algorithm that combines merge sort and insertion sort, optimized for real-world data with existing order. It operates by dividing data into small chunks, sorting each chunk, and then merging them, while employing techniques such as galloping mode and adaptive merging to improve efficiency. This algorithm is widely recognized for its speed and practicality, making it a default choice in several programming languages.
https://newsletter.systemdesign.one/p/timsort-algorithm
Software Design Principles That Matter
Software Design Principles That Matter explains the core idea in plain terms and how it applies in practice. It focuses on: public, string, class, private, have, cardnumber. Read it if you want a clear mental model and concrete trade-offs so you can make a better decision (or avoid common mistakes) quickly. You will leave with a concise set of takeaways you can apply immediately in your own projects or infrastructure.
https://newsletter.francofernando.com/p/software-design-principles-that-matter
From Stateful to Stateless: Building Web Apps That Scale
From Stateful to Stateless: Building Web Apps That Scale explains the core idea in plain terms and how it applies in practice. It focuses on: data, servers, request, server, when, any. Read it if you want a clear mental model and concrete trade-offs so you can make a better decision (or avoid common mistakes) quickly. You will leave with a concise set of takeaways you can apply immediately in your own projects or infrastructure.
https://newsletter.francofernando.com/p/from-stateful-to-stateless-building
Double Star
Open Source Repositories
claude-chill
This content introduces a tool called claude-chill, which acts as a PTY proxy to improve the user experience when interacting with Claude Code by handling large terminal updates more efficiently. It intercepts atomic updates, uses VT-based rendering to show only changes, and allows users to look back at previous outputs without lag or flicker. The tool also includes customizable settings for history storage and lookback functionality.
davidbeesley/claude-chill
awesome-deception
This repository is a comprehensive collection of resources related to deception in cybersecurity, including articles, research papers, guides, and tools. It aims to provide insights into techniques and frameworks that employ deception to enhance security measures, highlighting various applications and community contributions in the field.
tracebit-com/awesome-deception
CredData
CredData is a dataset comprised of files containing credentials found in open source projects. It includes suspicious lines with manual review results and categorizes credential types, which can be used to develop or enhance tools aimed at minimizing credential leaks. The dataset also provides detailed statistics and guidelines for selecting target repositories and labeling suspected credential information.
Samsung/CredData
CredSweeper
CredSweeper is a credential detection tool that identifies exposed sensitive information, such as passwords and API keys, across various file types and source code. It utilizes pattern-based detection, machine learning validation, and deep file inspection to provide comprehensive security scanning and reduce false positives. The tool supports scanning of compressed files and Git repository analysis, making it suitable for modern codebases.
Samsung/CredSweeper
symplex
Symplex is an open-source protocol designed to facilitate semantic negotiation between distributed AI agents, enabling communication based on meaning rather than rigid schemas. It utilizes intent vectors for agents to express goals, allowing for dynamic negotiation and collaboration without the need for pre-registered APIs, and incorporates a lightweight extension of the Model Context Protocol (MCP) to enhance interoperability.
olserra/symplex
azureBlob
This repository provides a C2 profile for Azure Blob Storage designed for secure command and control communication with individual agent container isolation. It employs container-scoped SAS tokens to limit access and ensure agents cannot access each other's data, enhancing security while leveraging common egress exceptions for Azure services.
senderend/azureBlob
agent-skills
The content provides a collection of skills for AI coding agents designed to enhance their capabilities in software development. It includes best practices for React, web design guidelines, and React Native optimization, along with instructions for deployment on Vercel. Each skill is structured to assist developers in improving code quality, performance, and user experience.
vercel-labs/agent-skills
Awesome-FDE-Roadmap
This document provides a comprehensive roadmap for becoming a Forward Deployment Engineer (FDE), highlighting the skills and knowledge necessary to bridge the gap between software development and real-world client deployment. It outlines key phases in the learning process, including data engineering, cloud architecture, and the consulting mindset, while emphasizing the importance of integrating AI and strategic consulting into technical solutions. The content also includes resources, frameworks, and practical templates to assist engineers in navigating complex project environments and improving client relations.
pierpaolo28/Awesome-FDE-Roadmap
Sponsored