Articles tagged: open-source

42 articles

AI agents

Deploy Local Agents Everywhere with LFM2.5-2.6B

Discover how LFM2.5-2.6B enables lightweight, privacy-preserving AI agents on edge devices. This compact model delivers strong reasoning a...

Aug 5, 202611 min
AI tools

The Python Ecosystem That Changed AI Development

From NumPy to PyTorch, Python's libraries and frameworks have transformed AI from research to production. This exploration reveals how a v...

Aug 2, 202610 min
AI agents

What Building Shippy Taught Us About Building Agents

Lessons from developing Shippy, an AI agent for logistics, reveal that modular design, human-in-the-loop validation, and handling real-wor...

Jul 16, 20267 min
AI tools

Introducing Real World VoiceEQ: Measuring the Human Quality of Voice AI

Real World VoiceEQ is a new benchmark that evaluates voice AI systems on human-likeness, emotional expressiveness, and natural prosody, pr...

Jul 16, 20267 min
AI tools

Where Does an AI’s Personality Actually Come From?

AI personalities are not magic; they emerge from training data, fine-tuning, and system prompts. This article explores the technical origi...

Jul 13, 20268 min
AI tools

That Is Embarrassing: Why Frontier AI Still Makes Things Up, and What to Do About It

Frontier AI models continue to generate plausible-sounding but false information, a persistent flaw known as hallucination. This article e...

Jul 12, 20267 min
AI tools

Run AI Workloads on Any Cloud, Store on Hugging Face: Zero-Egress Storage with SkyPilot

SkyPilot enables AI teams to run jobs across any cloud provider while storing data on Hugging Face with zero egress fees, simplifying mult...

Jul 9, 20268 min
AI agents

Stop Ranking Agent Configs by Average Score

Ranking AI agent configurations by average score can be misleading. Learn why this metric hides critical failures and discover better eval...

Jul 8, 20268 min
AI agents

AI Agents Explained: What Is a ReAct Loop and How Does It Work?

The ReAct loop combines reasoning and acting to enable AI agents to solve complex tasks iteratively. By alternating between thought, actio...

Jul 4, 20268 min
AI agents

Introducing OpenWiki: An Open Source Agent for Automated Repository Documentation

OpenWiki is a new open source AI agent that automatically generates, updates, and maintains documentation for code repositories. It integr...

Jul 3, 20267 min
AI research

ScarfBench: Benchmarking AI Agents for Enterprise Java Framework Migration

ScarfBench introduces a standardized benchmark to evaluate AI agents on migrating enterprise Java frameworks. It tests code refactoring, d...

Jul 2, 20268 min
AI agents

Build and Run Your Own AI Agent in the Cloud

Learn how to build and deploy a custom AI agent on cloud infrastructure. This guide covers architecture, tooling, and practical steps for...

Jul 2, 20267 min
Local models

Run a vLLM Server on HF Jobs in One Command

Learn how to launch a vLLM inference server on Hugging Face Jobs with a single command. This guide covers setup, configuration, and practi...

Jun 26, 20266 min
AI coding

Build Your Own Local AI Coding Agent with Gemma 4 and OpenCode

Learn to create a free, private AI coding agent on your own machine using Gemma 4 and OpenCode. This guide covers setup, configuration, an...

Jun 25, 20267 min
AI agents

How To Give Your Agent Memory

Learn how to equip AI agents with memory using vector databases, conversation history, and structured storage. Practical techniques for pe...

Jun 25, 20267 min
AI agents

Why I Stopped Using One Agent and Built a Multi-Agent Pipeline Instead

Discover why a single AI agent fell short for complex tasks and how a multi-agent pipeline improved accuracy, reliability, and efficiency...

Jun 24, 20267 min
AI tools

Anchor Detection for RAG: Parallel Detectors, Then One LLM Call at the End

A technique for efficient RAG that uses lightweight parallel detectors to identify semantic anchors before making a single, targeted LLM c...

Jun 24, 20268 min
AI agents

Build Real Agentic Apps Using CUGA: Two Dozen Working Examples on a Lightweight Harness

Discover how CUGA, a lightweight harness, powers two dozen practical agentic applications. Learn to build autonomous AI agents with code e...

Jun 23, 20269 min
Local models

We Got Local Models to Triage the OpenClaw Repo for FREE!*

Discover how we used local AI models to automate issue triage on the OpenClaw repository at zero cost, enhancing efficiency and reducing m...

Jun 23, 20266 min
AI tools

Shipping huggingface_hub every week with AI, open tools, and a human in the loop

Discover how the huggingface_hub library is released weekly using AI for code review and open tools for automation, while keeping a human...

