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

Dev.to

articles 17948 domain dev.to → page 100/898 feed RSS
06:08
2026-08-29
dev.to
artificial-intelligence

The Rapid Evolution of AI

AI has evolved from simple chatbots to autonomous agents capable of breaking down goals, using tools, and executing code, transforming the developer landscape. This shift has strengthened the open-sou…

06:07
2026-08-29
dev.to
developer-tools

How to let AI agents manage your database schema (with MCP)

A developer has built ERD Online, an open-source database design tool that integrates MCP to let AI agents read and suggest changes to database schemas. The tool combines Git-like versioning with coll…

06:01
2026-08-29
dev.to
developer-tools

The Golden-File Refactor Loop: Record, Verify, Move, Commit

A developer introduced a golden-file refactor loop to safely modify a legacy 600-line function by recording its behavior and verifying each change against snapshots. The technique uses four commands—r…

06:01
2026-08-29
dev.to
developer-tools

AI Drafted the Docs. Your Job Is Decisions, Not Prose.

A developer has proposed a documentation review pipeline that separates AI drafting from human decision-making, using an ownership file to classify sections and a script to extract decision points for…

05:51
2026-08-29
dev.to
robotics

Building Deterministic Robot Control Loops for Physical AI

A developer from v-modal outlines a deterministic control-loop design for Physical AI robots, emphasizing absolute-deadline scheduling to minimize jitter and priority-based workload management to keep…

05:50
2026-08-29
dev.to
robotics

Building Real-Time Robot Applications with Linux PREEMPT_RT

A developer from V-Modal explains how Linux PREEMPT_RT can be used to build real-time robot applications, emphasizing predictable timing over raw speed. The post covers kernel configuration, schedulin…

05:24
2026-08-29
dev.to
developer-tools

Stop OCRing Every PDF: Route It First with pdf-inspector

Firecrawl has released pdf-inspector, an open-source library that classifies PDFs as text-based, scanned, image-based, or mixed, and routes only the pages that need OCR to the OCR engine. The tool, av…

05:20
2026-08-29
dev.to
artificial-intelligence

Why Does a 125B AI Model Use Only 6B Parameters at a Time?

A new AI model with 125 billion total parameters but only 6 billion active per token has sparked curiosity about its architecture. The model uses a Mixture-of-Experts (MoE) design, where a router acti…

05:00
2026-08-29
dev.to
robotics

Object‑agnostic planners grasp unseen objects zero‑shot

Researchers have developed object-agnostic grasp planners that synthesize contacts directly on the gripper's geometry, enabling zero-shot grasping of unseen objects. GOAG achieves an 86.93% average su…

04:54
2026-08-29
dev.to
developer-tools

Using Claude Code or Codex as a Teacher, Not an Autopilot

A developer outlines a method for using AI coding agents like Claude Code or Codex as educational tools rather than shortcuts. The approach involves prompting the AI to ask questions, provide progress…

← prev page 100 / 898 next →