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

Dev.to

articles 11509 domain dev.to → page 498/576 feed RSS
16:08
2026-05-25
dev.to
artificial-intelligence

George Hotz called AI code 'slop.' He's half right.

George Hotz described AI-generated code as "slop," but a developer argues the real issue is how teams treat that output. The developer contends that AI excels at producing a plausible first draft—cove…

15:54
2026-05-25
dev.to
large-language-models

Why LLM debugging fails on fragmented repository context

A developer built `grab`, a terminal-native tool for iterative repository context extraction, after observing that LLMs like ChatGPT and Claude fail at debugging large repositories due to fragmented c…

15:54
2026-05-25
dev.to
ai-agents

How to Deploy a LangGraph Agent on AWS Bedrock AgentCore

A developer has published a guide for deploying LangGraph agents on AWS Bedrock AgentCore, a serverless hosting platform that supports open-source frameworks like LangGraph, Strands, CrewAI, and Llama…

15:14
2026-05-25
dev.to
ai-agents

The Minimum Viable Test Suite for Working with Agents

A developer has outlined a minimum viable test suite for teams working with AI coding agents, arguing that strategic coverage at three key "seams"—API contracts, data layer boundaries, and critical bu…

15:08
2026-05-25
dev.to
large-language-models

Why does AI forget what you said (and how to fix it)

An AWS developer explained that AI models forget earlier parts of conversations because they have a fixed "context window" that limits how many tokens—the units of both memory and cost—they can proces…

15:00
2026-05-25
dev.to
ai-tools

Built tmpdrop — a tiny self-hosted ephemeral file drop

A developer built tmpdrop, a self-hosted ephemeral file drop service that automatically deletes uploaded files after one or 24 hours. The tool generates unguessable URLs with 72 bits of entropy and en…

15:00
2026-05-25
dev.to
large-language-models

Running Local LLM - 0$ Personal Agentic AI Assistant - Part 3

A developer building a free personal AI assistant on Oracle Cloud's ARM instances found that only smaller language models are practical for CPU-only inference. Testing showed that a 3-billion-paramete…

14:52
2026-05-25
dev.to
artificial-intelligence

Looking for 4 people to build something weird with me

A developer is recruiting four collaborators to build an immersive simulation for the IEEE Metaverse Grand Challenge on Simulation-Based Learning. The project, with an August 15 deadline, aims to crea…

14:47
2026-05-25
dev.to
large-language-models

Building a Local-Only RAG System with Ollama and TypeScript

A developer built a fully local Retrieval-Augmented Generation (RAG) system using Ollama and TypeScript, requiring no API keys or third-party calls. The 200-line command-line tool indexes `.md` and `.…

← prev page 498 / 576 next →