Articles from Source: The-New-Stack

WebAssembly vs. Testing Side-by-Side Performance

2026-01-20 17:00
🌐 WebAssembly (Wasm) is gaining attention for its performance advantages, often described as “near-native speed” compared to JavaScript. While JavaScript excels in UI tasks, Wasm is better suited for heavy data processing. This article discusses a project comparing Wasm and JavaScript performance using image processing tasks. The project involves converting images to grayscale and applying a sharpen filter, showcasing Wasm's capabilities in real-world scenarios. For developers interested in...
Source: The New Stack
Jessica Wachtel

AI Agents or Skills? Why the Answer Is ‘Both’

2026-01-20 16:00
Anthropic introduces a new concept: Agent Skills. These modular bundles of expertise enhance AI agents, allowing them to adapt without changing core logic. Agents faced limitations with prompt-based systems, often leading to confusion. By integrating skills, teams can improve domain capabilities without risking regressions. This approach promotes efficiency and clarity in AI workflows. #AIAgents #AgentSkills #TechInnovation #MachineLearning #DigitalTransformation 🤖📈🔧
Source: The New Stack
Pete Hampton

How To Build Production-Ready AI Agents With RAG and FastAPI

2026-01-20 15:00
🚀 Agentic AI is evolving from demos to real-world applications like research assistants and compliance copilots. This article outlines a tutorial for building production-ready AI agents using RAG and FastAPI. Key focuses include reliability, observability, and cost-awareness. The tutorial covers essential steps like defining robust tool interfaces, setting up RAG, and implementing guardrails for safety. Discover how to create effective, scalable AI workflows that can operate reliably in...
Source: The New Stack
Oladimeji Sowole

Mageia Harkens Back to the Glory Days of Mandrake Linux

2026-01-18 15:00
🚀 Mageia brings back the spirit of Mandrake Linux, a beloved distribution from the '90s! After the transition from Mandrake to Mandriva, Mageia emerged as a robust alternative. Its slogan, "build great tools for people," reflects its user-friendly approach. Mageia offers a live distribution experience, allowing users to test it without installation. The setup is slightly more complex than some alternatives, but it upgrades during installation, saving time later. Explore the KDE Plasma...
Source: The New Stack
Jack Wallen

Repair Advocates Name CES 2026’s Most Anticonsumer Tech

2026-01-18 14:00
The Repair Association highlights the lack of consumer-friendly practices at CES 2026. For the fifth year, they called out the "Worst in CES," focusing on products that are least repairable and sustainable. This year's event involved groups like Consumer Reports and iFixit, aiming to raise awareness about these issues. Executive Director Gay Gordon-Byrne emphasized the marketing hype over genuine innovation, questioning the value of faster chips in everyday products. The advocacy extends to...
Source: The New Stack
David Cassel

Astro Redesigns Its Development Server

2026-01-17 15:00
🚀 Astro recently released the beta version of Astro 6, featuring a redesigned development server. This update includes new APIs for content security policies, fonts, and live content collections. Astro now runs web applications in the same runtime as production, enhancing stability across various platforms, including Cloudflare Workers. In related news, Waku updated its Cloudflare Worker adapter with automatic selection and static deployment support. Additionally, Svelte addressed five...
Source: The New Stack
Loraine Lawson

The Future of AI in SRE: Preventing Failures, Not Fixing Them

2026-01-17 14:00
The future of Site Reliability Engineering (SRE) is shifting towards preventing failures rather than just fixing them. As systems grow more complex, traditional reactive methods are no longer sufficient. SRE has evolved through three stages: alerting, AI-assisted triage, and safe auto-remediation. Each stage has improved recovery times, but all required failures to occur first. The next step emphasizes a preventative approach. By analyzing historical data, AI can identify patterns that...
Source: The New Stack
Asaf Savich

A Developer’s Guide to Marshaling Data With JSON

2026-01-17 13:00
Understanding data representation is crucial for developers. 🖥️ The article discusses JSON (JavaScript Object Notation) as a streamlined format for structuring data. Unlike XML, JSON is simpler and more efficient for marshalling data, making it ideal for saving program states, like game positions. 🎮 The post also highlights JSON's readability, which allows non-programmers to understand data structures easily. It’s often used in configuration files where flexibility is key. 📄 Explore how JSON...
Source: The New Stack
David Eastman

