Blog Logo
TAGS

Durable Execution: This Changes Everything | with Tom Wheeler

Durable Execution: This Changes Everything | with Tom Wheeler

How would you code if your application could not fail? Consider how differently a senior engineer would approach the same project as someone just learning how to code. We can expect the neophyte to ...

Read more...

A 10x Faster TypeScript - TypeScript

Today I’m excited to announce the next steps we’re taking to radically improve TypeScript performance. The core value proposition of TypeScript is an excellent developer experience. As your codebase g...

Read more...

Framework to build LLM Copilots

Framework to build LLM Copilots with features like message history as a pandas DataFrame, simple JSON Schema definition helpers, streaming as default, scalable tool and structured outputs functionalit...

Read more...

Klee Secure and Local AI on Your Desktop with RAG Knowledge Base and Markdown Note Support

Secure and local AI on your desktop with a built-in RAG knowledge base and Markdown note support. Like Klee? Give it a star 🌟, visit our Website or join our Discord. Download and run open-source LLMs...

Read more...

Translate OpenAPI into LLM Tools

The `agents.json` Specification is an open specification that formally describes contracts for API and agent interactions, built on top of the OpenAPI standard. The current version is `0.1.0`. Use the...

Read more...

AG2: Open-Source AgentOS for AI Agents

AG2 (formerly AutoGen) is an open-source programming framework for building AI agents and facilitating cooperation among multiple agents to solve tasks. AG2 aims to streamline the development and rese...

Read more...

Atomic Agents - Lightweight and Modular Framework for Building Agentic AI Pipelines

# Atomic Agents The Atomic Agents framework is designed around the concept of atomicity to be an extremely lightweight and modular framework for building Agentic AI pipelines and applications without...

Read more...

Mastra - An Opinionated Typescript Framework for Building AI Applications Quickly

Mastra is an opinionated Typescript framework that helps you build AI applications and features quickly. It provides workflows, agents, RAG, integrations, and evals. Mastra uses the Vercel AI SDK for ...

Read more...

PydanticAI Agent Framework Introduction

PydanticAI is a Python agent framework designed to make it less painful to build production-ready language models (LLMs) with Pydantic. This framework provides tools, models, and common functionalitie...

Read more...

How I use LLMs

How I use LLMs

The example-driven, practical walkthrough of Large Language Models and their growing list of related features, as a new entry to my general audience series on LLMs. In this more practical followup, I ...

Read more...

Building Local AI Agents: Semantic Kernel and Ollama in C# - Laurent Kempé

Laurent Kempé is an experienced Team Leader & Distinguished Solution Architect with a passion for shipping high-quality products. In this post, he explores Microsoft’s Semantic Kernel Agents Framework...

Read more...

Microservice Integration Testing a Pain? Try Shadow Testing - The New Stack

Join The New Stack community of software engineering leaders and developers to stay informed with important news and exclusive content. Re-subscribe to receive updates and resources tailored to your i...

Read more...

Abusing await with a result type to achieve rust-like error propagation in C#

Rust allows you to propagate errors automatically with the ? keyword, short-circuiting the methods execution and returning the error. Previously, we attempted to modify the IL to propagate errors with...

Read more...

Express Zod API

# Express Zod API ![logo](https://raw.githubusercontent.com/RobinTail/express-zod-api/master/logo.svg) ![CI](https://github.com/RobinTail/express-zod-api/actions/workflows/node.js.yml/badge.svg) ![Ope...

Read more...

OctoTools: An Agentic Framework with Extensible Tools for Complex Reasoning

OctoTools is an open-source agentic framework designed to tackle complex reasoning tasks across diverse domains. It introduces standardized tool cards to encapsulate tool functionality, a planner for ...

Read more...

Enable AI to control your browser

Browser-use is the easiest way to connect your AI agents with the browser. See what others are building and share your projects in our Discord - wed love to see what you create! Skip the setup - try o...

Read more...

Meta Introduces LLM-Powered Tool for Software Testing

Meta has unveiled the Automated Compliance Hardening (ACH) tool, a mutation-guided, LLM-based test generation system. ACH represents a shift from traditional automated test generation methods by targe...

Read more...

Majorana 1 Explained: The Path to a Million Qubits

Majorana 1 Explained: The Path to a Million Qubits

Hear from the Microsoft team behind the recent breakthrough in physics and quantum computing demonstrated by the new Majorana 1 chip, engineered from an entirely new material that has the potential to...

Read more...

MCPSharp: Build Model Context Protocol (MCP) Servers with .NET

MCPSharp is a .NET library that helps you build Model Context Protocol (MCP) servers - the standardized API protocol used by AI assistants and models. With MCPSharp, you can create MCP-compliant tools...

Read more...

Setting up Micro-frontends with Astro and Ecma Script Modules

Luca Mezzalira, perhaps the father of micro-frontends defines them as the technical representation of a business subdomain that allow independent implementations with the same or different technology....

Read more...