Applied AI

AI-Assisted Coding

GitHub Copilot, Cursor, Claude Code and using AI to write better code faster

12,984
lessons
Skills in this topic
View full skill map →
AI Pair Programming
beginner
Use inline completions and chat in Cursor/VS Code
AI-Assisted Code Review
intermediate
Generate unit tests with AI
Agentic Coding
advanced
Direct Claude Code agents on multi-file tasks
All Reads (9,019) Articles (1867)Blog Posts (4607)Tutorials (1864)Research Papers (396)News (285)
ArXiv cs.AI 💻 AI-Assisted Coding 📄 Paper ⚡ AI Lesson 6d ago
Learning Structurally Consistent Representations for Multi-View Radar Semantic Segmentation
arXiv:2606.31609v1 Announce Type: cross Abstract: Radar sensors provide reliable perception under adverse weather and lighting conditions, but their sparse, noi
ArXiv cs.AI 💻 AI-Assisted Coding 📄 Paper ⚡ AI Lesson 6d ago
Belief Contraction in Dynamic Epistemic Logic
arXiv:2606.31861v1 Announce Type: cross Abstract: Dynamic epistemic logic represents belief change via model transformations induced by epistemic events. Its st
ArXiv cs.AI 💻 AI-Assisted Coding 📄 Paper ⚡ AI Lesson 6d ago
Robust 3D-Masked Part-level Editing in 3D Gaussian Splatting with Regularized Score Distillation Sampling
arXiv:2507.11061v3 Announce Type: replace-cross Abstract: Recent advances in 3D neural representations and instance-level editing models have enabled the effici
ArXiv cs.AI 💻 AI-Assisted Coding 📄 Paper ⚡ AI Lesson 6d ago
Quantum Flow Matching
arXiv:2508.12413v4 Announce Type: replace-cross Abstract: The flow matching has rapidly become a dominant paradigm in classical generative modeling, offering an
ArXiv cs.AI 💻 AI-Assisted Coding 📄 Paper ⚡ AI Lesson 6d ago
Rethinking Garment Conditioning in Diffusion-based Virtual Try-On: Decouple, Don't Denoise
arXiv:2511.18775v2 Announce Type: replace-cross Abstract: Virtual Try-On (VTON) synthesizes realistic images of a person wearing a target garment, with broad ap
TypeScript Methods Every Developer Should Know (But Not Everyone Does)
Medium · JavaScript 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
TypeScript Methods Every Developer Should Know (But Not Everyone Does)
TypeScript builds on JavaScript’s runtime methods and adds its own compile-time utilities. Most developers know the basics — map, filter… Continue reading on We
Write Loops, Not Prompts
Medium · LLM 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
Write Loops, Not Prompts
Today, most developers use AI like a chat tool by typing a prompt, waiting for the model to write the code, and pasting it into an editor… Continue reading on M
12 ChatGPT Prompts That Save Me Hours of Coding
Medium · ChatGPT 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
12 ChatGPT Prompts That Save Me Hours of Coding
ChatGPT does not save serious developers time by magically writing perfect code. It saves time when you use it to slow down your bad… Continue reading on Skill
I Built a PDF Chatbot — Here's What Actually Worked
Dev.to · zhongqiyue 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
I Built a PDF Chatbot — Here's What Actually Worked
Last month, I needed to let users upload a PDF and ask questions about it. Sounds simple, right? I...
Dev.to AI 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
How AI Is Reshaping Developer Workflows: A Practical Guide [Image Test C]
The Rise of AI in Development The development landscape has shifted dramatically. What once required days of manual coding is now being accelerated by AI tools
Dev.to AI 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
How AI Is Reshaping Developer Workflows: A Practical Guide [Image Test B]
The Rise of AI in Development The development landscape has shifted dramatically. What once required days of manual coding is now being accelerated by AI tools
Dev.to AI 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
How AI Is Reshaping Developer Workflows: A Practical Guide [Image Test A]
The Rise of AI in Development The development landscape has shifted dramatically. What once required days of manual coding is now being accelerated by AI tools
I Built a Python Script That Reads My Invoices and Files Them For Me. Here Is the Code.
Medium · Python 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
I Built a Python Script That Reads My Invoices and Files Them For Me. Here Is the Code.
Stop manually renaming PDFs. This local AI reads vendor names and dates from invoices, then sorts them automatically — zero cloud APIs… Continue reading on Medi
From Prompt to Headset: How I Built My Second VR Game with Claude
Medium · UX Design 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
From Prompt to Headset: How I Built My Second VR Game with Claude
After having relative success creating my first VR application, I thought: why not create a second one? So, keeping some components from… Continue reading on Me
Most useless toy I’ve ever built. Love it.
Medium · AI 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
Most useless toy I’ve ever built. Love it.
Introducing FluffPunch.com — a free fidget toy built in a single conversation with Claude AI. Continue reading on Medium »
Simon Willison's Blog 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
Nano Banana 2 Lite
Nano Banana 2 Lite Also known as Gemini 3.1 Flash Lite Image ( gemini-3.1-flash-lite-image in their API ), this is the "fastest and cheapest Gemini image model,
I Let Copilot Write a Whole Feature Unsupervised. Here’s the Bug It Shipped.
Medium · Programming 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
I Let Copilot Write a Whole Feature Unsupervised. Here’s the Bug It Shipped.
The code compiled. The tests passed. The PR was clean. The bug only showed up under load — which is exactly when it mattered. Continue reading on Medium »
A bug sat in FFmpeg for 23 years. An AI found it in one pass for about a thousand dollars.
Medium · Programming 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
A bug sat in FFmpeg for 23 years. An AI found it in one pass for about a thousand dollars.
You used FFmpeg today. I’d put money on it. You didn’t type it, you didn’t install it on purpose, but it was there, decoding a video in… Continue reading on Med
I Built an AI Pipeline to Write About Building My Products. Then I Had to Debug the Debugger.
Dev.to · Roberto Luna 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
I Built an AI Pipeline to Write About Building My Products. Then I Had to Debug the Debugger.
I Built an AI Pipeline to Write About Building My Products. Then I Had to Debug the...
Before AI Enters the Classroom: 6 Guardrails Developers Should Build For
Dev.to · Fatima | Educators Support 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
Before AI Enters the Classroom: 6 Guardrails Developers Should Build For
AI in schools is not just another SaaS rollout. A classroom tool can touch lesson planning, student...
I Got Tired of Asking "What Am I Missing?" — So I Made My AI Ask First
Dev.to · Magithar Sridhar 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
I Got Tired of Asking "What Am I Missing?" — So I Made My AI Ask First
In my first article, I built SKILLmama: an AI skill that finds, scores, and ranks the best library...
Astrophysics & AI with Python: Hunting for Earth 2.0 with Kepler Data and Vision Transformers
Dev.to · Programming Central 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
Astrophysics & AI with Python: Hunting for Earth 2.0 with Kepler Data and Vision Transformers
The search for another Earth isn't just a job for astronomers with telescopes—it's a massive data...
Medium · Startup 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
Eu Auditei um SaaS Feito com Vibe Coding — As Falhas de Segurança Eram Assustadoras
Vibe coding é viciante. Você descreve o que quer em linguagem natural, e em minutos a IA te entrega uma aplicação funcionando — fluxo de… Continue reading on Me
Reading Anthropic's "When AI Builds Itself" Changed How I Think About AI and Software Engineering
Dev.to · Hemapriya Kanagala 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
Reading Anthropic's "When AI Builds Itself" Changed How I Think About AI and Software Engineering
TL;DR Anthropic recently published When AI Builds Itself, an essay explaining how AI is...
Medium · AI 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
When AI Writes Most of My Code: What Happens to My Identity as a Software Engineer?
Before AI coding tools, I knew exactly what “being a software engineer” meant for me. Continue reading on Medium »
Medium · Programming 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
When AI Writes Most of My Code: What Happens to My Identity as a Software Engineer?
Before AI coding tools, I knew exactly what “being a software engineer” meant for me. Continue reading on Medium »
How AI Is Changing Software Development (2023–2026)
Medium · Machine Learning 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
How AI Is Changing Software Development (2023–2026)
A few years ago, writing code felt like a very manual job. You opened your editor, typed everything yourself, searched Stack Overflow for… Continue reading on M
How AI Is Changing Software Development (2023–2026)
Medium · Programming 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
How AI Is Changing Software Development (2023–2026)
A few years ago, writing code felt like a very manual job. You opened your editor, typed everything yourself, searched Stack Overflow for… Continue reading on M
What Are Code Graphs, and Why Do AI Coding Tools Need Them?
Medium · LLM 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
What Are Code Graphs, and Why Do AI Coding Tools Need Them?
Hello, I’m Lince. I’m building git-lrc, an AI code reviewer that runs on every commit. Star us to help devs discover the project. Do give… Continue reading on M
People Think AI-Built Apps Can’t Be Fixed. They’re Wrong.
Medium · Programming 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
People Think AI-Built Apps Can’t Be Fixed. They’re Wrong.
A simple client conversation reminded me why programming fundamentals still matter in the age of AI. Continue reading on Bouncin’ and Behavin’ Blogs »
Building an AI-Powered UI Test Automation Platform
Medium · LLM 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
Building an AI-Powered UI Test Automation Platform
Part 1 — I Got Tired of Writing the Same UI Tests Over and Over Continue reading on Medium »
What Is Context Engineering?
Dev.to · Trix Cyrus 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
What Is Context Engineering?
Author: Trix Cyrus [🔹 Follow] TrixSec GitHub [🔹 Join] TrixSec Telegram What Is Context...
I Hate AI, so I Built a Compiler
Hackernoon 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
I Hate AI, so I Built a Compiler
I burned 1.5 billion AI tokens ($2,000) in one month, generated and deleted 65,000 lines of code, then spent 48 hours learning C++ from scratch to build a compi
HIP: use hipBLAS for dense prefill on gfx900, keep MMQ for MoE by DEV-DUFORD · Pull Request #24588 · ggml-org/llama.cpp
Reddit r/LocalLLaMA 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
HIP: use hipBLAS for dense prefill on gfx900, keep MMQ for MoE by DEV-DUFORD · Pull Request #24588 · ggml-org/llama.cpp
<img src="https://external-preview.redd.it/nTjwPmqvwUQbahV-P6ENHiP5xtXF4H7yryIEeXDYh2g.png?width=640&crop=smart&auto=webp&s=f2ac808f9e89e04e0c5c8528
I Built an Open-Source Canny Alternative Using Spec-First AI Development. Here's the Methodology.
Dev.to · Sriram Gopalan 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
I Built an Open-Source Canny Alternative Using Spec-First AI Development. Here's the Methodology.
OpenCan v2.0.0 is out — an open-source, self-hostable alternative to Canny. AGPL-3.0, deploys with a...
Bring Ballerina into Your AI Coding Agent
Medium · Programming 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
Bring Ballerina into Your AI Coding Agent
Getting your AI coding agent to write real Ballerina. Continue reading on Medium »
I Built an iOS App With AI and No Coding Background — 3 Lessons
Medium · AI 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
I Built an iOS App With AI and No Coding Background — 3 Lessons
I built an iOS app with AI and zero coding background. What it taught me Continue reading on Medium »
AI Coding Agents Need a Control Plane, Not Better Prompts
Medium · AI 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
AI Coding Agents Need a Control Plane, Not Better Prompts
SpecRegistry is an open-source attempt to make Markdown specs governable, signed, observable, and usable by humans, CI/CD, and autonomous… Continue reading on M
AI Coding Agents Need a Control Plane, Not Better Prompts
Medium · DevOps 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
AI Coding Agents Need a Control Plane, Not Better Prompts
SpecRegistry is an open-source attempt to make Markdown specs governable, signed, observable, and usable by humans, CI/CD, and autonomous… Continue reading on M
AWS Machine Learning 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
How Outpost VFX Uses AWS to Accelerate AI Model Training for Visual Effects
In this post, we explore how Outpost VFX achieved 8x faster training speeds using AWS infrastructure to transform their face replacement workflow, the technical
How I Found the Best AI Coding Model Without Going Broke
Dev.to · bolddeck 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
How I Found the Best AI Coding Model Without Going Broke
How I Found the Best AI Coding Model Without Going Broke So here's the thing. I just finished a...
Meta's non-surgical mind reading machine improves on prior projects, but still isn't great
The Register 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
Meta's non-surgical mind reading machine improves on prior projects, but still isn't great
61% word accuracy is progress, but the system still relies on users typing and can't yet support real-time communication. Implanted BCIs remain well ahead
The Scribe’s Day Off: From 1880 Archives to 2026 Vines
Dev.to · Ken W Alger 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
The Scribe’s Day Off: From 1880 Archives to 2026 Vines
We’ve spent the last few weeks teaching an AI to read 19th-century cursive and build a social graph....
Medium · Deep Learning 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
The AI Engineer Interview Playbook for 2026
Focus on these 20% of topics and get 80% of the results — the exact playbook top candidates are using in 2026. Continue reading on Javarevisited »
The Algorithm of Human Judgment
Medium · Deep Learning 💻 AI-Assisted Coding ⚡ AI Lesson 6d ago
The Algorithm of Human Judgment
I’ve always been fascinated by human behavior, especially in the everyday moments most people move through without thinking too much about… Continue reading on
Reddit r/LocalLLaMA 💻 AI-Assisted Coding ⚡ AI Lesson 1w ago
TurboOCR v3 — high-speed document OCR server (C++/CUDA), ~520 img/s on RTX 5090
TurboOCR is a self-hosted, high-speed document OCR server, runs fully local. Here's What's New in v3: Speed: Full pipeline now on the newest PP-OCRv6 models (up
AI Coding Agents: The Expensive Part Isn't the Agents
Dev.to · yim_rei 💻 AI-Assisted Coding ⚡ AI Lesson 1w ago
AI Coding Agents: The Expensive Part Isn't the Agents
I ran three AI coders in parallel last week, each on its own file. Three pull requests came back in...
AI Won't Make You a Better Developer
Dev.to · John Nickell 💻 AI-Assisted Coding ⚡ AI Lesson 1w ago
AI Won't Make You a Better Developer
The AI tool doesn't know what good looks like. It knows what common looks like. If you're thinking...