1101 related articles

Deep dive into GitHub Copilot's Stacked Sessions and Pull Requests for systematically refactoring legacy code, elevating AI-assisted programming to task-level collaboration.

An economics-driven analysis of refactoring ROI: how technical debt's compound interest slows delivery, how to calculate refactoring returns, and why incremental refactoring beats full rewrites.

An economic analysis of code refactoring ROI: how technical debt's compound interest slows delivery, how to calculate refactoring returns, and why incremental refactoring beats full rewrites.

Exploring how 70% of multi-agent memory is consumed by non-reasoning state, and a refactoring approach using email threads to replace framework memory for better token efficiency, auditability, and resilience.

From Iraqi stew to Singaporean cuisine across centuries—using software refactoring concepts to decode cultural evolution, code reuse, and incremental change.

From Iraqi stew to Singaporean cuisine: a cross-century journey explored through software refactoring metaphors, revealing universal laws of complex system evolution.

Learn how to use Vibe Coding to collaborate with AI in refactoring a Unity game, introducing ScriptableObject (SO) data architecture, with hands-on tips.

A deep dive into refactoring a Unity game with Vibe Coding and AI, introducing ScriptableObject (SO) architecture—covering visual map editors, Codex remote control, and collaboration pitfalls.

Developer Simon Willison used Claude to ship sqlite-utils 4.0: 37 prompts, 34 commits, $149 API cost — revealing coding agents' real capabilities, cross-model review, and agentic engineering best practices.

A complete case study of AI-assisted full-scale project refactoring: from technical debt analysis and AI collaboration strategies to parallel building and final results — how to rebuild a project from scratch in just 1 day.
TutorialsDeep dive into Agent Loop, the core mechanism of AI coding tools. Learn how the ReAct pattern's reason-act-observe cycle enables autonomous multi-step code refactoring.
Product ReviewsIn-depth coding tests of Gemini 2.5 Pro covering pixel games, Ultimate Tic-Tac-Toe, Rust refactoring, and landing pages. Crushes Claude at Rust but struggles with frontend development.
Tech FrontiersDeep dive into LLM 0.32 alpha's two core refactorings: message sequence API aligned with OpenAI format, stream_events for typed streaming responses, serialization design, and backward compatibility.
Tech FrontiersSimon Willison releases LLM library 0.32 alpha with message sequences and typed streaming chunks, replacing the old text-in-text-out model to fully support multi-turn dialogue, multimodal output, and tool calling.
Deep DivesDeep dive into LLM 0.32a0 alpha: a major refactoring from text conversations to message sequences and typed streaming events, supporting multimodal output, tool calls, and flexible serialization.
Tech FrontiersDeep dive into Simon Willison's LLM Python library 0.32 refactoring: new message sequence API, typed streaming responses, and universal serialization for multimodal AI and tool calling.
Deep DivesDeep dive into Simon Willison's LLM 0.32a0 refactoring: message sequence inputs, typed streaming events, SQLite-decoupled serialization, and backward-compatible API evolution strategies.
Deep DivesDeep dive into Simon Willison's LLM 0.32a0 refactoring: message sequence inputs, streaming typed events, tool calling loops, and serialization for modern multimodal LLM scenarios.

Analysis of how OpenAI optimizes Git for massive repositories, covering monorepo bottlenecks, partial clone, sparse checkout, fsmonitor, and practical tips for engineering teams.

After Perplexity's Windows desktop app migrated from standalone to MS Store version, the right-click spell correction menu disappeared. This article analyzes the root causes involving MSIX sandbox mechanisms and offers practical solutions.