Tag: agents
All the articles with the tag "agents".
-
I Pointed an AI Code-Security Tool at My Own Control Plane
Corridor reviews AI-generated code inside the coding loop instead of after commit. I imported a real AWS control plane, planted an IDOR bug in a PR, and watched what it caught.
-
What Actually Gets Stored When You Put a Vector in S3 Vectors
A vector store keeps three things per record — a key, an array of floats, and a bag of metadata. Your document text is stored as metadata, and a 2 KB limit on the filterable part is what quietly breaks ingestion.
-
Which Tier Does Your Vector Workload Live On?
Amazon S3 Vectors dropped the entry cost of vector storage on AWS to near zero. The question that matters now is which tier of the cost/latency curve your workload sits on — and why agents belong on the cheap one.
-
How AgentCore Gateway Turns Any API Into an Agent Tool
AgentCore Gateway is a managed front door between agents and tools. It handles inbound auth, outbound auth, and protocol translation once, so any API or Lambda becomes an MCP tool that every connected agent can call. Here is how the wiring actually works.
-
Zed on Bedrock Makes the Agent Harness Portable
Wiring Zed to Amazon Bedrock turns Zed's agent harness into a provider-portable coding surface across the frontier models your account can reach.
-
Agent Sprawl Is a Skills Problem
I had hundreds of skills scattered across agent harnesses, repos, and drafts folders. No single view of what existed, what was current, or what was actually wired in. The market is hitting the same wall.
-
Skills Are a Git-Native Distribution Primitive
Updated:The industry has been converging on repo-as-source-of-truth for agent skills for months. What was missing was a working example of the whole lifecycle, fully built. One tool actually built it.
-
Builder's Daily Is a Fleet, Not a Newsletter
Updated:How Builder's Daily works: 14 bounded scanner agents, filesystem memory, explicit curation, composable publish skills, and a public machine-readable surface — not one digest in your inbox.