boltUpdate
Tools & SDKs
·
Jul 8, 2026
·
12 min read
I used to think the commit was the natural unit of software history. It is clean. It has a hash. It has a message. It fits in CI. It can be reviewed, reverted, cherry-picked, and blamed.
boltUpdate
Tools & SDKs
·
Jul 2, 2026
·
3 min read
If you’ve been waiting for a computer-use agent you can run on your own machine — sandboxed, human-in-the-loop, and open source — Microsoft’s Magentic-UI is the repo to clone this week. It now leads with MagenticLite (“Big tasks. Small models.”), a redesign from Microsoft Research AI Frontiers that pairs a small-model orchestrator with a dedicated browser-use model, and keeps you in control the whole way.
boltUpdate
Tools & SDKs
·
Jul 2, 2026
·
2 min read
Microsoft Agent Framework’s latest releases — Python 1.10.0 (June 30) and .NET 1.12.0 (July 2) — change a security default that’s easy to miss in the changelog: agent tools and file access now require approval unless you opt out. Both land as breaking changes.
scienceDeep Dive
AI & LLM
·
May 24, 2026
·
18 min read
The OWASP LLM Top 10 exists because shipping an LLM to production without a security model is a new category of risk that the existing web application security playbook doesn’t fully cover. Prompt injection has held the #1 spot on that list since the first version was published, and it’s not there because researchers think it might be a problem someday. It’s been demonstrated against production systems at companies that knew what they were doing.
scienceDeep Dive
AI Engineering
·
May 10, 2026
·
12 min read Structure prompts around identity, grounding, task rules, role context, and YAML composition so agents stay consistent over time.
scienceDeep Dive
AI Engineering
·
May 10, 2026
·
13 min read Package the agent stack with one multi-target Dockerfile, one Compose file, and a dev.sh script with health gates locally.
scienceDeep Dive
AI Engineering
·
May 9, 2026
·
8 min read Compare the six Python and .NET MAF API differences you will hit when porting samples, from constructors to workflow wiring.
scienceDeep Dive
AI Engineering
·
May 9, 2026
·
14 min read Build an eval pipeline with golden datasets, scoring, smoke/full modes, and CI gates to catch prompt regressions before release.
scienceDeep Dive
AI Engineering
·
May 9, 2026
·
18 min read Every MAF concept from the prior chapters, mapped to the exact file and line where it lives in the live e-commerce repo.
scienceDeep Dive
AI Engineering
·
May 3, 2026
·
7 min read Render any workflow as Mermaid (GitHub-friendly) or Graphviz DOT (production runbooks). One line each, deterministic output, dark-mode-safe palette.
scienceDeep Dive
AI Engineering
·
May 3, 2026
·
14 min read Add HTTP-layer production patterns for password reset, refresh-token rotation, reuse detection, and secret rotation in APIs.
scienceDeep Dive
AI Engineering
·
May 3, 2026
·
17 min read Run MAF DevUI locally to test prompts, inspect tool calls and OTel spans, and register agents by code or directory discovery.