›_ Windows PowerShell × blog.ps1 × +
fbakkensen@BCDEV: ~\ALProjects\BCBlog
×
BC Development .ps1
PS C:\Blog>

Write-Output "Deep Dive into Business Central Development"

AuthorFlemming Bakkensen · Posts34· Updated2026-07-31
PS C:\ALProjects\BCBlog> Get-ChildItem -Path .\posts\ -Filter *.md | Sort-Object LastWriteTime -Descending
01

The AI Software Factory: Automate Execution, Not Decisions

PS C:\DevProjects\DevBlog> Get-Content .\Architecture\AISoftwareFactory.md The software factory conversation has reached the Business Central community. Krzysztof Bialowas asks whether he still needs VS Code now that his AI factory carries work from design through documentation, and Vjekoslav Babic writes that he does not trust his agents either; he trusts the fourteen...

PS> Read-Post -FullContent
02

Agentic Development Mid-2026: Cost Comes Before Gain

PS C:\DevProjects\DevBlog> Get-Content .\Thoughts\AgenticMidYear2026.md Halfway through 2026, the conversations I have about agentic development have started failing in a particular way. Two developers use the same words (agents, tooling, cost, quality) and mean entirely different things by them. Neither is wrong. They are reporting from different places on a curve...

PS> Read-Post -FullContent
03

Constraints, Not Taste: Building a VS Code Theme as a Non-Designer with ChatGPT, GPT Image 2, Claude Design, and Claude Code

I couldn’t find a VS Code dark theme that fit two requirements I cared about: comfortable for long coding sessions, and readable for colorblind developers. The marketplace options I tried either dimmed comments past the point of usefulness, relied on red and green to carry meaning, or pushed contrast hard...

PS> Read-Post -FullContent
04

Why Software Fundamentals Matter More in the Age of AI

TL;DR Software fundamentals matter more now than they ever have, agents made skipping them more expensive, not less. Coding was the bottleneck. Agents made coding fast, for prototypes. Past prototype scale, the slower work (design, naming, structure) is the precondition for the speed compounding instead of collapsing. Six quotes from...

PS> Read-Post -FullContent
05

Why Multiple Models Matter: GitHub Copilot CLI's Subagent Architecture

If you’ve ever had an AI code review that missed something obvious, or gotten a plan that seemed solid until implementation revealed hidden assumptions, you’ve encountered the blind spot problem. Every model—even the best ones—has blind spots. The real question isn’t which model is perfect. It’s how do we mitigate...

PS> Read-Post -FullContent
‹ Set-Location -Previous Page 1 of 7 Set-Location -Next ›