Category: AI

16 June 2026
Using CONTENT_TYPE to split HTTP traffic by format

Cloudflare Radar API traffic share is one of those measures that looks tidy until you check the rules behind it. I like that; it stops you mistaking a neat chart for the truth, which is how you end up believing nonsense with confidence.

Read more
15 June 2026
Using network_id: 'cf1:network' with remote: true

I keep coming back to Cloudflare Workers VPC because the clever bit is not the binding, it is the return path. Set `remote: true` carelessly and you get traffic that looks fine on paper, then falls apart the moment a real service tries to answer.

Read more
8 June 2026
PreSignUp_ExternalProvider gaps in AWS Cognito

AWS Cognito PreSignUp_ExternalProvider is where the awkward bit starts, because the claim becomes a user record before most of the usual checks wake up. I’ve seen enough homelab messes to know that a misplaced check is worse than no check at all.

Read more
6 June 2026
Patching OpenVPN 2.6.x and 2.8_git

OpenVPN vulnerabilities are tedious until they are not; this one lives in the handshake path, so a crafted packet can knock the process over before you have even noticed the client has connected. I would patch the affected builds first, then check every forgotten desktop and mobile client I had left behind.

Read more
28 May 2026
Qwen3.7-Max agent workflows with tool bounds

Qwen3.7-Max agent workflows only behave when the tool chain is fenced in, and I trust boundaries more than clever prompts. Let the model read, decide, and draft, but keep secrets, writes, and untrusted output on a short leash, where a bad payload cannot wander off and do damage.

Read more
26 May 2026
Indexing prompt injection in search results

Search results are not neutral once retrieval gets involved. I keep seeing prompt injection treated as an edge case, when a single poisoned page can steer an answer if the stack is lazy about source trust and output filtering.

Read more
26 May 2026
Why AI-promoted commencement speeches backfire

AI-promoted commencement speeches fail for the same reason most institutional waffle does, they sound prepared for approval, not for people. Graduates can spot that instantly, and once they do, the message lands as spin, not encouragement.

Read more
6 May 2026
Token spend caps for AI APIs

AI token spend caps are one of the few sane ways to stop convenience from turning into a bill I have to explain later. Alerts are useful, but they arrive after the request has already spent the money; by then, the damage is done.

Read more
11 April 2026
Running local agentic AI coding workflows without cloud subscriptions

Running a local model means no quota walls, no token metre ticking, and no surprise bills when the agent loops through ten reasoning steps. Cloud coding assistants collapse under agentic use; local agentic AI coding doesn't.

Read more
8 March 2026
Fraudulent accounts and proxy services in AI compliance

Navigating the complex landscape of AI compliance is essential. This guide explores lessons from the Anthropic allegations, highlighting key strategies to protect AI systems and data integrity.

Read more
25 February 2026
Assessing AI integration with Nvidia Windows SoC

Unlock the full potential of Nvidia's Windows SoC with our guide on optimising network configurations for AI workloads, ensuring low latency and high security.

Read more
24 February 2026
Logging and auditing AI actions in your homelab

Log every AI action, store structured JSON events, and protect the audit trail so you can trace changes and roll them back. These practical steps make AI management in your homelab visible, reversible and secure.

Read more
18 February 2026
Integrating AI software configurations in your homelab

Plan and version your homelab so AI software configurations remain reproducible, secure and easy to roll back. You should automate provisioning and testing, segment workloads on separate VLANs and keep secrets in an encrypted vault to reduce manual drift and simplify recovery.

Read more
16 February 2026
Maintaining user agency in AI decision-making

Maintain clear AI control by keeping decisions visible and reversible so you retain agency in your homelab; require explicit confirmation for critical actions, log inputs, model version and confidence, and provide a simple rollback command.

Read more
1 February 2026
Using cloud services for AI work

Unlocking AI adoption for IT teams is essential for staying competitive. Discover practical strategies for leveraging cloud services, reskilling, and automating tasks effectively.

Read more
30 January 2026
AI deployment barriers in business operations

Unlock the potential of AI in your business with this essential guide. Discover common pitfalls, effective fixes, and strategies for maximising ROI from AI investments.

Read more
30 January 2026
Managing AI integration risks in ServiceNow workflows

Integrating OpenAI models into ServiceNow workflows transforms automation, enhancing capabilities while raising governance concerns. Discover strategies for effective implementation and risk management.

Read more
29 January 2026
Implementing automation in your daily work

Struggling with automation amid shrinking headcounts? This practical guide reveals strategies for effective automation and AI integration, ensuring your role remains invaluable.

Read more
28 January 2026
Exploring sponsored content in ChatGPT responses

OpenAI advertising is coming to ChatGPT. Ads will appear in free and low-cost tiers, often labelled Sponsored. You should check your account tier and privacy settings. Export or delete sensitive conversations, and consider paid plans that exclude ads if you need stronger privacy guarantees.

Read more
26 January 2026
Integrating AI features into a Windows 365 setup

Guide to Windows 365 configuration for homelab users. Start with Azure AD identity and Intune provisioning. Control privacy and resource access, automate licence assignment and shutdowns, and isolate Cloud PCs used for AI features to protect sensitive data.

Read more
26 January 2026
Managing email queries with AI

I started using AI inbox management because my inbox stopped being a place to work and became a place to hide. I wanted fewer interruptions and clearer priorities. I also wanted the grunt work gone, not the thinking. This note sticks to the practical bits I use with Gmail and AI tools like Google CC, […]

Read more
24 January 2026
Tightening Siri on iPhone, iPad and Mac

Siri configuration for iOS 27 reduces latency and protects your data. Update your device, trim app permissions, enable on-device processing if available. Use short voice shortcuts and local actions. Test response times and audit settings after each OS update.

Read more
23 January 2026
Implementing ethical AI principles in Claude

I build homelab projects the blunt way: pick a clear goal, add minimal kit, test until it behaves. Ethical AI principles in Claude work the same way. The useful bit is turning broad rules into something the system can actually check. Anthropic’s constitution is a starting point. It is long and written as principles rather […]

Read more
16 December 2025
Privacy in design and what Apple’s leadership change says about it

Privacy in Design makes data decisions part of your UI. Set privacy-preserving defaults, use local models, and make opting out as easy as opting in. Test defaults and measure data flow alongside engagement.

Read more
14 December 2025
Build AI agents in Google Workspace Studio

Google Workspace Studio lets you build AI agents without code. Start with a small, safe use case. Limit scopes, test with sample data, and require your approval for destructive steps. Log actions and assign an owner to each agent.

Read more