Jun 23, 20267 min
AI research

The Next Frontier: How Artificial Intelligence is Reshaping Scientific Discovery

Artificial intelligence is revolutionizing AI research by accelerating hypothesis generation, automating experiments, and uncovering patte...

Jun 23, 20267 min
AI research

The Frontier of Artificial Intelligence: Unraveling the Mysteries of AI Research

AI research is advancing rapidly, exploring machine learning, neural networks, and ethics. This article delves into current breakthroughs,...

Jun 22, 20267 min
Guides

Testing Mythos and Fable: Moving Beyond SWE-bench with Nvidia’s Open Contender

Explore how Nvidia’s new open-source framework challenges SWE-bench dominance. Learn to test AI models with Mythos and Fable for real-worl...

Jun 20, 20268 min
Guides

Building a Custom GStreamer Plugin for NVIDIA DeepStream

Learn how to build a custom GStreamer plugin for NVIDIA DeepStream. This guide covers the plugin structure, element registration, and prac...

Jun 19, 20267 min
AI research

Is it agentic enough? Benchmarking open models on your own tooling

Learn how to evaluate open-source AI agents for autonomy and task completion using custom benchmarks. A practical guide for researchers an...

Jun 18, 20269 min
AI research

The Frontiers of Artificial Intelligence: Current Trends in AI Research

AI research is rapidly evolving, focusing on areas like generative models, reinforcement learning, and ethical frameworks. These advances...

Jun 18, 20268 min
Guides

LLMs Inside the Product: A Practical Field Guide

A hands-on guide to integrating large language models into products, covering architecture patterns, prompt engineering, cost optimization...

Jun 17, 20266 min
AI agents

From the Hugging Face Hub to Robot Hardware with Strands Agents and LeRobot

Discover how Strands Agents and LeRobot bridge the gap between AI models on Hugging Face Hub and real-world robot hardware, enabling seaml...

Jun 17, 20267 min
Guides

Drilling Into AI’s Financial Sustainability

Explore the hidden costs of AI development and deployment, from hardware to energy. Learn practical strategies for budgeting, optimizing m...

Jun 17, 20266 min
Local models

Run a Local LLM with OpenClaw on Your Mac Mini

Learn how to install and run OpenClaw on a Mac Mini for private, offline AI inference. Step-by-step guide covers setup, model loading, and...

Jun 16, 20266 min
AI coding

How We Made Coding Agent Spend Predictable

Discover how we engineered a cost-predictable coding agent by combining token budgets, early stopping, and adaptive context management. Le...

Jun 16, 20266 min
Guides

DeepSeek Sharpens Its Reasoning: DeepSeek-R1, an Affordable Rival to OpenAI’s o1

DeepSeek-R1 brings advanced reasoning capabilities at a fraction of the cost of OpenAI’s o1. Learn how this open-source model matches o1 i...

Jun 15, 20266 min
Guides

Vision LLMs are PDF Parsers Too: Reading Charts and Diagrams for RAG

Learn how vision LLMs extract data from charts and diagrams in PDFs for RAG pipelines. This guide covers practical examples using multimod...

Jun 14, 20268 min
Guides

How to Train a Scoring Model in the Age of Artificial Intelligence

Learn how to build a robust scoring model using AI, from data preparation to model evaluation. This guide covers key steps, practical exam...

Jun 13, 20267 min
AI research

olmo-eval: An evaluation workbench for the model development loop

olmo-eval is an evaluation workbench designed to integrate seamlessly into the model development loop, enabling rapid iteration and system...

Jun 12, 20267 min
AI tools

Increase Recommendation Systems’ Precision with LLMs, Using Python

A clear and practical article about artificial intelligence for a professional audience.

Jun 9, 20264 min
AI agents

The Open Source Community is backing OpenEnv for Agentic RL

A clear and practical article about artificial intelligence for a professional audience.

Jun 8, 20268 min
Local models

We Should Train AI to Betray Its Users

A clear and practical article about artificial intelligence for a professional audience.

Jun 8, 20268 min
AI agents

Harness, Scaffold, and the AI Agent Terms Worth Getting Right

A clear and practical article about artificial intelligence for a professional audience.

Jun 7, 20266 min
AI agents

Beyond LLMs: Why Scalable Enterprise AI Adoption Depends on Agent Logic

A clear and practical article about artificial intelligence for a professional audience.

Jun 7, 20264 min
Local models

Is an Online Master’s Degree in AI a Good Idea?

A clear and practical article about artificial intelligence for a professional audience.

Jun 6, 20264 min
AI tools

Introducing LangChain Labs

A clear and practical article about artificial intelligence for a professional audience.

Jun 6, 202612 min