All
Articles 130,411Blog Posts 135,035Tech Tutorials 33,729Research Papers 25,422News 18,473
⚡ AI Lessons

Dev.to · Maksim Danilchenko
1w ago
How to Build an AI Agent in Go (From Scratch, No Framework)
Build an AI agent in Go from scratch: a tool-calling loop against the Anthropic API in ~120 lines, no frameworks, with real code and the gotchas I hit.

Dev.to · Maksim Danilchenko
🧠 Large Language Models
⚡ AI Lesson
2w ago
Claude Sonnet 5 Review: A Week With Anthropic's New Default
Claude Sonnet 5 review after a week: it nearly matches Opus 4.8 on coding, beats it on Terminal-Bench, and runs at just $2/$10 — but the tokenizer bites.

Dev.to · Maksim Danilchenko
🔐 Cybersecurity
⚡ AI Lesson
3w ago
Perplexity Bumblebee Review: The Supply Chain Scanner Your Dev Machine Needs
Bumblebee scans npm, PyPI, Go, MCP configs, and editor extensions for compromised packages, all without running a single install script. Hands-on review.

Dev.to · Maksim Danilchenko
2mo ago
Spec-Driven Development: Build a Python CLI From Spec to Code
Build a complete Python CLI expense tracker using GitHub Spec Kit and Claude Code. Full walkthrough from requirements to working code in 30 minutes.

Dev.to · Maksim Danilchenko
2mo ago
Python t-strings (PEP 750): A Practical Tutorial With Real Examples
Python 3.14 t-strings (PEP 750) let you intercept values before string interpolation. Hands-on tutorial with SQL safety, HTML escaping, and structured logging.

Dev.to · Maksim Danilchenko
3mo ago
Python 3.14 Free-Threading: Real Benchmarks, Real Breakage, Real Code
Python 3.14 drops the GIL for good. Real benchmarks show 3.5x speedups on 4 cores. See which libraries break and how to install the free-threaded build.
DeepCamp AI