17 stories tagged with #refactor, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Refactor"
How to Refactor Code with Claude Code
Improve coding agent productiveness with refactored code…
Proof-Refactor: Refactoring Generated Formal Proofs into Modular Artifacts
While Large Language Models (LLMs) have shown strong performance in generating formal proofs, their outputs often remain less readable, modular, maintainable, and reusable than pro…
Refactoring and Optimization Workflows: Turning Messy Code into Clean, Fast Systems
Introduction You have working code that you dread touching. Variable names make no sense....…
ScreenDiffusion V0.2 Released - Major Refactoring of V0.1 - Easy Install - Open Source.
$16 refactor, 400 steps, 95% routed to open MoE
Beyond Text Rewrites: The Shift to AST-Aware Code Refactoring for AI Agents
The rapid adoption of AI coding assistants has fundamentally changed how software engineers write,...…
Let an agent refactor my weekend prototype and the diff is embarrassing
Lean Refactor: Multi-Objective Controllable Proof Optimization via Agentic Strategy Search
We present Lean Refactor, a plug-and-play retrieval-augmented agentic framework for multi-objective, controllable, and version-robust refactoring of Lean proofs. LLM-generated proo…
The Great Refactor – rebuilding banking systems for the age of AI agents
How I Let an AI Refactor My Whole Codebase (Using Gemini 3.5)
Every solo developer knows the dread of a Friday afternoon deployment. You push a minor update to a...…
Thanks to feedback from here I refactored my string pipeline library to focus more on CodePoint operations. The allocation reduction ended up improving benchmarks way more than I expected. <3 Thanks again.
Beyong New and Delete: from auto_ptr to unique_ptr
This guide walks through a legacy pattern built around std::auto_ptr, something still found in many...…
Reincarnating a Decade-Old jQuery Project
Cleaning my old drive, I found burger.zip dated 2015. Inside: one of my first paid web gigs, a burger...…
I contributed to an open-source Bluetooth stress testing tool that just got a major algorithm refactor
Diário de dev #0: o mês em que eu deletei mais do que adicionei
Começo um diário semanal de desenvolvimento. O primeiro cobre um mês inteiro, e a história principal é sobre construir infraestrutura, jogar fora, e o que isso ensina sobre confiar…
Refactor: Unified codebase for better performance by vishxrad- Pull Request #517
While researching ways to improve my coding skills, I read on a forum that "Assembly is the fastest language." Since we value performance, I took the liberty of migrating…
From spaghetti to main bus: refactoring an AI agent orchestrator with Elm
tl;dr: In Part I, I built the factory: an orchestration system that runs AI agents like workers on a production line. Part II tears the original system down and rebuilds it from fi…