airoweb

airoweb blog

Notes on making AI useful at work.

Posts about the messy middle of AI adoption: workflows, tools, MCPs, review habits, data boundaries, and the small decisions that make or break automation inside a team.

Recent notes.

All posts

3 min read

AI infrastructure

NotchFuel puts AI usage in the MacBook notch

NotchFuel makes the MacBook camera notch useful by keeping Claude Code, Codex, and Grok CLI usage visible without another dashboard.

macOSAI usagedeveloper toolsopen source

10 min read

AI infrastructure

Put the AI pentester in a test cell

Use AI to plan, correlate, and document a penetration test, while deterministic tools, external policy, and a human tester retain control of every risky action.

penetration testingAI agentsapplication securitySaaS

8 min read

Company adoption

Ask workers where the AI moved the work

An AI rollout can remove drafting while adding review, exception handling, surveillance, and accountability. A work-delta review makes that transfer visible before launch.

adoptionoperating modelworker consultationworkflow designgovernance

9 min read

AI infrastructure

The agent updated the record. The notification never left.

Two ordinary writes create a crash gap between an agent's decision and its external effect. Commit the decision and an outbox event together, then let a conventional relay handle delivery.

AI infrastructureagentsreliabilityevent-driven architecture

7 min read

Company adoption

AI governance needs decision rights, not another committee

A steering committee cannot own the daily decisions inside every AI-assisted process. Define who owns the governance system, the workflow, the platform, specialist review, and residual risk.

adoptiongovernanceoperating modelaccountability

9 min read

AI infrastructure

A running flag is not a lock for your agent queue

A task marked running can stay stuck after a worker dies, then collide with a replacement if the old worker returns. Expiring leases make ownership recoverable; guarded writes keep stale workers from acting.

AI infrastructureagentsqueuesreliability