<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>AI on Werk Space</title>
    <link>/docs/development-environment/ai/</link>
    <description>Recent content in AI on Werk Space</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 29 Jan 2026 13:04:37 -0600</lastBuildDate>
    <atom:link href="/docs/development-environment/ai/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using Cursor and VS Code as Hybrid</title>
      <link>/docs/development-environment/ai/cursor_vscode/</link>
      <pubDate>Wed, 28 Jan 2026 00:00:00 +0000</pubDate>
      <guid>/docs/development-environment/ai/cursor_vscode/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;This workflow is the one I use most of the time.&lt;br&gt;&#xA;Cursor is where I do reasoning, planning, and high-level refactoring.&lt;br&gt;&#xA;VS Code is where I edit, build, test, and run code.&lt;/p&gt;&#xA;&lt;h2 id=&#34;hybrid-ai-enhanced-development-workflow&#34;&gt;Hybrid AI-Enhanced Development Workflow&lt;/h2&gt;&#xA;&lt;p&gt;This document describes a &lt;strong&gt;hybrid tooling strategy&lt;/strong&gt; that combines:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;VS Code&lt;/strong&gt; as the long-term stable engineering platform&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;GitHub Copilot&lt;/strong&gt; for inline coding and reliable patch application&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cursor&lt;/strong&gt; as a high-power AI-native refactor and reasoning workbench&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ChatGPT, Claude, and Gemini&lt;/strong&gt; for deep reasoning, data engineering, and architectural critique&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The objective is to achieve &lt;strong&gt;maximum AI leverage&lt;/strong&gt; without sacrificing &lt;strong&gt;long-term stability, reproducibility, or toolchain reliability&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AI Multi-Engine Workflow in VS Code</title>
      <link>/docs/development-environment/ai/workflow-in-vscode/</link>
      <pubDate>Wed, 28 Jan 2026 00:00:00 +0000</pubDate>
      <guid>/docs/development-environment/ai/workflow-in-vscode/</guid>
      <description>&lt;h2 id=&#34;ai-multi-engine-workflow-introduction&#34;&gt;AI Multi-Engine Workflow Introduction&lt;/h2&gt;&#xA;&lt;p&gt;This document summarizes the operational configuration for using &lt;strong&gt;GPT(ChatGPT)&lt;/strong&gt;,&#xA;&lt;strong&gt;Gemini&lt;/strong&gt;, &lt;strong&gt;Claude&lt;/strong&gt;, and &lt;strong&gt;GitHub Copilot&lt;/strong&gt; together in&#xA;a coordinated research and engineering workflow for modeling and code development&#xA;using &lt;strong&gt;VS Code&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;engine-roles&#34;&gt;Engine Roles&lt;/h2&gt;&#xA;&lt;div style=&#34;overflow-x:auto;&#34;&gt;&#xD;&#xA;&lt;table&gt;&#xD;&#xA;  &lt;thead&gt;&#xD;&#xA;    &lt;tr&gt;&#xD;&#xA;      &lt;th&gt;Engine&lt;/th&gt;&#xD;&#xA;      &lt;th&gt;Model&lt;/th&gt;&#xD;&#xA;      &lt;th&gt;Role&lt;/th&gt;&#xD;&#xA;    &lt;/tr&gt;&#xD;&#xA;  &lt;/thead&gt;&#xD;&#xA;  &lt;tbody&gt;&#xD;&#xA;    &lt;tr&gt;&#xD;&#xA;      &lt;td&gt;&lt;strong&gt;GitHub Copilot&lt;/strong&gt;&lt;/td&gt;&#xD;&#xA;      &lt;td&gt;GPT-4.1&lt;/td&gt;&#xD;&#xA;      &lt;td&gt;&#xD;&#xA;        Inline coding,&lt;br&gt;&#xD;&#xA;        refactors,&lt;br&gt;&#xD;&#xA;        reliable Apply&#xD;&#xA;      &lt;/td&gt;&#xD;&#xA;    &lt;/tr&gt;&#xD;&#xA;    &lt;tr&gt;&#xD;&#xA;      &lt;td&gt;&lt;strong&gt;ChatGPT (OpenAI)&lt;/strong&gt;&lt;/td&gt;&#xD;&#xA;      &lt;td&gt;GPT-5.x&lt;/td&gt;&#xD;&#xA;      &lt;td&gt;&#xD;&#xA;        Deep reasoning,&lt;br&gt;&#xD;&#xA;        model design,&lt;br&gt;&#xD;&#xA;        refactor planning&#xD;&#xA;      &lt;/td&gt;&#xD;&#xA;    &lt;/tr&gt;&#xD;&#xA;    &lt;tr&gt;&#xD;&#xA;      &lt;td&gt;&lt;strong&gt;Gemini Pro&lt;/strong&gt;&lt;/td&gt;&#xD;&#xA;      &lt;td&gt;Gemini 2.5 Pro&lt;/td&gt;&#xD;&#xA;      &lt;td&gt;&#xD;&#xA;        Data pipeline,&lt;br&gt;&#xD;&#xA;        schema reasoning,&lt;br&gt;&#xD;&#xA;        ETL logic&#xD;&#xA;      &lt;/td&gt;&#xD;&#xA;    &lt;/tr&gt;&#xD;&#xA;    &lt;tr&gt;&#xD;&#xA;      &lt;td&gt;&lt;strong&gt;Claude&lt;/strong&gt;&lt;/td&gt;&#xD;&#xA;      &lt;td&gt;Sonnet / Opus&lt;/td&gt;&#xD;&#xA;      &lt;td&gt;&#xD;&#xA;        Architecture comprehension,&lt;br&gt;&#xD;&#xA;        conceptual critique,&lt;br&gt;&#xD;&#xA;        writing&#xD;&#xA;      &lt;/td&gt;&#xD;&#xA;    &lt;/tr&gt;&#xD;&#xA;  &lt;/tbody&gt;&#xD;&#xA;&lt;/table&gt;&#xD;&#xA;&lt;/div&gt;&#xD;&#xA;&lt;h2 id=&#34;operational-principle&#34;&gt;Operational Principle&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Copilot&lt;/strong&gt; maintains continuous full-repo awareness and applies&#xA;edits.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ChatGPT&lt;/strong&gt; performs high-level reasoning and mathematical/system&#xA;design.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Gemini&lt;/strong&gt; engineers data ingestion and validation pipelines.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Claude&lt;/strong&gt; critiques architecture and synthesizes narrative outputs.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Rule:&lt;/strong&gt; Only Copilot performs direct code application. Other engines&#xA;produce plans or diffs for manual application.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Optimizing Cursor and VS Code Hybrid Usage</title>
      <link>/docs/development-environment/ai/optimization/</link>
      <pubDate>Thu, 29 Jan 2026 00:00:00 +0000</pubDate>
      <guid>/docs/development-environment/ai/optimization/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;This page explains how I keep AI usage &lt;em&gt;efficient and predictable&lt;/em&gt;.&lt;br&gt;&#xA;The hybrid workflow can waste tokens or premium requests if conversations grow without rules. This is about &lt;strong&gt;managing context, access paths, and billing mechanics&lt;/strong&gt; so I stay within plan limits.&lt;/p&gt;&#xA;&lt;p&gt;The hybrid environment introduces three resources:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Model context window (tokens)&lt;/li&gt;&#xA;&lt;li&gt;Model usage allowance (requests or plan limits)&lt;/li&gt;&#xA;&lt;li&gt;Model access via web-based subscriptions&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Efficient operation requires controlling all three. Each has advantages, and the goal is to leverage those advantages while controlling cost. Per-token and per-request consumption can become expensive quickly if left unmanaged.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
