cd/sources/dev-to· home sources Dev.to
cat /sources/dev-to.feed | wc -l → 7474

Dev.to

articles 7474 domain dev.to → page 11/374 feed RSS
04:15
2026-07-04
dev.to
large-language-models

MCP vs API: Why Traditional APIs Are Failing AI Agents

A developer argues that traditional REST and GraphQL APIs are failing AI agents due to high token costs, lack of runtime discovery, and statelessness. The Model Context Protocol (MCP), an open standar…

04:12
2026-07-04
dev.to
artificial-intelligence

KENSAT: A Home-Built CubeSat Running a TinyLlama LLM in Orbit

Ken Chan built KENSAT, a 2U CubeSat running a quantized TinyLlama large language model on an NVIDIA Jetson Orin Nano, scheduled to launch this fall. The satellite performs AI inference in orbit, trans…

04:04
2026-07-04
dev.to
developer-tools

godzilla.dev — AI x Quant Trader Series — Day 2

A developer at godzilla.dev continues an AI x Quant Trader series with a Python tutorial covering functions, loops, conditionals, and classes. The tutorial explains defining functions with variable pa…

04:02
2026-07-04
dev.to
developer-tools

MCP Server Tutorial: Build Your Own AI Tools in 30 Minutes

A developer built an MCP server with three custom AI tools in 30 minutes, including a database query tool, a notification tool, and a file operations tool. The server uses Zod-validated tool schemas, …

04:02
2026-07-04
dev.to
developer-tools

Building AI Discord Bots with NeuroLink

A developer built a fully-featured AI Discord bot using Discord.js and NeuroLink's generation API. The bot includes slash commands, multi-turn conversations, AI-powered moderation, and production depl…

03:52
2026-07-04
dev.to
artificial-intelligence

Demystifying "Agent 2.0": Why Agent Loops Are the Future of AI

A developer explains the concept of 'Agent 2.0' and 'Agent Loops' in AI, describing how autonomous systems iterate through a Reason-Act-Observe cycle to complete tasks without constant human intervent…

03:14
2026-07-04
dev.to
artificial-intelligence

AI For Fun! Electric Chats at Hack the Kitty, Built with Kiro.

A developer built Madame Minou, a French cat astrologer app, using Kiro and Amazon Bedrock during a Paris hackathon. The app computes a cat's sun sign deterministically in code, then uses AI to genera…

03:06
2026-07-04
dev.to
developer-tools

TIL: Streaming Data in Go with iter and yield

A developer building RagPack, a Go library for chunking files for embedding, used the iter package introduced in Go 1.23 to create a streaming parser interface. The iter.Seq2 type allows parsers for v…

← prev page 11 / 374 next →