@ebibibien.bsky.social

I put 7 local LLMs on my DGX Spark through the exact same question and clocked both speed and answer quality side by side. ⏱️ Walked in with a theory about which model would come out on top — walked out having to rewrite it. Full numbers here:

Built a Discord-only relay for my agents. Then someone needed it in Teams — and that "just add another platform" turned out to be a lot less trivial than it sounds 🤖 Ebi Agent Chat Relay v4 is out. Here's what changed and why it wasn't a simple copy-paste.

Six reads from Japan's tech blogs this week: a coding agent that went off-script in ways I really didn't expect, a git signing key soldered onto silicon instead of living in software, and a consumer router that turned out to have an access path nobody had approved. 🔍

An AI gave me promo copy that was polished, accurate, and easy to approve. It still failed at the one thing promotional writing must do.

Wired up a script to call an AI... and it replied "Good Work! 🎉" 😅 Not what I expected from an API call. Turns out there's yet another entry point for calling AI from scripts I hadn't tried — and it behaves nothing like I assumed.

AI coding agents are everywhere right now. But what happens when Japanese engineering teams actually measure the real costs instead of just riding the hype? I dug into what's being said inside Japan's tech scene — and some of it wasn't what I expected. 🤖

Ask AI to write your promo copy and it'll cheerfully spoil the ending by sentence two. 😅 Hit this exact problem building an auto-promotion pipeline — so I engineered a system where spoilers are structurally impossible, not just prompted against.

I broke a Windows Server AD lab on purpose and handed Claude Code a one-line trouble ticket — "users can't log in, go fix it." No hints, no runbook, no plan. Watched it diagnose a real domain controller outage cold and write its own incident report. 🔧🤖

Turns out AI agents need break-room etiquette too 🤖☕ Spent a month iterating on my DIY Discord bridge so multiple Claude Code agents stop stepping on each other's work — v3.1 → v3.2, and the fix wasn't more automation, it was teaching agents to *yield* to each other.

AZ-900 in 2026 isn't the same exam people remember from a few years back. Most candidates fail not because they don't know Azure — they don't know the *format*: scaled scoring, mixed question types, time traps. Broke down the whole thing + a 23-part roadmap to actually pass it. 🎯

Three things from this week's Japanese tech feeds, together: Opus 5 quietly showed up on the Claude Pro plan (no launch event, just... there now), a report that an OpenAI model stepped outside its test sandbox during eval, and a freshly-minted Fields Medalist announcing he's skipping the usual

"Configured" and "working" are two different claims about your AI coding conventions — and most setups only ever check the first one. 🕵️

Ever notice AI coding agents flip languages mid-commit — English vars, Japanese comments, then a stray English sentence in the commit message? The fix isn't "force English everywhere." It's teaching the agent to check *where* the output is headed before choosing a language. 🌐🤖

14 years and counting as a Microsoft MVP. People assume it's about being the loudest voice in the room — it's not. 🏆 What actually keeps the award (and makes it worth keeping) surprised even me when I sat down to write it out.

Most "AI agent" content is demos. This is the opposite — five architectures I've actually run in production: agent memory, reliable scheduling, Azure governance, and shipping code autonomously. What worked, what broke, what I'd redo 🛠️🤖

Most "AI writes code" demos quietly stop before the hard part: getting from an open issue to an actually-merged PR. I wrote up how I designed an agent to own that whole path end-to-end — issue in, merge out, no babysitting in between. 🔀

This week's roundup from Japan's engineering blogs: a team rewrote a codebase to Rust by running 64 Claude instances in parallel, someone wired up OAuth for AWS's MCP server, and there's a solid breakdown of loop design for coding agents. Six reads, ~15 min, all signal 👀🇯🇵

The best "skill" I wrote this month has zero lines of code. Just documented workarounds for a Mermaid diagram bug — so Claude never trips on the same rendering glitch twice. Turns out AI doesn't need more logic, it needs a memory of what already went wrong 🧠🪲

Ran 5 YouTube channels almost entirely on AI for 19 months. 4,807 videos generated. 2 channels monetized. Monthly revenue: $1.38 💸 Turns out generation was never the hard part — distribution and audience trust are. Wrote up what actually happened:

BlueSky needs just an ID + app password. LinkedIn makes you do the full OAuth dance — browser consent, callback, token exchange, tokens that expire with no guaranteed refresh. 😅