Articles by tag: ai-coding
Google Antigravity 2.0: agent platform instead of IDE
Google Antigravity 2.0 replaces IDE with an agent environment with parallel operation of sub-agents. 12x acceleration, price from $100/month. Try the agent-first approach.
CSS Studio: MCP style editor for AI agents
Visual editor CSS Studio integrates dev build with Claude Code and Cursor via MCP. Edit styles by hand — agent updates Tailwind/CSS-in-JS. Learn trade-offs and benchmarks. Try demo on cssstudio.ai.
Rubber Duck in Copilot CLI: AI Code Review
Learn how Rubber Duck in GitHub Copilot CLI uses a second AI model for code audit. Benchmarks, activation, and scenarios for developers. Test in the terminal right now.
Ultraplan in Claude Code: cloud planning
Learn how ultraplan in Claude Code moves planning to the cloud on a VM with 16 GB RAM. Free up the terminal, review in the browser. Instructions for developers.
GLM-5.1 leads on SWE-Bench Pro: 58.4%
GLM-5.1 from Z.ai outperforms GPT-5.4 and Claude on SWE-Bench Pro. Assembled Linux desktop in 8 hours, x6 on VectorDBBench. Weights on HuggingFace. Test for long-running tasks.
84% App Store growth in 2026: AI and publications
Analysis of 84% increase in submissions in App Store Q1 2026 due to AI tools. Statistics, categories, Apple measures. Learn the impact on developers.
AI code in devtools: lessons from a Google engineer on Claude
Google engineer on 250 hours with Claude Code: from spaghetti in C to Rust SQLite parser. Pitfalls of AI agents, tests, refactoring. For middle/senior dev — read the breakdown.
Vibe-coding SwiftUI: macOS utilities without knowing the language
Django co-author created traffic and GPU monitors on SwiftUI using Claude in one evening. Code recombination, verification issues. For developers: prototypes without Xcode.
gnata: JSONata on Go with AI for $400
Engineer Reco ported JSONata to Go with Cursor: 1000x speedup, $500k savings. Process details, tests, shadow deployment. For Go developers.
90% Claude Code repositories without stars: dashboard
Analysis of 20 million Claude Code commits: 90% in low-star repositories. Growth, languages, internal Anthropic data. For developers: facts about AI coding on GitHub. Explore the dashboard.
Echoes of AI: AI does not worsen code maintainability
Echoes of AI Study: code from Copilot and Cursor is maintained like traditional, with nuances in CodeHealth. RCT results for developers. Acceleration +30–55%. Explore metrics and risks.
BAT script for media optimization for Windows
Create a BAT script for compressing photo and video archive on Windows with FFmpeg and NVENC. Use Gemini, ChatGPT, Qwen. Reduce size by 3–10 times without quality loss. Instructions for developers.
AI transforms Agile in software development
AI accelerates development by replacing Agile with structured approaches. Learn the three-level requirements system and return to waterfall with prototypes for middle/senior devs.
Harness Engineering in legacy: agent writes code
Harness Engineering Experiment: agent generates product code in a 310k-line monorepository. Roles, prompts, e2e tests. For middle/senior dev — how to implement without manual coding. Learn the limitations.
Swift and Android Development Updates for the Week
Key mobile development news: Swift memory, Android bottlenecks, Gemma 4, Swift on Android SDK. For middle/senior dev. Study optimizations and new APIs.
Free AI for code refactoring: Qwen + agents
Set up Qwen with Claude Code and Kilo Code for free: 1000 requests/day. Java Refactoring in 2 min. Guide for middle/senior dev — try without subscription.
Vibe coding for developers: myths and reality
We break down how vibe coding changes the role of junior and senior developers. Practical scenarios, pitfalls and tips for integrating AI into workflow. Learn why understanding code remains key.
AI for web games: learning to code
How to use AI to create games on HTML/CSS/JS. Detailed prompt, ready-made prototype code Whac-A-Mole. For middle developers and teachers.
Guide: Figma to code with AI and MCP
Step by step, we transfer the design from Figma to adaptive code with AI. Frame structure, prompts, iterations. For middle/senior dev. Repeat the process without errors.
Rust instead of Node.js: 5-10x CLI acceleration
Rewrite CLI scripts from Node.js to Rust via AI: real benchmarks, migration process, binary distribution. Acceleration on weak hardware. Study the approach for file I/O tasks.
No-code courses 2026: Tilda Bubble AI
Choose a no-code course for websites, apps, and games. Price, salary, skills comparison. Master vibe-coding and integrations in 1–3 months. Start with junior earnings 60k rub.
Vibecoding MVP: movie-tinder on Node.js and AI
How a QA Engineer Built Tinder for Movies in a Weekend: Node.js, TMDB API, modular JS. Architecture, vibecoding lessons and bypassing blocks. Study the stack and code.
Master PM tech stack: AI assistant on FastAPI
Step-by-step guide for PM: SaaS development with FastAPI, PostgreSQL, RAG. 10 stages from Telegram bot to hybrid search. Deepen the technique without simplifications.
DEMIURGOS: unified rules for AI agents in development
How the DEMIURGOS system creates consistent rules for AI agents, improving code quality. Read examples for Godot, Python, frontend.