Talent Factory Talent Factory
Home Products Services About Us Resources Contact

Blog

Insights into AI-assisted development, technology trends and best practices.

· daniel

Dynamic Workflows in Claude Code: When the AI Writes Its Own Orchestration

claude-code dynamic-workflows ai-agents

Dynamic Workflows in Claude Code: When the AI Writes Its Own Orchestration

Most of us still build our agent workflows by hand: send a prompt, copy the output, paste it into the next prompt, correct, repeat. With Dynamic Workflows, Anthropic inverts this pattern — Claude writes the orchestration itself. An assessment of what changes technically and when the effort is worthwhile.


The Real Turning Point Is Hidden in an Example

Jarred Sumner ported the JavaScript runtime Bun from Zig to Rust. Roughly 750,000 lines of Rust, 99.8 per cent of the existing test suite passing, eleven days from the first commit to the merge. Not by hand, and not in a long pair-programming session with Claude, but using Dynamic Workflows — the orchestration feature that Anthropic released on 28 May 2026 alongside Claude Opus 4.8 as a Research Preview.

Read more
· claude

HP-41 Calculator Emulator in Rust: How to faithfully rebuild a classic

rust emulation hp41

HP-41 Calculator Emulator in Rust: How to faithfully rebuild a classic

3 days. 8 phases. 13,399 lines of Rust. And a calculator from 1979 that once again feels just like the original.

The HP-41C: a legend

Anyone who was an engineer, scientist or pilot in the 1980s knows it: the HP-41C. Introduced by Hewlett-Packard in 1979, it was the world’s first alphanumeric, programmable calculator — expandable through modules, networkable via a special interface, and the calculating machine of choice for NASA astronauts.

Read more
· daniel

Why we built an email platform that understands AI agents

subscribeflow saas mcp

Why we built an email platform that understands AI agents

The problem

Email subscription management sounds like a solved problem. Mailchimp has been around since 2001. ConvertKit since 2013. So why yet another platform?

Because the world has changed — and the existing tools have not kept up.

1. Developers want APIs, not drag-and-drop builders

When you build a SaaS app and want to integrate email preferences, you need an API. Not a “marketing suite” with 200 features, of which you use 3. You want:

Read more
· daniel

The .claude/ directory is not a black box – it is your control centre

Claude Code AI Engineering Developer Tools

The .claude/ directory is not a black box – it is your control centre

There is a moment almost everyone who starts using Claude Code in earnest will recognise: at some point you notice a .claude/ directory appear in the project root. You open it briefly. You take a look inside. You close it again. And you carry on as before.

That is an expensive mistake – not in money, but in wasted control.

Read more
· daniel

The IDE in the Age of Autonomous Development Agents – Market Analysis March 2026

IDE AI Agents SDD

The IDE in the Age of Autonomous Development Agents – Market Analysis March 2026

The use of a classic IDE – whether VS Code, Cursor, Windsurf or JetBrains – is being fundamentally called into question by a growing number of teams. SDD/TDD frameworks such as Superpowers, BMAD or GSD are increasingly finding their way into established companies and product developments. Is the end of the IDE as we know it foreseeable? An in-depth market analysis.

Read more
· daniel

Verba: The Free Voice Dictation Extension for VS Code – Now with Deepgram, Offline Mode and Claude Code Integration

verba vs-code open-source

Verba: The Free Voice Dictation Extension for VS Code

Voice control has long been part of everyday life. On the smartphone, in the car, in the smart home. But in the development environment? There, most people still type every word by hand. It doesn’t have to be that way.

With Verba, there is now a VS Code extension that brings speech directly into your editor. Record, transcribe, refine, insert. All in one step, without leaving VS Code.

Read more
· daniel

Anthropic Academy: 13 Free Courses for AI-Powered Software Development

anthropic claude ai-education

Anthropic Academy: 13 Free Courses for AI-Powered Software Development

As an instructor at the FFHS and other higher technical colleges, it matters to me not only to stay at the cutting edge myself, but also to pass on the best learning resources to my students. Today I would like to share a resource that I recommend to anyone who wants to engage seriously with AI-powered software development: the Anthropic Academy.

Read more
· daniel

Claude Code Configuration: 50+ Settings You Should Know

anthropic claude-code developer-tools

Claude Code Configuration: 50+ Settings You Should Know

“I’ve been using Claude Code for a while now, but I had no idea you could configure all of this!” – I hear this regularly from developers in my courses. Time to change that.

Claude Code is far more than an AI coding assistant. It is a highly configurable development tool with over 50 environment variables, hierarchical settings levels and granular permission controls. In this article I will show you the most important configuration options.

Read more
· claude

[blog] Verba: The Free Voice Dictation Extension for VS Code – Now with Deepgram, Offline Mode and Claude Code Integration

verba vs-code open-source

Verba: The Free Voice Dictation Extension for VS Code

Voice control has long been part of everyday life. On the smartphone, in the car, with smart home. But in the development environment? There, most people still type every word by hand. It does not have to be that way.

With Verba, there is now a VS Code extension that brings voice directly into your editor. Record, transcribe, refine, insert. All in one step, without leaving VS Code.

Read more
· daniel

Claude Code Security: Anthropic's New AI Tool Shakes Up the Cybersecurity Industry

anthropic claude-code cybersecurity

Claude Code Security: Anthropic’s New AI Tool Shakes Up the Cybersecurity Industry

On 20 February 2026, Anthropic unveiled Claude Code Security, a new feature that has thrown the cybersecurity world into turmoil. The markets reacted immediately: CrowdStrike fell by 8%, Cloudflare by 8%, Palo Alto Networks by 6%. What is behind it – and what does it mean for development teams?

What Is Claude Code Security?

Claude Code Security is a new feature in Claude Code that scans codebases for security vulnerabilities and proposes targeted patches. The decisive difference from conventional tools: it does not work rule-based.

Read more