The Deska blog
Blog
Product notes, release highlights and how we build Deska: the one infinite canvas workspace for your editor, terminal, browser, notes and AI agents.
· 10 min read
Staying Able to Work Without Agents
Learn essential strategies for staying able to work without agents to maintain your technical edge as AI tools become standard in software development.
· 10 min read
An Image Pipeline in an Afternoon
Learn how to build a robust image pipeline in an afternoon using modern automation, Python, and efficient developer tools for local execution.
· 9 min read
Making Agents Follow Project Conventions
Learn how to improve code quality by making agents follow project conventions using system prompts, linters, and tools like Deska for better AI alignment.
· 10 min read
AI Agents for i18n: Translating an App Without Breaking It
Learn how to use AI agents for i18n workflows to manage translations and internationalization without breaking your application code or layout.
· 12 min read
Extracting Hardcoded Strings for i18n With an Agent
Learn how to optimize extracting hardcoded strings for i18n using AI agents to automate the internationalization of your codebase efficiently.
· 10 min read
The Agent Harness: The Part of the Stack Nobody Names
Learn why the agent harness is critical for LLM coding workflows. Explore how environments like Deska provide the infrastructure for AI agents to work safely.
· 10 min read
The Agent Hardcoded Something It Should Not Have
Learn why the agent hardcoded a value during your build and how to use multi-agent observability to catch these silent failures before deployment.
· 10 min read
Handing a Task From One Model to Another
Learn how to optimize workflows by handing a task from one model to another using tiered architectures and specialized agent environments.
· 11 min read
The Agent Invented an API: Catching Hallucinated Code Early
Learn why AI agents create non-existent libraries and how to catch hallucinated code using local execution, terminal feedback, and side-by-side verification.
· 10 min read
Graphical Frontends for Coding Agents
Explore the top graphical frontends for coding agents in 2026. Compare IDE extensions, standalone canvas apps, and local-first developer tools like Deska.
· 11 min read
Migrating Off GraphQL With an Agent
Learn how to execute a successful GraphQL to REST migration using AI agents to map schemas, generate endpoints, and update client logic efficiently.
· 12 min read
Breaking Up a God Object, Method by Method
Learn how to start breaking up a God Object through controlled, method-level refactoring to improve software maintainability and reduce technical debt.
· 12 min read
Refactoring a Spaghetti Workflow File With an Agent
Learn how to refactor a spaghetti workflow file with an agent to improve CI performance, maintainability, and security in your GitHub Actions pipelines.
· 10 min read
How Agents Behave With Git
Explore how agents behave with Git, focusing on commit quality, branch management, and how Deska integrates tools like Claude Code and Codex CLI.
· 10 min read
Generating Fixtures and Sample Data with AI Agents
Learn how to use AI coding agents for generating fixtures and sample data to streamline development, improve test coverage, and automate repetitive tasks.
· 10 min read
Building a GDPR Data Inventory With Agent Legwork
Learn how to build a GDPR data inventory using AI agents. This guide covers technical recipes for mapping personal data across local and cloud environments.
· 10 min read
Adding Full-Text Search Without a Search Server
Learn methods for adding full-text search to local-first apps without a search server, utilizing client-side libraries and local indexing strategies.
· 10 min read
Making a Codebase Agent-Friendly: Structure That Helps AI Help You
Learn how to optimize your project for an agent-friendly codebase using documentation, modularity, and tools like Deska to improve AI coding efficiency.
· 11 min read
Agent Framework or Your Own Loop?
Deciding between an agent framework or your own loop involves weighing abstractions against control. Learn which architecture fits your AI coding project.
· 12 min read
Framework Migrations With AI Agents: A Survival Guide
Learn how to navigate complex framework migrations with AI agents by utilizing multi-agent strategies and local-first developer tools like Deska.