grep -r "Tutorials" /news · homesearch
grep -rli "Tutorials" /news

Tutorials

Full-text search across 1908 articles. Combine with topic and date filters; results sorted by relevance.

results 1908 page 37/96
02:31
2026-05-23
dev.to
artificial-intelligence

How to Build a Supervisor Agent Architecture Without Frameworks

This article explains how to build a supervisor-based multi-agent architecture in pure Python without using external frameworks. It describes the "Supervisor Pattern," where a central orchestrator coordinates specialized…

01:00
2026-05-23
dev.to
artificial-intelligence

How I Run 7 AI Models 24/7: Multi-Agent Architecture in Practice

The article describes a practical implementation of a multi-agent AI architecture where seven different AI models (including Claude Opus, MiniMax, Hermes, Gemini, and Groq Llama) work together autonomously 24/7, coordina…

00:00
2026-05-22
belderbos.dev
ai-agents

What production AI agents actually require

Production AI agents require robust state management, idempotency, audit trails, and rollback capabilities, not just fluent LLM calls. A senior engineer argues that most agent demos fail in real workflows because they la…

13:38
2026-05-21
axelk.ee
artificial-intelligence

AI is just unauthorised plagiarism at a bigger scale

AI systems function as large-scale unauthorized plagiarism by ingesting content without creator consent, then selling the results without compensation. It criticizes AI companies and users for profiting from copied mater…

10:19
2026-05-21
cloud.google.com
cybersecurity

API Keys Are Open Secrets

API keys used for AI services like Google Gemini are often created without restrictions, making them vulnerable to hijacking and misuse. It recommends creating keys in standalone projects and applying both API and applic…

10:19
2026-05-21
cloud.google.com
cybersecurity

Securing Your Gemini and Google API Keys

Security risks associated with Google API keys, particularly for Gemini and other AI services, and provides steps to protect them. It emphasizes that API keys should always be created in a dedicated Google Cloud project …

16:09
2026-05-20
gist.github.com
ai-agents

How to run Hermes Agent 24/7 on a VPS — Steven's Setup Guide

A developer has published a step-by-step guide for running the open-source Hermes Agent AI assistant 24/7 on a virtual private server (VPS) for as little as $5 per month. The setup, which connects the agent to messaging …

20:17
2026-05-18
dev.to
artificial-intelligence

88. The OpenAI API: Everything You Can Build

The OpenAI API is the most widely used interface for integrating AI models into products, offering features like chat completions, streaming, function calling, embeddings, image generation, and speech. The article provid…

04:32
2026-05-18
theunwindai.com
ai-agents

The Ultimate Guide to /goal

Three AI coding tools — OpenAI's Codex CLI, Anthropic's Claude Code, and the Hermes Agent orchestrator — have converged on a shared command format called /goal that lets developers define a "done" state and walk away whi…

00:00
2026-05-15
arpitbhayani.me
large-language-models

What Matters in Production RAG

Production RAG systems often fail after moving beyond demo stage due to underbuilt indexing, retrieval, and observability layers. The indexing pipeline ingests documents into chunks and vector embeddings, while the query…

15:00
2026-02-09
deno.com
developer-tools

Build a dinosaur runner game with Deno, pt. 5

Based on the article, this is part 5 of a series guiding readers through building a browser-based dinosaur runner game using Deno. This stage focuses on adding player identity and customization features, including modals…

15:41
2025-10-18
righto.com
developer-tools

Solving the NYTimes Pips puzzle with a constraint solver

The article describes how the author used the MiniZinc constraint solver to solve the New York Times' daily Pips puzzle, where dominoes must be placed on a grid to satisfy specific conditions like sums and equality of pi…

16:03
2025-10-01
veronicaexplains.net
open-source

Everyday rsync

The article explains that rsync is a widely available file synchronization tool, commonly used for system backups, and highlights the author's preferred flags: `-av` for archive and verbose modes, `--delete` to keep remo…

11:00
2025-06-10
joshwcomeau.com
news

Partial Keyframes

A CSS keyframe animation can still function even if the `from` or `to` block is omitted. When the starting point is missing, the animation inherits the element's current property value (like opacity) rather than snapping…

← prev page 37 / 96 next →