AI now writes 97% of my code. Here's what I learned
A developer shares how AI now writes 97% of their production code, detailing workflow changes and lessons learned from using Cursor agents.
A developer shares how AI now writes 97% of their production code, detailing workflow changes and lessons learned from using Cursor agents.
Qwen3.6-27B is a new 27B dense model delivering flagship-level coding performance, surpassing larger models, tested locally with GGUF.
Qwen3.6-27B is a new open-weight model delivering flagship coding performance in a compact 27B dense model, outperforming larger predecessors.
Explores 4-bit floating point (FP4) numbers, their formats, and use in neural networks for reduced precision.
Announcing PyCon US 2026 in Long Beach with new AI and security tracks, plus community highlights.
Announcement of PyCon US 2026 in Long Beach with new AI and security tracks, including schedule highlights.
Daily tech news roundup covering ASP.NET, Android 17 beta, VS Code updates, AI models like Claude Opus 4.7, and .NET development.
A guide to AOT-friendly DTO mapping in .NET using ElBruno.AotMapper, a Roslyn source-generator that creates compile-time mapping code.
Explores how naming AI chatbots creates distinct personalities, termed the 'Digital Ouija Effect', and its implications.
A personal reflection on how learning snare drum rudiments parallels coding, exploring preverbal competence and the discipline of practice.
Daily tech links covering .NET 11 Preview 3, AI agents, WPF migration, Visual Studio updates, and web development best practices.
Explores how AI agents can safely perform analytics on Apache Lakehouse using semantic layers and autonomous reflections.
Troubleshooting whitespace stripping in ColdFusion custom tags due to Whitespace Management setting.
Critter Stack releases for Marten, Polecat, and Wolverine with bug fixes, new features, and transport health checks.
Delphi IDE Explorer adds runtime property editing for VCL/FMX components with support for various property types.
Learn to test Azure Bicep User-Defined Functions using Bicep Console and Pester for reliable deployments.
Introduces dcmake, a new CMake debugger UI built using Dear ImGui, leveraging CMake's --debugger mode for interactive debugging.
A blog post about generating type-safe string enums in C# with source code generation and exhaustion support.
A critique of an AI shopping assistant's failure to answer a product question, highlighting the superiority of simple keyword search over retrieval-based AI.
Learn how MCPToolRouter uses semantic search to reduce LLM token usage by routing only relevant tools to AI agents, with C# code examples.