{"id":1467,"date":"2025-11-27T06:59:21","date_gmt":"2025-11-27T06:59:21","guid":{"rendered":"https:\/\/fredborg.org\/?p=1467"},"modified":"2026-01-07T10:30:01","modified_gmt":"2026-01-07T10:30:01","slug":"why-i-dropped-github-copilot-for-roo-code-a-real-world-ai-workflow","status":"publish","type":"post","link":"https:\/\/fredborg.org\/?p=1467","title":{"rendered":"Why I Dropped GitHub Copilot for Roo Code: A Real-World AI Workflow"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\"><\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">If you watch AI coding tutorials on YouTube, you probably know the drill: the prompts work perfectly, the code compiles on the first try, and a complex project is finished in minutes. It looks like magic.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But if you are a developer working on real-world architecture, you know that isn\u2019t the reality.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I am starting a new series where I build a full-scale <strong>Business Central Webhook integration<\/strong> using AL code and the Azure stack. But I\u2019m doing something different: <strong>I\u2019m leaving the filters off.<\/strong> You are going to see the hallucinations, the logic errors, and exactly how I debug a complex ERP integration when the AI gets it wrong.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To do this, I made a major change to my stack: I stopped using GitHub Copilot. Here is why.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Problem with GitHub Copilot<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Don&#8217;t get me wrong, Copilot is a fantastic tool. But it has a hidden ceiling for power users.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When you are doing heavy architectural AI work\u2014generating massive blocks of AL code or complex Azure configurations\u2014you inevitably hit <strong>fair usage policies<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Basically, if you push it too hard, they throttle you. You run out of &#8220;fast tokens,&#8221; the responses slow down, and you get stuck waiting for a reset. In a real professional workflow, I cannot afford that bottleneck.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Solution: OpenRouter + Roo Code<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">My new workflow relies on two specific tools that solve the throttling issue and add massive functionality.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. OpenRouter (The Engine)<\/strong> Instead of a flat fee for limited &#8220;fast&#8221; access, I switched to <strong>OpenRouter<\/strong>, which uses a pay-as-you-go model. I pay for exactly what I use. If I need to burn through a million tokens to solve a hard problem, I can do that without hitting an invisible wall.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Roo Code (The Driver)<\/strong> To drive OpenRouter, I am using a VS Code extension called <strong>Roo Code<\/strong>. This isn&#8217;t just a chat window; it is an <strong>autonomous coding agent<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Killer Feature: Multi-Agent Workflow<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The real reason I made the switch to Roo Code is the <strong>multi-agent workflow<\/strong>. It\u2019s like having a full dev team inside VS Code, where every member is specialized for their specific job.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The true power here is that <strong>each agent can run its own specific LLM.<\/strong> You aren&#8217;t locked into one model for everything; you can pick the best tool for the task:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The Orchestrator:<\/strong> This agent acts as the Product Manager, breaking down plans. For this, we can use <strong>Gemini<\/strong>, leveraging its massive context window to keep the entire project scope in view.<\/li>\n\n\n\n<li><strong>Code &amp; Debug Agents:<\/strong> These handle the actual syntax and fixing errors. Here, we can swap to <strong>Claude<\/strong>, because it is incredibly fast and produces high-quality code.<\/li>\n\n\n\n<li><strong>Documentation Writer:<\/strong> When it&#8217;s time to write docs, we can assign a custom agent powered by <strong>ChatGPT<\/strong>, which excels at natural language and explanations.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This flexibility means we are never compromising. We get the best context, the best code, and the best writing, all working together in one orchestrator-led system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Join the &#8220;Unfiltered&#8221; Journey<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This series is about learning how to <em>actually<\/em> work with AI, not just showcasing a magic trick.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I will be recording my screen and sharing the workflow as it happens. If the AI hallucinates a table that doesn&#8217;t exist in BC, you\u2019ll see it. If Azure rejects our deployment, we will fix it together.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to see if AI can actually handle a real-world Business Central project\u2014scars and all\u2014<strong>subscribe to the channel<\/strong> and follow along.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\"  id=\"_ytid_77653\"  width=\"1140\" height=\"641\"  data-origwidth=\"1140\" data-origheight=\"641\" src=\"https:\/\/www.youtube.com\/embed\/dRkVVRSZg0U?enablejsapi=1&#038;autoplay=0&#038;cc_load_policy=0&#038;cc_lang_pref=&#038;iv_load_policy=1&#038;loop=0&#038;rel=1&#038;fs=1&#038;playsinline=0&#038;autohide=2&#038;theme=dark&#038;color=red&#038;controls=1&#038;disablekb=0&#038;\" class=\"__youtube_prefs__  epyt-is-override  no-lazyload\" title=\"YouTube player\"  allow=\"fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen data-no-lazy=\"1\" data-skipgform_ajax_framebjll=\"\"><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>If you watch AI coding tutorials on YouTube, you probably know the drill: the prompts work perfectly, the code compiles&#8230; <a class=\"read-more\" href=\"https:\/\/fredborg.org\/?p=1467\" rel=\"nofollow\"> Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":1468,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-1467","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-business-central","shapla-grid-item"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Why I Dropped GitHub Copilot for Roo Code: A Real-World AI Workflow - Fredborg<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fredborg.org\/?p=1467\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why I Dropped GitHub Copilot for Roo Code: A Real-World AI Workflow - Fredborg\" \/>\n<meta property=\"og:description\" content=\"If you watch AI coding tutorials on YouTube, you probably know the drill: the prompts work perfectly, the code compiles... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fredborg.org\/?p=1467\" \/>\n<meta property=\"og:site_name\" content=\"Fredborg\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-27T06:59:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-07T10:30:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fredborg.org\/wp-content\/uploads\/2025\/11\/unnamed-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"572\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"dfredborg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dfredborg\" \/>\n<meta name=\"twitter:site\" content=\"@dfredborg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"dfredborg\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/fredborg.org\/?p=1467#article\",\"isPartOf\":{\"@id\":\"https:\/\/fredborg.org\/?p=1467\"},\"author\":{\"name\":\"dfredborg\",\"@id\":\"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d\"},\"headline\":\"Why I Dropped GitHub Copilot for Roo Code: A Real-World AI Workflow\",\"datePublished\":\"2025-11-27T06:59:21+00:00\",\"dateModified\":\"2026-01-07T10:30:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/fredborg.org\/?p=1467\"},\"wordCount\":605,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d\"},\"image\":{\"@id\":\"https:\/\/fredborg.org\/?p=1467#primaryimage\"},\"thumbnailUrl\":\"https:\/\/fredborg.org\/wp-content\/uploads\/2025\/11\/unnamed-1.jpg\",\"articleSection\":[\"Business Central\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/fredborg.org\/?p=1467#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fredborg.org\/?p=1467\",\"url\":\"https:\/\/fredborg.org\/?p=1467\",\"name\":\"Why I Dropped GitHub Copilot for Roo Code: A Real-World AI Workflow - Fredborg\",\"isPartOf\":{\"@id\":\"https:\/\/fredborg.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/fredborg.org\/?p=1467#primaryimage\"},\"image\":{\"@id\":\"https:\/\/fredborg.org\/?p=1467#primaryimage\"},\"thumbnailUrl\":\"https:\/\/fredborg.org\/wp-content\/uploads\/2025\/11\/unnamed-1.jpg\",\"datePublished\":\"2025-11-27T06:59:21+00:00\",\"dateModified\":\"2026-01-07T10:30:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/fredborg.org\/?p=1467#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fredborg.org\/?p=1467\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fredborg.org\/?p=1467#primaryimage\",\"url\":\"https:\/\/fredborg.org\/wp-content\/uploads\/2025\/11\/unnamed-1.jpg\",\"contentUrl\":\"https:\/\/fredborg.org\/wp-content\/uploads\/2025\/11\/unnamed-1.jpg\",\"width\":1024,\"height\":572},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fredborg.org\/?p=1467#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fredborg.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why I Dropped GitHub Copilot for Roo Code: A Real-World AI Workflow\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fredborg.org\/#website\",\"url\":\"https:\/\/fredborg.org\/\",\"name\":\"Fredborg\",\"description\":\"Business Central and Azure\",\"publisher\":{\"@id\":\"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fredborg.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d\",\"name\":\"dfredborg\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fredborg.org\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/fredborg.org\/wp-content\/uploads\/2023\/06\/download.png\",\"contentUrl\":\"https:\/\/fredborg.org\/wp-content\/uploads\/2023\/06\/download.png\",\"width\":256,\"height\":256,\"caption\":\"dfredborg\"},\"logo\":{\"@id\":\"https:\/\/fredborg.org\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:fredborg.org\",\"https:\/\/www.linkedin.com\/in\/dfredborg\/\",\"https:\/\/x.com\/dfredborg\",\"https:\/\/www.youtube.com\/channel\/UCUNZglLDMjBlOK_T9JtI8UA\"],\"url\":\"https:\/\/fredborg.org\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why I Dropped GitHub Copilot for Roo Code: A Real-World AI Workflow - Fredborg","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fredborg.org\/?p=1467","og_locale":"en_US","og_type":"article","og_title":"Why I Dropped GitHub Copilot for Roo Code: A Real-World AI Workflow - Fredborg","og_description":"If you watch AI coding tutorials on YouTube, you probably know the drill: the prompts work perfectly, the code compiles... Read more","og_url":"https:\/\/fredborg.org\/?p=1467","og_site_name":"Fredborg","article_published_time":"2025-11-27T06:59:21+00:00","article_modified_time":"2026-01-07T10:30:01+00:00","og_image":[{"width":1024,"height":572,"url":"https:\/\/fredborg.org\/wp-content\/uploads\/2025\/11\/unnamed-1.jpg","type":"image\/jpeg"}],"author":"dfredborg","twitter_card":"summary_large_image","twitter_creator":"@dfredborg","twitter_site":"@dfredborg","twitter_misc":{"Written by":"dfredborg","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/fredborg.org\/?p=1467#article","isPartOf":{"@id":"https:\/\/fredborg.org\/?p=1467"},"author":{"name":"dfredborg","@id":"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d"},"headline":"Why I Dropped GitHub Copilot for Roo Code: A Real-World AI Workflow","datePublished":"2025-11-27T06:59:21+00:00","dateModified":"2026-01-07T10:30:01+00:00","mainEntityOfPage":{"@id":"https:\/\/fredborg.org\/?p=1467"},"wordCount":605,"commentCount":0,"publisher":{"@id":"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d"},"image":{"@id":"https:\/\/fredborg.org\/?p=1467#primaryimage"},"thumbnailUrl":"https:\/\/fredborg.org\/wp-content\/uploads\/2025\/11\/unnamed-1.jpg","articleSection":["Business Central"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/fredborg.org\/?p=1467#respond"]}]},{"@type":"WebPage","@id":"https:\/\/fredborg.org\/?p=1467","url":"https:\/\/fredborg.org\/?p=1467","name":"Why I Dropped GitHub Copilot for Roo Code: A Real-World AI Workflow - Fredborg","isPartOf":{"@id":"https:\/\/fredborg.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/fredborg.org\/?p=1467#primaryimage"},"image":{"@id":"https:\/\/fredborg.org\/?p=1467#primaryimage"},"thumbnailUrl":"https:\/\/fredborg.org\/wp-content\/uploads\/2025\/11\/unnamed-1.jpg","datePublished":"2025-11-27T06:59:21+00:00","dateModified":"2026-01-07T10:30:01+00:00","breadcrumb":{"@id":"https:\/\/fredborg.org\/?p=1467#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fredborg.org\/?p=1467"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fredborg.org\/?p=1467#primaryimage","url":"https:\/\/fredborg.org\/wp-content\/uploads\/2025\/11\/unnamed-1.jpg","contentUrl":"https:\/\/fredborg.org\/wp-content\/uploads\/2025\/11\/unnamed-1.jpg","width":1024,"height":572},{"@type":"BreadcrumbList","@id":"https:\/\/fredborg.org\/?p=1467#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fredborg.org\/"},{"@type":"ListItem","position":2,"name":"Why I Dropped GitHub Copilot for Roo Code: A Real-World AI Workflow"}]},{"@type":"WebSite","@id":"https:\/\/fredborg.org\/#website","url":"https:\/\/fredborg.org\/","name":"Fredborg","description":"Business Central and Azure","publisher":{"@id":"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fredborg.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/fredborg.org\/#\/schema\/person\/59a5520cbf04c6bd1267f30b4488e71d","name":"dfredborg","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fredborg.org\/#\/schema\/person\/image\/","url":"https:\/\/fredborg.org\/wp-content\/uploads\/2023\/06\/download.png","contentUrl":"https:\/\/fredborg.org\/wp-content\/uploads\/2023\/06\/download.png","width":256,"height":256,"caption":"dfredborg"},"logo":{"@id":"https:\/\/fredborg.org\/#\/schema\/person\/image\/"},"sameAs":["https:fredborg.org","https:\/\/www.linkedin.com\/in\/dfredborg\/","https:\/\/x.com\/dfredborg","https:\/\/www.youtube.com\/channel\/UCUNZglLDMjBlOK_T9JtI8UA"],"url":"https:\/\/fredborg.org\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/posts\/1467","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fredborg.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1467"}],"version-history":[{"count":1,"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/posts\/1467\/revisions"}],"predecessor-version":[{"id":1469,"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/posts\/1467\/revisions\/1469"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fredborg.org\/index.php?rest_route=\/wp\/v2\/media\/1468"}],"wp:attachment":[{"href":"https:\/\/fredborg.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1467"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fredborg.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1467"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fredborg.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}