The Hidden Corruption Tax of AI Delegation
Analysis of how AI delegation in long workflows corrupts content, with solutions inspired by linters and CI for LLM oversight.
Analysis of how AI delegation in long workflows corrupts content, with solutions inspired by linters and CI for LLM oversight.
Explores how AI impacts software engineers' roles, focusing on mental load and the value of ownership.
Explores how OAuth delegation and 'On Behalf Of' flows apply to AI agents, discussing authorization challenges in agentic systems.
A technical guide on configuring OAuth 2.0 token delegation for an A2A (Agent-to-Agent) system using Python, FastAPI, and security schemes.
Practical advice for new engineering managers on hiring, delegation, feedback, and protecting team focus to drive productivity and success.
A monthly update on TinyPilot, covering EU distribution setup, team delegation, and product development progress like a PoE adapter.
Explains delegation of authority in security, focusing on SQL Server and Azure AD, covering identity vs. authorization level delegation and practical examples.
A tutorial on using iOS's CNContactPickerViewController to let users select contacts or specific contact data without requiring full contacts permission.
A tutorial explaining the Swift delegate design pattern, including protocol definition, implementation, and memory management with weak references.
A guide explaining how delegation works in Swift, focusing on protocols as blueprints and contracts for iOS development.
A guide explaining how delegation works in Swift, focusing on protocols as abstractions for the delegation design pattern.
A Swift developer's guide explaining the delegation design pattern in iOS development, breaking down concepts for beginners.
A Swift developer's guide explaining the delegation design pattern in iOS development, breaking down what delegation is and how it works.
Analysis comparing NSNotificationCenter and delegation patterns in Swift for instance-to-instance communication.
Analysis of NSNotificationCenter vs delegation in Swift for structured instance-to-instance communication.
Exploring cleaner delegation patterns in iOS Swift by moving delegate responsibilities out of View Controllers.
Explains how to use NSProxy for efficient, boilerplate-free optional delegate method calls in Objective-C/iOS development.