# Working Effectively with Claude Code

DevFeed: [Working Effectively with Claude Code](<https://devfeed.tech/articles/working-effectively-with-claude-code-33580.md>)

Original publisher: [Read original article](<https://blog.scottlogic.com/2026/06/18/working-effectively-with-claude-code.html>)

Author: Amy Laws

Published: 2026-06-18T09:09:00Z

Content type: article

Language: en

Sources: [Scott Logic](<https://devfeed.tech/sources/scott-logic.md>)

Topics: [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [parallel](<https://devfeed.tech/topics/parallel.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>), [Code](<https://devfeed.tech/topics/code.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Git](<https://devfeed.tech/topics/git.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [code](<https://devfeed.tech/tags/code.md>), [copilot](<https://devfeed.tech/tags/copilot.md>), [github-copilot](<https://devfeed.tech/tags/github-copilot.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [parallel](<https://devfeed.tech/tags/parallel.md>), [round-robin](<https://devfeed.tech/tags/round-robin.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

## AI overview

This article shares practical lessons from switching from GitHub Copilot in VS Code to Claude Code. It focuses on parallel development with multiple agents, using terminal sessions and Git worktrees, and managing concurrent work through Claude Code's agent view.

## Source excerpt

After months working with GitHub Copilot in VS Code and recently switching to Claude Code, the transition turned out to be more involved than expected. Claude Code operates differently and in ways that take time to adjust to. In this post, I share my experiences and tips drawn from that experience.