Agents, Checklists, and the New Architecture of Intelligence
Originally posted on trent.ai on November 18th 2025. Musings while traveling and speaking… Recently, after speaking at an industry event, it got me th
Originally posted on trent.ai on November 18th 2025. Musings while traveling and speaking… Recently, after speaking at an industry event, it got me th
C# 14 introduces extension members, allowing developers to add properties and static members to existing types, not just methods.
Author announces early-access discount for their new book on data structures and algorithms, available through Manning's MEAP program.
Generating dynamic Open Graph images for poems using ColdFusion and Java, adapting text to landscape format for social media previews.
Explores AI as a new computing paradigm (Software 2.0), where automation shifts from specifiable tasks to verifiable ones, explaining its impact on job markets and AI progress.
A guide to deploying .NET applications on Red Hat OpenShift using the Source-to-Image (S2I) tool, covering setup and a sample project structure.
Argues that generic Tooltip components in design systems are flawed and proposes better, more accessible alternatives for web development.
An analysis of the tedious process of adding a VLAN in OPNsense, requiring 26 clicks and 6 screens, with suggestions for UI improvements.
A guide to choosing the right state management approach in Vue.js, comparing composables, provide/inject, and Pinia with practical examples.
Explores three CSS snippets for conditionally applying border-radius to prevent visual issues when elements touch viewport edges.
A developer reflects on the impact of AI-generated code on small, educational open-source libraries like his popular blob-util npm package.
Explores Andrej Karpathy's concept of Software 2.0, where AI writes programs through objectives and gradient descent, focusing on task verifiability.
iOS26 Safari's theme-color and tab-tinting feature is broken when using fixed-position elements like modals, causing unwanted color changes.
Explains how hardware performance depends on software selection and tuning, using a three-stage rocket analogy for tech leaders.
A critical analysis of 10 popular Java libraries, discussing their relevance and whether they are still worth using in modern development.
Azure Firewall adds packet capture for troubleshooting, and Azure WAF on Front Door introduces a JavaScript challenge for bot mitigation.
Release of llm-anthropic plugin 0.22 with support for Claude's structured outputs and web search tool integration.
A technical guide explaining how to set up a custom CDN subdomain using Backblaze B2 for storage and Cloudflare for DNS and URL rewriting.
Explains C# 14's new Interceptors feature, allowing compile-time method call replacement without runtime overhead.
Practical guide to using C# 14 interceptors with a Source Generator for automatic correlation header propagation in HttpClient.