<?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>/tags/ai/</link>
    <description>Recent content in Ai on Werk Space</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 06 Aug 2026 21:45:58 +0000</lastBuildDate>
    <atom:link href="/tags/ai/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>AI Education</title>
      <link>/docs/ai-education/</link>
      <pubDate>Tue, 03 Oct 2023 00:00:00 -0500</pubDate>
      <guid>/docs/ai-education/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;The effective integration of AGI into society requires an informed public. Given the complexity and potential impact of AGI, everyone — from schoolchildren to senior citizens — would benefit from a foundational understanding. Here&amp;rsquo;s a blueprint for such an educational effort. This is based upon a series of conversation with ChaptGPT 4.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Basic Digital Literacy&lt;/strong&gt;: Before delving into AGI specifics, a foundational understanding of digital systems, the internet, and basic computing is crucial. This would cover concepts like software, hardware, networks, and digital security.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AI</title>
      <link>/docs/development-environment/ai/</link>
      <pubDate>Wed, 28 Jan 2026 00:00:00 +0000</pubDate>
      <guid>/docs/development-environment/ai/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;This section is where I document how I use AI tools in my development workflow.&#xA;The objective is to effectively use &lt;strong&gt;AI assistance&lt;/strong&gt; inside the editor while keeping &lt;strong&gt;execution authority, cost, and context&lt;/strong&gt; under control.&lt;/p&gt;&#xA;&lt;p&gt;The currently used approach is the &lt;strong&gt;Cursor and VS Code hybrid workflow&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Cursor is used where deep multi-file reasoning and persistent AI context are required.&lt;br&gt;&#xA;VS Code remains the authoritative execution environment connected to containers, remote servers, and runtime shells.&lt;/p&gt;</description>
    </item>
    <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;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th&gt;Engine&lt;/th&gt;&#xA;      &lt;th&gt;Model&lt;/th&gt;&#xA;      &lt;th&gt;Role&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;GitHub Copilot&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;GPT-4.1&lt;/td&gt;&#xA;      &lt;td&gt;&#xA;        Inline coding,&lt;br&gt;&#xA;        refactors,&lt;br&gt;&#xA;        reliable Apply&#xA;      &lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;ChatGPT (OpenAI)&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;GPT-5.x&lt;/td&gt;&#xA;      &lt;td&gt;&#xA;        Deep reasoning,&lt;br&gt;&#xA;        model design,&lt;br&gt;&#xA;        refactor planning&#xA;      &lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Gemini Pro&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;Gemini 2.5 Pro&lt;/td&gt;&#xA;      &lt;td&gt;&#xA;        Data pipeline,&lt;br&gt;&#xA;        schema reasoning,&lt;br&gt;&#xA;        ETL logic&#xA;      &lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Claude&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;Sonnet / Opus&lt;/td&gt;&#xA;      &lt;td&gt;&#xA;        Architecture comprehension,&lt;br&gt;&#xA;        conceptual critique,&lt;br&gt;&#xA;        writing&#xA;      &lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#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>
    <item>
      <title>Use of AI</title>
      <link>/docs/document-system/ai-use/</link>
      <pubDate>Thu, 06 Aug 2026 00:00:00 +0000</pubDate>
      <guid>/docs/document-system/ai-use/</guid>
      <description>&lt;h2 id=&#34;where-ai-sits-in-the-system&#34;&gt;Where AI sits in the system&lt;/h2&gt;&#xA;&lt;p&gt;I use AI as a drafting and management assistant inside the workflow. The ideas, the positions, and nearly all of the published language are mine. AI accelerates the parts of the work that are mechanical: gathering research, outlining, producing first drafts, restructuring the site, and building supporting material such as datasets and figures.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-ai-does-and-what-i-do&#34;&gt;What AI does, and what I do&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Work&lt;/th&gt;&#xA;          &lt;th&gt;AI does&lt;/th&gt;&#xA;          &lt;th&gt;I do&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Research&lt;/td&gt;&#xA;          &lt;td&gt;Collects sources, summarizes dockets and reports, and organizes reference material in the private research repository (see the &lt;a href=&#34;/docs/document-system/publishing-workflow/&#34;&gt;publishing workflow&lt;/a&gt;). For deep research this means multiple agents, sometimes ten at once, splitting search, analysis, and collation.&lt;/td&gt;&#xA;          &lt;td&gt;Direct the agents and triage the results. My reading queue is long, so I review the output and discard mercilessly. What survives gets verified against primary sources: every reference, figure, and dataset row. Nothing publishes with an open &lt;code&gt;[verify]&lt;/code&gt; flag.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Argument&lt;/td&gt;&#xA;          &lt;td&gt;Assembles evidence for the positions I set.&lt;/td&gt;&#xA;          &lt;td&gt;Choose the thesis and review every argument closely. Drafts often frame positions I do not hold. The draft gets corrected, not the position.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Outlining&lt;/td&gt;&#xA;          &lt;td&gt;Develops a drafting outline interactively with me, often for more complex documents.&lt;/td&gt;&#xA;          &lt;td&gt;Write the document myself, from the outline.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Drafting&lt;/td&gt;&#xA;          &lt;td&gt;Produces first drafts against the voice guide. A draft is raw material.&lt;/td&gt;&#xA;          &lt;td&gt;Rewrite into my voice. I expect to rewrite a third of a draft or more, and for some pieces nearly all of it. My own edits are applied verbatim.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Editing&lt;/td&gt;&#xA;          &lt;td&gt;Works through a document with me, often line by line or paragraph by paragraph. Cleans rough passages I throw out, and makes spelling and punctuation corrections on my rewrites.&lt;/td&gt;&#xA;          &lt;td&gt;Supply the rough material, correct the cleaned version, and settle the final wording.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Reorganization&lt;/td&gt;&#xA;          &lt;td&gt;Restructures a document when I find it needs it: moves material within and between articles, and checks that a line in one article is not contradicted elsewhere.&lt;/td&gt;&#xA;          &lt;td&gt;Decide that a reorganization is needed, and review the moved result.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Site engineering&lt;/td&gt;&#xA;          &lt;td&gt;Restructures sections, builds redirects, edits configuration, and drafts documentation pages like this one, working directly in the repository.&lt;/td&gt;&#xA;          &lt;td&gt;Review every change before commit.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Code documentation&lt;/td&gt;&#xA;          &lt;td&gt;Reads code and documents what it does: template overrides, build scripts, and the procedures around them, in whatever language they are written. The &lt;a href=&#34;/docs/document-system/theme-overrides/&#34;&gt;Theme Overrides&lt;/a&gt; page is an example.&lt;/td&gt;&#xA;          &lt;td&gt;Ask the questions, and check the answers against the running site.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Supporting artifacts&lt;/td&gt;&#xA;          &lt;td&gt;Builds curated datasets, maps, and figures. These carry draft markings.&lt;/td&gt;&#xA;          &lt;td&gt;Verify every element before the draft marking comes off.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Publication&lt;/td&gt;&#xA;          &lt;td&gt;Nothing.&lt;/td&gt;&#xA;          &lt;td&gt;Decide what publishes, where, and when.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;The reader might notice a pattern in that table. Every entry in the AI column is assembly: reading, collecting, drafting, moving. Every entry in mine is judgment against ground truth: the primary sources, my positions, my voice, the running site.&lt;/p&gt;</description>
    </item>
    <item>
      <title> Wisconsin AI Governance</title>
      <link>/policy/datacenters/wi-ai-governance/</link>
      <pubDate>Thu, 13 Nov 2025 00:00:00 +0000</pubDate>
      <guid>/policy/datacenters/wi-ai-governance/</guid>
      <description>&lt;div class=&#34;alert alert-info&#34; role=&#34;alert&#34;&gt;&lt;div class=&#34;h4 alert-heading&#34; role=&#34;heading&#34;&gt;Framing Note&lt;/div&gt;&#xA;&#xA;&#xA;This analysis is guided by the companion document “The Benefits of a Forward-Thinking Technology Stance for Wisconsin,” which outlines the statewide advantages of embracing a partnership-oriented approach to data center development.&#xA;&#xA;That document articulates the long-term community, workforce, governance, and digital-resilience benefits that inform the recommendations and evaluation criteria used throughout this report.&#xA;&#xA;The present report should be read in conjunction with that guiding benefits overview, which establishes the strategic rationale for Wisconsin’s approach to hyperscale and AI-era infrastructure.&#xA;[Go to The Benefits of a Forward-Thinking Technology Stance for Wisconsin](/policy/datacenters/forward-thinking.md)&#xA;&lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;proposal-wisconsin-ai-governance--safety-institute&#34;&gt;&lt;strong&gt;Proposal: Wisconsin AI Governance &amp;amp; Safety Institute&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;h3 id=&#34;a-publicprivate-partnership-anchored-by-data-center-investment&#34;&gt;&lt;em&gt;A Public–Private Partnership Anchored by Data Center Investment&lt;/em&gt;&lt;/h3&gt;&#xA;&lt;h2 id=&#34;purpose&#34;&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;/h2&gt;&#xA;&lt;p&gt;To create a statewide center dedicated to &lt;strong&gt;AI safety, governance, digital resilience, public-sector modernization, and workforce training&lt;/strong&gt;, leveraging partnerships with companies investing in Wisconsin data centers.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
