Tag: #Agent

17 posts

The Hottest Topic in Tech Has Moved from Models to Agents
Original Artificial Intelligence · Views

The Hottest Topic in Tech Has Moved from Models to Agents

The real heat in tech is no longer just another model release. AI coding agents are entering real development workflows: taking tasks, editing repositories, running tests, opening pull requests, and forcing old questions about context, safety, and review back onto the table.

Browser Agents Need Guardrails Before More Permissions
Artificial Intelligence · Views

Browser Agents Need Guardrails Before More Permissions

Once browser agents move from reading pages to clicking buttons, filling forms, and submitting actions, their product value rises together with the risk of mistakes and overreach. Guardrails must mature before automation is granted broad authority.

From Prompt to Context Engineering
Artificial Intelligence · Views

From Prompt to Context Engineering

Agent systems are no longer just about writing a prompt. What determines production quality is how we select, trim, order, validate, and replay context so the model gets just enough information at each step.

MCP Needs Security Boundaries, Not Just More Tools
Engineering Practice · Views

MCP Needs Security Boundaries, Not Just More Tools

MCP makes tool integration more uniform, but once tools can read files, query databases, and send messages, security becomes a problem of permissions, identity, audit trails, data flow, and supply chain.

AI Agents Need Observability Too
Operations · Views

AI Agents Need Observability Too

When an agent system fails, the final answer often hides the reason. Debugging production agents requires traces for tasks, tools, context, cost, retries, and evidence at every step.

Codex App Server: Bringing Coding Agents Into Your Own Workbench
Artificial Intelligence · Views

Codex App Server: Bringing Coding Agents Into Your Own Workbench

A practical look at the protocol boundary of Codex App Server, the product and engineering scenarios it fits, and how it compares with Claude Code and Cursor in automation, cloud agents, and custom integrations.

The Longer You Use Codex, The More You Need To Save Tokens
Artificial Intelligence · Views

The Longer You Use Codex, The More You Need To Save Tokens

A token and cost breakdown from one real long Codex session: why context is expensive, which conversations cost the most, how prompt caching helps, and practical ways to split sessions, compress logs, use files, and preserve stable rules.

Codex, Cursor, And The Codex Extension Inside Cursor
Artificial Intelligence · Views

Codex, Cursor, And The Codex Extension Inside Cursor

A practical guide to combining Codex and Cursor: product boundaries, Codex IDE, Codex CLI, the Codex extension inside Cursor, Skills, Cursor Rules, session context, and a workable coexistence workflow.

Cursor SDK And Custom Agents: What It Is Really For
Artificial Intelligence · Views

Cursor SDK And Custom Agents: What It Is Really For

Cursor's TypeScript SDK exposes the agent capability behind IDE, CLI, and Cloud Agents as a programmable interface. This article explains runtimes, hooks, MCP, examples, use cases, and a CI failure repair workflow.

Cursor And Claude Code Should Not Be Compared Like This
Artificial Intelligence · Views

Cursor And Claude Code Should Not Be Compared Like This

Instead of turning tool discussion into a succession story, this article separates what Cursor and Claude Code are each good at: IDE context, browser interaction, Auto mode, terminal workflows, and underestimated Cursor capabilities.