Click any tag below to further narrow down your results
Links
The author warns that “agentic design systems” often blur the line between using AI for tasks and handing off core judgment to autonomous loops with no human oversight. He argues design systems are governance tools requiring human-owned gates and accountability, and that removing those humans risks unchecked drift.
This article introduces Agentic Experience (AX) Design, a new field focused on mapping and automating business workflows for autonomous AI agents rather than humans. It outlines the AX designer’s role—investigating real processes, structuring machine-readable systems, and defining guardrails—to ensure reliable, scalable automation.
This GitHub repo provides a coding-agent skill that runs automated security audits in six phases—recon, hunting, validation, reporting, structured output, and independent verification—to identify exploitable vulnerabilities. It uses parallel agents to generate and disprove findings, outputs structured JSON conforming to a schema, and independently verifies each claim against the source code. Each run reads prior findings to skip known issues and improve coverage.
NiCE AI Agents tap into your company’s knowledge base to resolve support requests in seconds instead of minutes. Designed for enterprise deployment, they automate the entire customer journey from intent detection to resolution. Proven at scale, they aim to replace hold music with instant answers.
The article argues that AI “loops”—self-prompting agents using a goal, context, evaluation, and an agent—outperform single-shot prompts for long-running tasks. It outlines key components, real examples like PR babysitters and bug fixers, and explains why better models, built-in loop commands, and maturing toolchains make loops practical now.
Factory 2.0 describes an end-to-end AI agent system that turns signals like bug reports and customer feedback into planned changes, code, tests, reviews, deployments and monitoring in a continuous loop. It stresses choosing the right models, maintaining data sovereignty, and enabling the system to learn from its own operations. Engineers shift from writing code to designing, governing and improving these autonomous pipelines.
Anthropic published a hands-on workshop that teaches you to build and run a fully automated company using only AI agents. It explains how to assign tasks, execute processes, and coordinate workflows without employees or meetings. The author has subtitled the material into Spanish.
This article shows how solving complex problems benefits from a team of AI agents with roles like planner, doer, tool operator, critic, supervisor, and presenter. It breaks down each subagent’s function and gives tips on prompting, model choice, tuning, and context setup. The CDN-Folk case illustrates how a team of agents designed, validated, and deployed a content delivery network faster than traditional methods.
This article compares two main options for setting up an AI agent: the user-friendly Claude and the customizable Hermes. It explains the differences between AI agents and chatbots, outlines the setup processes for each option, and emphasizes the importance of .md files for effective AI interaction.