Arcjet’s Python SDK Embeds Security in Code

2026-01-16 22:00
🚀 Arcjet has launched a new Python SDK aimed at enhancing application-layer security directly within code. This beta release responds to growing demand for Python support, particularly in AI-driven applications. CEO David Mytton highlighted Python's significance, especially with the Django framework's popularity. The SDK introduces essential protections like rate limiting and bot detection, allowing developers to integrate security seamlessly. #Arcjet #PythonSDK #ApplicationSecurity...
Source: The New Stack
Darryl K. Taft

Cloudflare Acquires Team Behind Open Source Framework Astro

2026-01-16 20:45
🚀 Cloudflare has announced its acquisition of the Astro Technology Company team, known for the open source JavaScript framework, Astro. This framework is utilized by major brands like IKEA and OpenAI to create fast-loading, content-rich websites. 🌐 The Astro team will continue with Cloudflare, while ensuring that Astro remains open source for ongoing development. This framework’s unique Island architecture allows for optimized page loading, enhancing search rankings and user engagement. 💡...
Source: The New Stack
Loraine Lawson

You Might Not Know This, but Your NAS Might Be a Good Docker Server

2026-01-16 18:00
Discovering the potential of NAS as a Docker server can enhance your storage capabilities. 🖥️ A recent article highlights how a user transformed their Zettlab AI NAS into a Docker server using an app store. They noted the user-friendly GUI for creating and managing Docker projects, facilitating quick deployments like Node-Red. However, some limitations exist, such as the lack of SSH access in certain models. Consider a NAS with Docker support for expanded functionality. #NAS #Docker #TechTips...
Source: The New Stack
Jack Wallen

SLMs vs. LLMs: Why Smaller AI Models Win in Business

2026-01-16 17:00
Enterprise AI has evolved from consumer models, but this shift is often misguided for B2B applications. 🤖 Consumer AI thrives on open-ended questions, requiring vast models. In contrast, many business processes operate in closed systems with clear inputs and outputs. For these tasks, Small Language Models (SLMs) offer a better fit. SLMs focus on specific workflows, providing reliable language understanding without the heavy computational demands of larger models. Their targeted training...
Source: The New Stack
Sean Falconer

Orchestration: The Key to Integrating AI with Legacy Systems

2026-01-16 16:00
In today's business environment, AI is gaining attention, but legacy systems remain crucial for many operations. Organizations often face challenges when integrating AI with these older systems, leading to disconnected tools and low success rates for AI projects. The key issue is the lack of orchestration, which is essential for aligning these technologies. Effective orchestration can streamline processes, allowing AI to enhance legacy systems and improve workflows. Different orchestration...
Source: The New Stack
Jakob Freund

Memory for AI Agents: A New Paradigm of Context Engineering

2026-01-16 15:00
Exploring memory in AI agents is crucial for enhancing interactions. 🤖 Traditional large language models lack context, making every conversation feel disconnected. New paradigms aim to develop memory systems that allow agents to learn from past exchanges, improving relevance and user experience. As companies innovate, they face challenges in technical infrastructure and context management. Effective memory strategies are essential for creating efficient AI applications. 📊 #AI #Memory...
Source: The New Stack
Nicole Seah

CNCF Dragonfly Speeds Container, Model Sharing with P2P

2026-01-16 14:15
🚀 The Dragonfly project has officially graduated from the CNCF incubation program! This open-source P2P image and file distribution system enables efficient sharing of containers and large AI models across networks. 🔧 Built to run on Kubernetes, Dragonfly supports various applications, including CI/CD and edge computing. With contributions from 271 individuals across 130 companies, its development highlights the strength of community collaboration. 🌐 By utilizing a peer-to-peer sharing...
Source: The New Stack
Joab Jackson

Nvidia DGX Spark: The New Stack Developer’s Guide

2026-01-16 14:00
🚀 Nvidia introduces the DGX Spark, a compact AI supercomputer designed for developers. This device enables local execution of large AI models, alleviating concerns related to cloud dependency, latency, and costs. Equipped with the GB10 Grace Blackwell Superchip, it supports up to one petaFLOP of performance and features a unified memory architecture. The DGX Spark aims to enhance productivity for AI researchers and data scientists by providing a robust local development environment. #Nvidia...
Source: The New Stack
Janakiram MSV

