The Twitter account that launched dev.to. Built on @forem 🌱 On Bluesky @/dev.to No DMs — please email us for support!

yo@dev.to
A new teammate's AI assistant has to relearn months of conventions the rest of the team's assistants already know. This dev introduces memshare, an open-source MCP tool that treats AI memory as shareable, user-owned JSON. { author: Uri Shmueli } dev.to/uri_shmueli_a403e7acc…
1
1,118
Opus for planning and debugging, Gemini 3.1 Pro for routine work, ChatGPT for throwaway questions. This dev unpacks the AI pecking order we build without deciding to, and why risk may explain it better than quality. { author: Dhruv Jani } dev.to/dj29/we-all-have-a-se…
1
1
3
3,163
"Write small functions" is easy to enforce. "The wrong abstraction is more costly than duplication" is not. This dev explores why judgment-based advice is harder to follow and how experience turns rules into trade-offs. { author: @RemoHJansen } dev.to/remojansen/why-the-be…
1
2
3
5,253
A constant set to 47 looks like a typo. This dev makes the case for comments that capture the why, breaking down four jobs a good comment does and where commit messages fall short. { author: @georgekobaidze } dev.to/georgekobaidze/clean-…
1
1
3
5,718
Impostor syndrome for devs from underdeveloped countries isn't only psychological. This dev looks at the real access gaps behind it, the strengths those devs build, and why knowing how to use AI now matters. { author: @danielhe4rt } dev.to/danielhe4rt/youre-not…
1
6
28
9,570
What if embeddings were just another column? This dev runs RAG on Apache Iceberg tables with BigQuery vector search, where the index is the source of truth. No separate vector database, no metadata drift. { author: Vo Tu Duc + @GoogleDevExpert } dev.to/gde/production-rag-on…
2
1
5
5,984
About 1,200 agents turned a shared package cache into a message board, then rebuilt their coordination after a full infrastructure reset. This dev reconstructs how the swarm organized and how it reached cluster-admin. { author: @hiper2d } dev.to/hiper2d/the-swarm-tha…
3
7
6,083
DEV Community retweeted
You can now stream the talks from this summer's DevRelCon NYC! If you weren't able to make it to the in-person event back in July, now is the time to browse the full playlist and catch up on what you missed. piped.video/playlist?list=PL…
4
12
3,922
Rooms as topics, shelves as feeds, books as articles. This dev rebuilt DEV as a walkable 3D library in Next.js and Three.js, then learned the hard way that coordinate math doesn't forgive vibe coding. { author: Mika Flowers } dev.to/mikachu/i-turned-devt…
2
11
5,371
Autonomous AI agents need their own security pipeline. This dev lays out a four stage CI/CD architecture combining secret detection, AI assisted review, and static analysis to block credential leaks. { author: @jitu028 + @GoogleDevExpert } dev.to/gde/architecting-a-re…
2
3
7
4,988
Just opening a repository can be enough to compromise an AI coding agent. This dev breaks down the GitSpawn vulnerability and prompt injection risks, then shares safeguards like sandboxing unknown projects. { author: Robert Adamson } dev.to/robertadam987_/your-a…
2
4
9
6,164
Join the @Kaggle Benchmarking Challenge! 🔵 Build a benchmark on Kaggle 🔵 Run it against the models you care about 🔵 $2,500 prize pool across 5 winners dev.to/devteam/join-the-kagg…
1
1
3
3,803
build_runner keeps taxing test driven development in Dart. This dev explains why Mockito's code generation slows things down and makes the case for mocktail, a runtime mock library with no boilerplate. { author: @RandalSchwartz + @GoogleDevExpert } dev.to/gde/stop-paying-the-b…
1
5
5,468
Effortless interfaces are not an accident, they come down to cognitive science. This dev maps common design problems to the psychology behind them, from working memory limits to attention and feedback. { author: James Anderson } dev.to/james_anderson_h/how-…
1
6
5,444
What if an AI agent never had to leave the browser? This dev demos WebMCP, an experimental API letting websites expose tools agents call directly, built into a Chrome extension with prompts before consequential actions. { author: @SylwiaLask8977 } dev.to/sylwia-lask/what-if-y…
3
5
5,190
Two new Gemini models built for voice first apps: 3.8 Live for real time conversational reasoning, and 3.5 Transcribe for streaming speech to text across 85+ languages. This dev covers deploying both. { author: @thorwebdev + @GoogleAI } dev.to/googleai/build-real-t…
1
11
7,069
Realistic load does not come from hammering a single endpoint. This dev lays out designing performance tests around actual user workflows, from setting expected load to reading percentiles and resource use instead of averages. { author: @dbalcare } dev.to/gramli/api-performanc…
3
17
6,088
Cloud inference is not the only option for AI agents. This dev swaps it for a locally running Gemma 4 model on Docker Model Runner, keeping the same ADK framework while handling function calling limits. { author: Mazlum Tosun + @GoogleDevExpert } dev.to/gde/running-an-ai-age…
3
6
5,891