Structural Analysis

AI-Native Ways of Working

Tools for the free person of the AI era.


Sub-series

Software — From software engineering to the liberal arts — the foundational shift of the technical profession

AI has reached human-top-class capability in writing code. Coders' work disappears; judgment-centered builders take their place. The foundational discipline of the technical profession shifts from software engineering to the liberal arts. An 11-chapter case for an irreversible structural shift completing in years.
Sub-series — open all chapters →

00

AI's native language is Python and Markdown-style text — Office for paperwork and Java/C# for business systems pair badly with AI.

OpenAI and Anthropic run on Python. Data is Markdown, JSON, YAML. Between AI-native tools and the standard enterprise tools, a decisive divide runs through. Migration from Office / Java / C# is the only way forward.

01

AI (ChatGPT, Claude, etc.) Practical Manual — Six tips for ordinary people

AI is not a magic tool but "a very capable rookie clerk." Six tips for ordinary people to use AI in daily work — subscribe to one AI, just ask, do not delegate everything, do not send important things to the internet, know its strengths and weaknesses, redirect freed time to culture, science, and reality.

02

Writing Logic — Have AI Write Python For You — Externalize macros, charts, and pivots into Python — the first thing to do

Externalize the macros/VBA, charts, and pivots embedded in Excel (and Word) into Python. This is the first thing to do. With AI helping, nothing is hard anymore. You don't have to write it — ask Claude in your own language and the code comes back. Hit Shift+Enter in a JupyterLab cell and the result appears immediately.

03

Writing Documents — Markdown as the Minimal Choice — Save the structure, not the formatting

Word makes you focus on formatting. Text formats (Markdown / AsciiDoc / MyST / LaTeX) bring structure to the front. Markdown for everyday writing, AsciiDoc for technical manuals, MyST for data reports with embedded computation, LaTeX for print-quality reports. AI writes them, so the syntax is not yours to memorize.

04

Designing — With Mermaid and Claude Design — Diagrams, UI, slides, 3D, CAD, data viz — all from text

Business design — from structural diagrams, UI, and slides to 3D modeling, CAD, data visualization, and generative AI imagery — has moved into the era of text-and-AI. Mermaid / Claude Design / Marp / D3 / Blender / ComfyUI / CadQuery / Build123d / OpenSCAD / FreeCAD — specialist tools you used to give up on, now within reach through AI.

05

Holding Data — Think in JSON and YAML — Drop CSV. Hierarchy in JSON, settings in YAML, updates in SQLite, human-viewed tables in OnlyOffice, large-scale in Parquet

Drop CSV — it's structurally too weak. No types, no schema, no hierarchy, and Excel silently rewrites your data. Hold data in the formats that carry the necessary structure with them — JSON, YAML, SQLite, Parquet, plus .xlsx for human-viewed tables. Excel files are kept (they preserve structure); CSV is what we drop.

06

Changing Paperwork — A Realistic Path Away from Office — Not about efficiency. About the quality of work and personal autonomy

The real reason to leave Office is not time savings. Inside Office, AI stays a tool. Bring the substance down to Markdown, JSON / SQLite, and Python, and AI becomes a colleague — and you become "the person who decides." Python did not arrive in Excel; Python was imprisoned inside Excel. Trusting vendors means being taken hostage when their interests shift. This is about the quality of work and personal autonomy.

07

Working with Business Systems — Rewrite via Parallel Operation — 'Don't break it, don't touch it' is old advice

The cost of rewriting a business system has fallen by 10x with AI. There is no reason left to keep the legacy. Build a new AI-native system, run it in parallel with the old, compare outputs against reality every day, and when the diffs vanish, kill the old. This is the new attitude toward business systems.

08

Building for the Web — Back to HTML+CSS+JavaScript — Content in Markdown and Mermaid. Frame only in HTML+CSS

Split the web into two layers. Content in Markdown and Mermaid; frame in minimal HTML+CSS+JavaScript; Python connects the two. Keep content in Markdown and the same data is reusable beyond the web — for PDF, print, AI analysis, e-books.

09

Building Apps — CLI Tools, Flet Apps, Flutter Apps — A three-layer structure that scales up gradually

To build an app, you don't need Flutter from the start. Write a CLI tool first and run it. If a screen is needed, put a GUI on top with Flet — still in Python. If serious cross-platform delivery is needed, move to Flutter. Climb the three layers in stages — small risk, AI-friendly.

10

Building Embedded — Think in Python, Have Claude Translate — Even with hardware, think in Python

Microcontrollers and IoT devices have to be written in C or C++. But design and validation can happen in Python. Run it, verify it in Python, then have Claude translate to C. The hardest part of embedded — proving the logic is correct — gets dramatically easier.

11

Knowing What Work to Hand to AI — Don't run agents autonomously. Use AI inside a sandbox.

Discerning what to hand to AI. Don't run agents autonomously. Embedding AI inside Office is the easiest, and most dangerous, path. Use AI inside a sandbox. "Easy" is a short-term saving traded against long-term dependence. AI as a colleague; the human holds the wheel.

12

Verifying Narratives with AI — Don't get carried by convenient stories — this is the essential work of the AI era.

The workplace is surrounded by narratives — executive briefings, vendor pitches, industry common sense, news articles, politicians' words. With AI, you can verify a narrative structurally, against past statements, public records, contracts, and third-party verifiable facts. As case studies, four governance-failure patterns — WordPress (excessive concentration in one person, the main case), Node.js (no one is in charge, Example 1), Linux distributions / CentOS (corporate stewards rewriting their promises, Example 2), and Microsoft's "return to native apps" (the gap between strategic slogan and actual implementation scope, Example 3).

13

One Person + AI — The New Unit of Work — From siloed organizations to individual autonomy

Siloed organizations were a rational structure built when specialization was expensive. With AI-native tools, one person can cross domains. The walls between accounting, marketing, legal, and engineering dissolve inside a single person. Organizations don't disappear — but silos do. Individual autonomy, organizational diversity, and societal resilience converge here.

Align your tools with the AI era, and you become its free person.
The time freed flows into culture, science, and reality.

Start with the prologue

Begin from the prologue. The series is published as it is written.