The New Threats: Attackers Don’t Just Break In, They Blend In

2026-01-15 23:00
In today's security landscape, attackers are increasingly blending into systems rather than breaking in. They mimic legitimate workloads, making detection challenging until it's too late. A recent example is the RustyWater implant associated with the Muddy Water threat, which operates quietly, avoiding noticeable side effects. This shift has led to a focus on visibility in monitoring systems, but understanding incidents alone isn't enough for containment. As execution becomes easier in modern...
Source: The New Stack
Kavi Daula

Start Small and Go Big With Open Source Gonzo for Observability

2026-01-15 22:00
Unlock the potential of your logs with Open Source Gonzo for Observability! 🚀 Gonzo enables users to analyze logs using large language models (LLMs), highlighting critical metrics and patterns. This approach simplifies data analysis, especially as AI-generated code increases complexity. Getting started is easy! Install Gonzo via Homebrew or Nix package manager, and create mock applications to generate useful logs. Explore how Gonzo can scale your observability efforts! 📈💻 #Observability...
Source: The New Stack
B. Cameron Gain

Solving the Problems That Accompany API Sprawl With AI

2026-01-15 21:00
API sprawl can create security risks and limit potential revenue for organizations. 🌐 Neeraj Nargund from IBM emphasizes the importance of automated discovery and governance as businesses scale their APIs. This oversight is crucial to manage numerous APIs effectively. Smart APIs, enhanced with AI, provide solutions by adapting to contexts and improving governance. IBM’s API Connect aims to address these challenges in its latest version. 🤖💡 #APISecurity #SmartAPIs #AI #IBM #TechTrends
Source: The New Stack
Heather Joslyn

ScyllaDB’s New Cloud Challenges DynamoDB Cost, Performance

2026-01-15 20:05
🚀 ScyllaDB has launched ScyllaDB X Cloud, a new database service that aims to match AWS DynamoDB's performance while cutting costs by 50%. This service features rapid scalability, allowing databases to grow significantly while maintaining low latency. It utilizes a tablet-based architecture for efficient resource use and enhanced performance. Key features include autoscaling, high storage utilization, and data compression up to 80%. Many major companies already use ScyllaDB for their high-...
Source: The New Stack
Joab Jackson

Level 3 AI Collaboration: The Sweet Spot for Developers

2026-01-15 18:00
Discover the insights from Chapter 5 of “AI for the Enterprise: The Playbook for Developing and Scaling Your AI Strategy.” 📘 The chapter discusses a "two-speed" AI investment model that can enhance productivity and provide a competitive edge for enterprises. It emphasizes the need to balance AI autonomy with human oversight. Peter Szel outlines five levels of AI collaboration, from manual coding to fully autonomous execution. This framework helps organizations navigate the complexities of AI...
Source: The New Stack
Jennifer Riggins

StyleX vs. Tailwind: Meta’s Take on CSS-in-JS Maintainability

2026-01-15 15:34
Meta’s StyleX is emerging as a key player in the CSS-in-JS landscape, aiming to enhance maintainability and scalability for large applications. 🖥️ Unlike Tailwind, StyleX is not a framework but a JavaScript library that Meta uses across its platforms, including Facebook and Instagram. Melissa Liu highlights that managing thousands of components for millions of users requires a system that avoids conflicts in styling, which traditional CSS struggles with. Learn more about how StyleX addresses...
Source: The New Stack
Richard MacManus

Lessons from 2 Years of Integrating AI into Development Workflows

2026-01-15 14:00
Integrating AI into development workflows has transformed engineering practices over the past two years. Success lies in applying AI where it truly matters, such as easing context switching and understanding legacy systems. AI tools have accelerated adoption of unfamiliar technologies and streamlined testing processes. Context-aware AI brings significant productivity gains by understanding existing code structures, making debugging more efficient. #AIDevelopment #TechInnovation #Engineering...
Source: The New Stack
Nishant Ghan

Stop Wasting AI Investment on a Broken Change Approval Process

2026-01-15 13:00
Change approval processes are hindering software delivery, especially as teams adopt AI tools. Many organizations find their AI investments ineffective due to outdated approval methods. Streamlining change approval through peer reviews and automation is essential. Working in small batches can enhance throughput, quality, and compliance without sacrificing safety. Research supports the benefits of small batches and efficient approvals. Investing in these areas can lead to significant...
Source: The New Stack
Steve Fenton

