OffNet Newsroom

Daily topic roundup

Agentic AI

Sunday, July 05, 2026 · 8 stories, curated & summarized — click any story for the source.

AWS What's New awsdatabase ↺ since 07-02

Amazon Bedrock AgentCore raises default runtime quotas for higher concurrency

AWS has increased the default runtime quota limits for Amazon Bedrock AgentCore to support larger-scale agent deployments. Concurrent session caps now reach 5,000 in US East and West, while all regions support 200 interactions per second and 25 new sessions per second. These adjustments allow developers to handle high-throughput workloads without immediately requesting quota increases.

  • US East and West regions now support 5,000 active concurrent sessions by default.
  • All regions support 200 agent interactions per second and 25 new sessions per second.
  • Higher default limits reduce friction for scaling high-throughput AI agent workloads.
  • Monitor actual usage against these new caps to avoid unexpected throttling.
AWS What's New awsdatabase ↺ since 07-03

AWS GA Amazon WorkSpaces for AI Agents: Screen-Level Automation for Legacy Apps

Amazon WorkSpaces for AI agents is generally available, allowing agents to interact with desktop applications via screen-level automation. This enables enterprises to automate workflows on critical, hard-to-modernize systems like ERPs and mainframes without building custom integrations. The service leverages existing WorkSpaces infrastructure to provide a secure, managed environment for these automated operations.

  • Agents operate desktop apps via screen interaction, bypassing the need for API modernization.
  • Ideal for automating legacy ERPs, CRMs, and mainframes with strict compliance needs.
  • Uses established WorkSpaces infrastructure for secure, scalable agent deployment.
  • Eliminates costs associated with custom integrations for proprietary tools.
GitHub Trending (daily) githubrepos ⚠ unverified date/source

dotnet/skills curates core plugins for .NET AI coding agents

The .NET team has released dotnet/skills, a repository of curated plugins designed to assist AI coding agents. These skills cover C# language server integration, advanced scenarios, data access via Entity Framework, and performance diagnostics. The project includes a dashboard tracking accuracy and efficiency metrics for the contained plugins.

  • Provides standardized .NET skills for AI coding agents to improve code generation accuracy.
  • Covers critical areas including LSP integration, data access, and performance diagnostics.
  • Offers a public dashboard to monitor plugin accuracy and efficiency trends over time.
  • Aligns with the agentskills.io standard for consistent agent-skill interoperability.
GitHub Trending (daily) githubrepos ↺ since 07-04 ⚠ unverified date/source

Agent Skills proposes open standard for extending AI agent capabilities

The agentskills/agentskills repository introduces a lightweight, open format for standardizing how AI agents acquire new expertise. A skill is defined as a folder containing a SKILL.md file with metadata and instructions, alongside optional scripts and reference materials. This structure allows developers to bundle specialized knowledge and workflows that agents can execute directly.

  • Standardizes agent extensibility via a simple folder-based structure.
  • SKILL.md file serves as the core manifest for metadata and instructions.
  • Supports bundling scripts, references, and templates for complex tasks.
  • Enables portable, reusable capabilities without vendor lock-in.
  • Reduces friction in integrating specialized domain knowledge into agents.
AWS What's New awsdatabase ↺ since 07-03

Amazon Bedrock AgentCore expands to Bangkok, Malaysia, Milan, and Spain

AWS has extended Amazon Bedrock AgentCore availability to four new regions: Asia Pacific (Bangkok and Malaysia) and Europe (Milan and Spain). This service enables engineers to build, connect, and optimize AI agents using any framework or model while enforcing infrastructure-level security. The expansion allows customers to deploy agents closer to end users to reduce latency, with full capabilities including runtime, identity management, and observability available at launch.

  • Bedrock AgentCore is now live in Asia Pacific (Bangkok/Malaysia) and Europe (Milan/Spain).
  • Deploy agents closer to users in these regions to achieve lower latency.
  • Security policies are enforced at the infrastructure layer and cannot be bypassed by agents.
  • All core features like runtime, tool connectivity, and session persistence are available at launch.
InfoQ generaldevops ↺ since 07-03

InfoQ eMag defines Agentic AI as a dominant new software architecture

InfoQ releases a mini-book positioning agentic AI architecture as a primary software paradigm for the coming years. Industry experts contribute articles detailing the specific elements and aspects that constitute this new structural approach. The collection highlights current trends and developments as agentic systems transition into mainstream adoption.

  • Agentic AI architecture is framed as a distinct, future-dominant software design pattern.
  • Content is curated by industry experts covering key architectural components.
  • Focuses on mainstream trends shaping the evolution of agentic system design.
  • Serves as a foundational resource for understanding the new structural paradigm.
GitHub Trending (daily) githubrepos ↺ since 07-04 ⚠ unverified date/source

OpenAI releases Codex plugin for Claude Code

OpenAI has published a plugin enabling Claude Code users to invoke Codex for code reviews and task delegation. The integration supports read-only reviews, adversarial challenges, and background job management via slash commands. It requires a ChatGPT subscription or API key and runs on Node.js 18.18 or later.

  • Enables direct Codex invocation from within the Claude Code workflow
  • Supports read-only reviews and steerable adversarial challenge modes
  • Provides commands for delegating work, transferring sessions, and managing jobs
  • Requires ChatGPT subscription or OpenAI API key with usage limits
GitHub Trending (daily) githubrepos ⚠ unverified date/source

Alibaba Page Agent: In-page JS GUI control via natural language text DOM

Alibaba's Page Agent is a JavaScript-based GUI agent that operates directly within web pages, allowing users to control interfaces through natural language commands. It relies on text-based DOM manipulation rather than screenshots or multi-modal LLMs, eliminating the need for browser extensions, Python scripts, or headless browsers. The tool supports bringing your own LLMs and includes an optional Chrome extension and MCP Server for external control.

  • In-page JS integration avoids external dependencies like headless browsers or extensions.
  • Uses text-based DOM manipulation instead of screenshots or multi-modal AI models.
  • Enables rapid SaaS AI Copilot implementation with minimal code changes.
  • Optional MCP Server allows external systems to control the in-page agent.