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

Dev.to

articles 10320 domain dev.to → page 340/516 feed RSS
17:37
2026-06-12
dev.to
artificial-intelligence

Building Knowledge Graphs with Gemini

A developer has demonstrated how to build structured knowledge graphs from unstructured documents using Google's Gemini AI model. The approach involves prototyping with Gemini to extract relationships…

17:19
2026-06-12
dev.to
ai-agents

How to make a better API for claude/codex?

A developer built an API for sales research that finds LinkedIn profiles with a 75% success rate and returns decision-maker information, but is struggling with AI agents like Claude losing context of …

16:24
2026-06-12
dev.to
ai-tools

Linkloom - AIWebReader

LinkLoom, a new TypeScript/Bun toolkit, provides a unified API, CLI, and MCP server for converting web pages, PDFs, and iframes into clean markdown. The tool handles JavaScript-heavy pages through a s…

16:23
2026-06-12
dev.to
artificial-intelligence

Voice Assistant Smart Home Routines 2025

Nick Creighton of SmartHome Wizardry rebuilt his home automation system using Matter, AI-enhanced assistants, and presence-aware sensors to create routines that anticipate user needs rather than waiti…

16:22
2026-06-12
dev.to
large-language-models

Rag Vs Fine-Tuning For Document Qa 2024

Nick, a developer, ran a three-month head-to-head test comparing a fine-tuned OpenAI model against a Retrieval-Augmented Generation (RAG) stack built on the same dataset for document QA. The RAG appro…

16:21
2026-06-12
dev.to
large-language-models

Fine-Tuning Transformers Vs Lora Vs Qlora 2024

Nick Creighton, a developer and host of the *Build Log* podcast, has published a practical comparison of full-model fine-tuning, LoRA, and QLoRA for adapting large language models in 2024. The guide d…

16:21
2026-06-12
dev.to
artificial-intelligence

Local Ai Deployment Cost Analysis 2024

Nick, a developer, reduced his production AI inference costs to under $50 per month by moving from cloud APIs to a local setup. After experiencing API fees exceeding $300 monthly for 13 sites, he depl…

14:30
2026-06-12
dev.to
machine-learning

nvidia-smi Reports 97% Utilization While the GPU Sits Idle

A developer found that `nvidia-smi` reported 97% GPU utilization on an H100 cluster while actual training throughput was less than half of expected benchmarks. Tracing via eBPF revealed the GPU was id…

14:22
2026-06-12
dev.to
large-language-models

A Data Scientist's DeepSeek + Next.js Integration Guide

A data scientist achieved a 40-65% cost reduction by integrating DeepSeek models into a Next.js application, replacing an OpenAI-only stack across 12,000 production requests over six weeks. The projec…

13:16
2026-06-12
dev.to
artificial-intelligence

DoorDash's AI chatbot is a lesson in conversational search

DoorDash launched Ask DoorDash, an AI chatbot that lets users place orders by typing plain-language requests or submitting photos of dishes, replacing the traditional multi-step browsing process. The …

13:09
2026-06-12
dev.to
large-language-models

Streaming Responses with Claude API in Python (2026)

A developer has published a guide demonstrating how to stream responses from Anthropic's Claude API token by token in Python, reducing latency from several seconds to a few hundred milliseconds for ch…

← prev page 340 / 516 next →