2025: The Year of the Return of the Ada Programming Language?

2026-01-15 00:00
In 2025, the Ada programming language gained notable attention, breaking into the TIOBE Index top 10 and reaching number 9. 📈 This resurgence may be linked to the demand for memory-safe programming languages amid increasing software security concerns. Ada is recognized for its strong static typing and runtime memory safety, making it suitable for mission-critical systems. 🔒 With support from SPARK, developers can ensure static memory safety and prevent runtime errors before execution,...
Source: The New Stack
Darryl K. Taft

Experts Hail Anthropic’s $1.5M Python Security Commitment

2026-01-14 23:00
📢 Anthropic has announced a $1.5 million investment in Python security, aimed at enhancing the safety of this crucial programming language for AI development. The funding will support the Python Software Foundation (PSF) over the next two years, focusing on improving the security of the Python ecosystem and protecting users from supply chain attacks. Analysts view this move as beneficial for the Python community and a smart strategy for Anthropic, as it reinforces the importance of...
Source: The New Stack
Darryl K. Taft

Open Source Whamm: Use WebAssembly To Monitor and Fix Running Apps

2026-01-14 21:00
🚀 Introducing Whamm: a tool for monitoring and fixing WebAssembly (Wasm) applications! Whamm enables users to instrument their Wasm apps with code or programming languages. This allows for effective debugging and monitoring within WebAssembly modules. To get started, ensure Rust is installed and follow the setup instructions to build the source code. Once set up, you can explore various commands for program execution monitoring. #WebAssembly #OpenSource #DevTools #Programming #Monitoring
Source: The New Stack
B. Cameron Gain

How To Choose the Right Tool for Your Google ADK Agent

2026-01-14 20:15
Unlock the full potential of your AI agents with the right tools! 🛠️ Google's Agent Development Kit (ADK) enhances agent capabilities by connecting them to external systems. Without these tools, agents can only generate text. Tools allow agents to access real-time data, execute code, and interact with various systems. ADK categorizes tools into four types: function tools, built-in tools, third-party tools, and MCP tools. Each has unique use cases and integration methods, helping developers...
Source: The New Stack
Janakiram MSV

The React Framework Face-Off: Which One Owns the Future?

2026-01-14 19:30
Frontend developer Kent Dodds recently addressed the growing confusion among developers regarding React-based frameworks. He highlighted that no matter which framework you choose for a new project, you won't make a wrong decision, as they are all strong options. The frameworks are converging and sharing many similarities. Panelists from React Conf discussed their frameworks, including Expo Router and Next.js, emphasizing features like file-based routing and server actions. Developers are...
Source: The New Stack
Loraine Lawson

Caught in the Middle: The New Role of Platform Teams

2026-01-14 19:00
Platform teams are evolving in their roles within large organizations. 🏦 A global bank's platform team recently launched a new workflow for developers to provision cloud environments. This change aimed to enhance delivery speed and minimize manual approvals. However, it soon led to various inquiries from finance, security, compliance, and data teams regarding costs, policies, and integrations. These questions highlight how platform teams are increasingly involved in decisions that span...
Source: The New Stack
Yaron Yarimi

Is Sloppy File Sharing Endangering Your Enterprise?

2026-01-14 16:00
📂 Sharing digital data is crucial but risky for businesses. Sensitive information is often at risk during transfers without proper security measures. Managed File Transfer (MFT) solutions provide necessary guardrails, enhancing security with features like encryption and access control. These tools simplify file transfers and can scale with growing businesses. Join the free webinar on Jan. 29 to learn about MFT trends and best practices for secure data exchange. #DataSecurity #FileTransfer...
Source: The New Stack
Vicki Walker

AI Governance Is the Next IT Battleground

2026-01-14 15:00
AI is now central to enterprise transformation, moving from experimentation to execution. 🌐 A recent survey shows that 54% of IT leaders now prioritize AI governance, highlighting a shift in how AI success is measured—trust and sustainability are key. 📊 As organizations deploy AI at scale, the focus is on operationalizing it while managing risks. Governance is essential for ensuring data security and compliance across diverse applications. 🔒 #AIGovernance #ITLeadership #EnterpriseAI...
Source: The New Stack
Krishna Subramanian

Better Context Will Always Beat a Better Model

2026-01-14 10:00
AI leaders have been focused on comparing models like GPT-4 and Claude 3.5, but the key to success lies in context rather than model performance. As capabilities converge, organizations that effectively integrate AI into their specific environments will lead the way. Context is seen as vital for delivering real business value. 🛠️ The shift to "white coding" raises governance concerns, as AI can generate complex code quickly, making oversight challenging. #AI #MachineLearning...
Source: The New Stack
Saqib Jan

CloudBees CEO: Why Migration Is a Mirage Costing You Millions

2026-01-13 22:00
🚨 A recent survey reveals that 57% of enterprise organizations spent over $1 million on migration projects last year. CEO Anuj Kapur of CloudBees discusses the findings from the "2025 DevOps Migration Index," highlighting the risks and costs associated with the migration process. Many organizations struggle with underestimating the longevity of existing systems. Kapur emphasizes the distinction between modernization and migration, stating that the latter often leads to increased costs and...
Source: The New Stack
Michelle Gienow

Tenants: The Missing Backbone of Modern Developer Platforms

2026-01-13 21:00
🔍 Internal developer platforms often struggle to reduce cloud sprawl and streamline workflows. Many fail not due to tools, but due to a lack of defined boundaries. 🚧 Teams rely on conventions like tags and labels, which can collapse under pressure. Successful platforms define a "tenant" as a core element, creating clear boundaries for identity, networking, and compliance. 🔑 A tenant acts as a stable workspace, ensuring security and operational guardrails are effective. It transforms chaos...
Source: The New Stack
Fahmid Kabir

Why Neoclouds Are the Answer To AI Storage Lock-in

2026-01-13 20:00
AI's growth is reshaping the cloud landscape. The focus is shifting from major providers like AWS and Google Cloud to specialized services known as neoclouds. 🌥️ Neoclouds, such as CoreWeave and Lambda, offer optimized GPU services for AI tasks, attracting enterprises with better performance and lower costs. This trend encourages multi-provider strategies, helping companies avoid vendor lock-in. 🔄 To support this, a flexible storage layer is essential. Organizations can now tier data...
Source: The New Stack
Jelani Harper

Why 40% of AI Agents Might Fail (and How To Save Yours)

2026-01-13 19:00
In 2023, a California Chevrolet dealership faced a major issue when its AI chatbot mistakenly agreed to sell a car for just $1. This incident highlights the risks of insufficient guardrails in AI deployment. Gartner predicts that over 40% of AI projects may be canceled by 2027, emphasizing the need for strong governance systems akin to those for human employees. Implementing clear rules and protections for AI agents is essential to ensure their safe operation and reliability. #AI...
Source: The New Stack
Akhil Verghese

4 Core Principles for Scaling Your API Engineering Practice

2026-01-13 18:00
Scaling your API engineering practice requires a structured approach. APIs are essential for modern enterprises, and managing numerous APIs can become complex. It’s crucial to mature your API practices as your landscape expands. Understanding the API development life cycle is key. This includes stages from requirements gathering to deprecation, with various artifacts involved at each step. To ensure consistency and efficiency, treat all API artifacts as code. This principle can streamline...
Source: The New Stack
Matthias Biehl

Traditional Code Review Is Dead. What Comes Next?

2026-01-13 17:00
🚀 A significant shift in software development is underway as traditional code reviews evolve. Engineers are increasingly relying on AI agents to generate code, leading to faster approvals. One senior engineer approved a pull request in under two minutes, trusting automated syntax checks. This change raises concerns about the "rubber stamp effect," where code may not be thoroughly read, potentially increasing risks associated with AI-generated errors. As we transition to an outcome-first...
Source: The New Stack
Arjun Iyer

Ramp Adds Developer Tools to Platform With AI Coding Assistant

2026-01-13 16:30
🚀 Ramp has introduced a new AI coding agent, Ramp Inspect, expanding its spend management platform. This tool aims to enhance developer experience, similar to successful strategies used by companies like Stripe and Block. Inspect is designed to assist developers of all skill levels by automating coding tasks and verifying its work efficiently. As a cloud-hosted solution, it requires no local setup, making it accessible to all builders. #Ramp #AICoding #Fintech #DeveloperTools #Innovation
Source: The New Stack
Darryl K. Taft