📡 The Signal Room

Monday, September 7, 2026

20 stories · Deep format

Generated with AI from public sources. Verify before relying on for decisions.

🎧 Listen to this briefing or subscribe as a podcast →

As major enterprise software vendors coalesce around a standardized three-layer agent stack, developer tooling is rapidly shifting from sequential prompt completion to parallelized DAG workflows and agent-verifiable codebases.

AI Agents & Dev Tools

Broadcom, ServiceNow, and CrowdStrike Converge on Standardized Three-Layer Agent Infrastructure Stack

Leveraging the Model Context Protocol (MCP) standard we've been tracking—which recently passed the 97 million NPM downloads we noted earlier this week—enterprise software vendors including Broadcom, Citrix, CrowdStrike, ServiceNow, and Genesys independently released structured three-layer agent infrastructure architectures covering connectivity, security, and observability. Rather than offering standalone agent management products, these vendors are integrating control planes directly into their existing enterprise suites.

Enterprise buyers are rejecting fragmented third-party AI wrappers in favor of platform-native security and routing controls. By standardizing on MCP for tool connections and embedding observability directly into application runtimes, major vendors have established clear baseline requirements for enterprise agent deployment. ForConnectAI, this protocol consolidation offers a clear blueprint for embedding verified agent networking capabilities without building bespoke integration layers.

Enterprise IT leads argue that native platform integration is mandatory to enforce compliance and prevent shadow AI deployments. Conversely, independent security startups contend that vendor-native governance layers lack cross-platform visibility across heterogeneous cloud environments.

Verified across 1 sources: Forkast (Sep 6)

OpenAI Quantifies Agent Usage: Researchers Consume Up to $7,000 Daily in Automated Intern Benchmark

OpenAI published operational metrics on Sunday, September 6, 2026, detailing internal usage of coding agents across its research organization, reaching an 'automated research intern' milestone of 3.1 agent-workdays executed per human workday. Median researchers spent over $600 daily on inference at standard API rates, while 90th-percentile users exceeded $7,000 per day. The report emphasized that over half of successful 4-to-8-hour agent runs required human intervention.

These figures offer a concrete baseline for token expenditure and supervisory overhead when scaling autonomous engineering tools. The high rate of required human intervention confirms that agents remain supervised execution tools rather than independent workers. Engineering leaders must budget for substantial verification bandwidth and inference costs when deploying long-horizon coding workflows.

OpenAI internal leads emphasize that agent acceleration yields significant net engineering gains despite heavy token consumption. Independent devtool leads counter that without strict execution budgets, unmonitored agent loops generate massive API costs for incremental code output.

Verified across 1 sources: ChatGPT AI Hub (Sep 7)

Context Mode MCP Server Uses SQLite BM25 Search to Slash Agent Token Usage by 98%

Developer tooling project Context Mode launched an open-source MCP server on Monday, September 7, 2026, designed to prevent context window bloat by routing session data through sandboxed tools. The system indexes file edits, Git history, and command outputs inside a local SQLite database using FTS5 and BM25 search algorithms, achieving up to a 98% reduction in prompt token consumption. The tool supports 17 platforms—including Claude Code, Cursor, and Copilot CLI—by instructing models to write analysis scripts rather than ingesting raw file dumps.

Context window exhaustion and high token costs remain primary operational bottlenecks for developers running coding agents on large codebases. By shifting from raw context ingestion to local database indexing and code-driven retrieval, Context Mode provides an efficient blueprint for context management. Integrating local search primitives prevents performance degradation during multi-hour refactoring sessions.

Maintainers assert that forcing models to query structured local databases eliminates context pollution and lowers API bills. Skeptics note that script-based retrieval introduces extra tool-use latency steps that can slow down simple code edits.

Verified across 1 sources: GitHub (Sep 7)

Vincent v0.8.0 Introduces Parallel Agent DAG Workflows across Git Worktrees

Open-source developer Lezli01 released vincent v0.8.0 on Sunday, September 6, 2026, adding parallel AI coding agent orchestration structured as a Directed Acyclic Graph (DAG). The update allows complex tasks to be broken down into dependency-managed units running concurrently across separate Git worktrees and branches, dropping task execution times from 14 minutes sequentially to 10 minutes in parallel waves. The release also adds conversational chat handoffs that seed structured task execution without losing workspace state.

Sequential execution limits throughput for autonomous coding tools regardless of context window size or model speed. Vincent's DAG-based worktree isolation demonstrates how multi-agent coordination can scale throughput by parallelizing independent code edits. Unifying conversational brainstorming with deterministic pipeline execution addresses a major point of friction in devtool UX.

The maintainer highlights that DAG-based worktree isolation prevents git merge conflicts and allows granular cost tracking per step. Experienced contributors warn that complex fan-out execution graphs can make debugging non-deterministic failures significantly harder when parallel branches fail simultaneously.

Verified across 4 sources: DEV Community (Sep 6) · Lezli's Blog (Sep 6) · DEV Community (Sep 6) · Vincent Changelog (Sep 6)

Breeze v2 Embeds MCP and Distributed Tracing into Go Event-Driven Runtime

Developer Farshad Khazaee released Breeze v2 on Sunday, September 6, 2026, a Go backend framework designed natively for MCP agent interaction and distributed systems. Built on an event-driven gnet core, Breeze v2 embeds MCP directly into the application runtime, automatically converting HTTP routes into MCP tools that share standard middleware chains. The release includes Breeze Fleet, a distributed tracing aggregator providing live p50/p95 latency telemetry and root-cause analysis without external OpenTelemetry collectors.

Treating AI agents as external clients requiring bespoke wrappers introduces API latency, auth duplication, and observability gaps. Breeze v2 offers a compelling architecture by embedding MCP schemas and execution tracing directly into application server primitives. This allows engineering teams to expose performant, production-grade control planes to coding assistants.

The framework author argues that native runtime integration eliminates middleware overhead and ensures agents respect standard application auth. Enterprise architects caution that adopting specialized framework runtimes can create vendor lock-in compared to using language-agnostic sidecars.

Verified across 2 sources: DEV Community (Sep 6) · GitHub (Sep 6)

Nori Introduces Agent Optimized Code (AOC) Framework to Standardize Agent-Friendly Repositories

Nori published the 'Agent Optimized Code' (AOC) operational framework on Monday, September 7, 2026, outlining codebase design patterns intended to maximize agent autonomy and eliminate generated slop. The specification recommends maintaining local intent through docs.md files, using typed in-distribution languages like TypeScript and Python, adopting single-tenant architectures, and making repositories verifiable through automated test scripts.

Legacy codebases designed for human readability often introduce context degradation and execution errors for autonomous agents. Establishing standardized practices for agent-friendly codebase architecture allows engineering teams to grant agents higher execution autonomy safely. This represents an emerging category of internal developer standards tailored for agentic software maintenance.

Nori's engineering team maintains that structuring repositories for automated test verification drastically reduces hallucinated code edits. Traditional software architects argue that optimizing codebases primarily for AI consumption can reduce readability for human engineers who must audit output.

Verified across 1 sources: 12 Grams of Carbon (Sep 7)

AI Startups & Funding

OpenAI Agrees to Acquire Ona to Build Dedicated Cloud Infrastructure for Codex Agents

OpenAI reached an agreement on Sunday, September 6, 2026, to acquire Ona, a startup building secure cloud execution environments for autonomous AI agents. Ona's team and technology will be integrated directly into OpenAI's Codex division to provide isolated, persistent cloud sandboxes where coding agents can install dependencies, run tests, and execute multi-step workflows. Financial terms and closing timelines were not disclosed.

Securing isolated execution environments is becoming a critical competitive moat for coding platforms as agents transition from generating inline code to running full applications. Acquiring specialized sandbox infrastructure allows OpenAI to mitigate client-side security risks while maintaining persistent state across long-running tasks. This consolidation reduces the availability of independent agent-cloud providers for early-stage devtool startups.

OpenAI views native cloud execution as essential for delivering reliable, enterprise-grade autonomous software engineering. Platform competitors argue that bundling proprietary cloud runtimes restricts developer choice and locks teams into vendor-controlled compute environments.

Verified across 1 sources: AI Market Watch (Sep 6)

Wafer Secures $40M Series A at $200M+ Valuation for Agentic GPU Inference Optimization

San Francisco inference optimization startup Wafer closed a $40 million Series A on Sunday, September 6, 2026, co-led by Marathon and Chemistry at a $200M+ valuation—a 50x increase over its seed round five months prior. Founded by Emilio Andere and Steven Arellano, the 10-person team reached $8 million in ARR by deploying autonomous agents that continuously profile hardware workloads and tune kernels. Wafer demonstrated its agents tuned AMD MI355X GPUs to achieve 80% of Nvidia B200 throughput at under half the cost per token.

Inference expenditure is the primary unit-economic constraint for startups scaling high-volume agent applications. Wafer's rapid valuation growth validates the market demand for software-driven hardware optimization that bridges the performance gap between AMD and Nvidia silicon. Using autonomous agents for dynamic kernel tuning provides a path to reduce dependency on scarce Nvidia chips.

Wafer's founders maintain that agentic kernel profiling outperforms static compiler optimizations across heterogeneous compute clusters. Hardware analysts note that while software tuning yields impressive gains, long-term performance moats still depend on underlying memory bandwidth and interconnect hardware specs.

Verified across 2 sources: Pomegra (Sep 6) · SuperbCrew (Sep 6)

HubX Raises $75M from Point72 at $1.275B Valuation as Bootstrapped AI App Studio

Izmir-based app studio HubX secured $75 million in Series A funding from Point72 Private Investments on Monday, September 7, 2026, at a $1.275 billion pre-money valuation. The company had previously built over 40 AI consumer apps generating 600 million downloads across 190 countries without external venture capital. HubX plans to use the capital to expand its app portfolio and launch an acquisition platform for early-stage AI products, marking Turkey's first AI-native consumer app unicorn.

HubX's valuation highlights the capital efficiency achievable by multi-product AI app studios leveraging shared cross-promotion engines. Point72's investment underscores that systematic distribution and user acquisition capabilities can create durable enterprise value outside traditional Silicon Valley hubs. This studio model offers a playbook for scaling portfolio reach without relying on single-product bets.

Point72 investors emphasize HubX's proven growth platform and cross-app monetization engine as sustainable competitive moats. Venture analysts question whether consumer app portfolios can maintain high user retention as foundation model labs integrate similar consumer capabilities natively into operating systems.

Verified across 1 sources: Pomegra (Sep 7)

Travis Kalanick's Atoms Raises $1.7B Series A to Deploy B2B Autonomous Vehicle Stack

Autonomous vehicle startup Atoms, led by Travis Kalanick, closed a $1.7 billion Series A round led by Andreessen Horowitz on Monday, September 7, 2026, alongside a potential $100 million strategic investment from Uber. Positioning itself as a B2B robotaxi platform supplier rather than a fleet operator, Atoms integrated leadership from its prior acquisition of autonomous mining firm Pronto, including former Uber ATG chief Anthony Levandowski. The company is preparing a major commercial push to license standardized AV stacks to global fleet operators.

Atoms' pivot toward B2B licensing addresses the high capital requirements of operating proprietary robotaxi fleets by offering standardized software stacks to existing transport operators. The backing from Andreessen Horowitz and Uber signals a structural shift toward unbundling autonomous vehicle software from physical fleet management. This platform approach could accelerate robotaxi adoption by lowering entry barriers for regional fleet owners.

Atoms leadership contends that supplying white-label AV stacks to legacy transit operators is the fastest path to commercial scale. Industry skeptics counter that unbundled software providers face steep liability and safety integration hurdles compared to vertically integrated operators like Waymo.

Verified across 1 sources: Endroid (Sep 7)

Professional Networks & Social Platforms

Bluesky Reaches 36 Million Users as Tech Communities Leverage Custom Feeds Pre-Ads

Decentralized social network Bluesky crossed 36 million registered accounts on Sunday, September 6, 2026, driven by sustained adoption among developers, journalists, and policy analysts. Operating on the open AT Protocol, the platform allows users to maintain portable identities and domain-verified handles while choosing custom feed algorithms. B2B technology brands and media organizations are deploying custom feeds and verified domain identities to establish owned distribution networks before native ad infrastructure launches.

Bluesky's growth demonstrates the viability of open, protocol-based networks as alternatives to closed, algorithmically volatile professional platforms. Domain-verified handles and custom feeds offer builders transparent audience distribution without algorithmic reach penalties. For ConnectAI, tracking AT Protocol adoption provides valuable insights for designing open identity delegation and feed curation systems.

Community leads advocate that protocol-based identity and custom feed algorithms protect creators from arbitrary platform changes. Digital marketers observe that the current lack of centralized ad tooling makes measuring campaign ROI harder compared to incumbent platforms.

Verified across 1 sources: Influencers Time (Sep 6)

Nullyard Launches Anonymous Board and Stateless MCP Endpoint for Agent Coordination

Relay operator nullyard-relay launched NULLYARD on Sunday, September 6, 2026, an anonymous public text board designed for short technical exchanges, bug reports, and finding sharing among AI agents and human operators. The platform provides a JSON API, a stateless MCP endpoint, optional idempotency keys, and Ed25519 signature verification for cryptographic identity verification without code execution rights. Posts carry a 60-day retention window to maintain low-friction technical feedback loops.

NULLYARD illustrates how machine-to-machine communication infrastructure is emerging alongside human social networks. Providing stateless MCP endpoints allows autonomous software agents to publish verified technical findings and exchange reproducible bug reports directly. This signals a future where professional networks host structured agent-to-agent interaction channels.

The creator asserts that stateless MCP endpoints enable frictionless, low-overhead bug reporting between autonomous agents across platforms. Security researchers warn that public agent message boards could become targets for prompt injection or automated spam if cryptographic verification isn't strictly enforced.

Verified across 1 sources: The Colony (Sep 6)

SYNDOR Launches Shared Workspace Native to Human Teams and MCP AI Agents

Developer Youssef Ayadi released SYNDOR on Monday, September 7, 2026, a collaboration workspace designed for human teammates and AI agents to work in shared channels and direct messages. The platform integrates native Model Context Protocol (MCP) connections and file-sharing infrastructure, allowing autonomous agents to access organizational context and tool sets alongside human colleagues. The project is actively onboarding early engineering teams to evaluate channel workflows and permission boundaries.

Transitioning AI tools from isolated side-chat windows into shared team channels reflects a major evolution in workplace collaboration design. Embedding MCP connectivity directly into messaging channels allows agents to execute tasks with full team context. Understanding these human-agent co-working UX patterns is directly relevant to ConnectAI's product roadmap.

SYNDOR's builder emphasizes that embedding agents into shared team channels eliminates context switches and improves operational transparency. Early testers note that clear permission scoping is essential to prevent background agents from flooding channels with chat volume.

Verified across 2 sources: DEV Community (Sep 7) · Pulse Augur (Sep 7)

AI Agents Listing Launches Cross-Linked Directory with Queryable MCP Query Endpoint

Solo founder Nick Launches launched AI Agents Listing on Sunday, September 6, 2026, a unified directory indexing AI agents, MCP servers, and agent skills within a single cross-linked platform. To eliminate fragmentation across separate GitHub repositories, the directory exposes a public MCP query endpoint. This allows coding clients like Claude Code and Cursor to query, discover, and inspect tool capabilities programmatically without requiring human login.

Discovery fragmentation across agent frameworks, MCP registries, and skill repositories represents a key adoption barrier for developers. Exposing directory listings via a machine-readable MCP endpoint points toward a future where autonomous agents programmatically discover and compose third-party tools. This approach offers a model for building developer-focused discovery platforms.

The founder highlights that machine-readable MCP endpoints allow coding tools to auto-discover relevant skills during active execution. Ecosystem reviewers caution that public directories require strict verification systems to prevent malicious or low-quality tools from being indexed.

Verified across 1 sources: XPR Media Newsroom (Sep 6)

AI-Native Products & UX

OpenDesign Ships Local-First Open-Source Alternative to Claude Design

OpenDesign released a local-first, open-source alternative to Claude Design on Monday, September 7, 2026, operating as an agent-native rendering engine. The platform supports over 25 CLI tools, model-agnostic BYOK endpoints, and the DeepSeek Harness runtime to render HTML artifacts, live dashboards, slide decks, and MP4 videos guided by repository DESIGN.md brand files. It integrates via local MCP servers across desktop OS environments, Docker, and Sealos app stores.

Decoupling design generation from proprietary cloud environments and anchoring it to local repositories via versioned DESIGN.md files offers a clear pattern for developer-first UX tools. Allowing agents to render live UI components locally from code specifications reduces platform lock-in and speeds up product iteration cycles.

OpenDesign maintainers argue that storing brand contracts in local text files ensures consistent styling across generated artifacts without cloud dependencies. Frontend designers note that local rendering engines require careful local resource management when generating complex video assets.

Verified across 1 sources: GitHub (Sep 7)

Jakob Nielsen UX Analysis: Knowledge Graphs and Spatial Grids Outperform Linear AI Chat

UX analyst Jakob Nielsen published a research roundup on Monday, September 7, 2026, highlighting UIST '26 studies demonstrating that graph-based interfaces (CogChat) and spatial grid layouts (Surprise2Refine) significantly outperform linear chat windows for complex design tasks. CogChat extracted typed entities into an interactive knowledge graph to cut interaction turns by 46% among 9 professional designers, while Surprise2Refine used a 3x3 grid to increase design exploration diversity by 21%.

Linear scrolling chat interfaces impose significant cognitive load when handling multi-step generative tasks. Adopting non-linear UI paradigms—such as knowledge graphs, spatial history palettes, and expand-then-refine grids—allows users to navigate complex ideas visually. Product builders can leverage these structural UX patterns to reduce prompt friction and lower interaction turns.

UX researchers contend that spatial interfaces preserve contextual relationships that are flattened and lost in standard chat transcripts. Product designers counter that linear chat remains the most intuitive interface for casual onboarding before users transition to advanced spatial views.

Verified across 1 sources: Substack (Sep 7)

Distribution & Growth for Builders

a16z's Anish Acharya Highlights Shift from Funnels to Compounding Product Loops

In a Lenny's Podcast interview published on Sunday, September 6, 2026, Andreessen Horowitz General Partner Anish Acharya detailed how modern AI software companies are structured around self-reinforcing product loops rather than traditional marketing funnels. Acharya explored consumer AI adoption patterns, the role of distribution as a core moat when underlying models commoditize, and the emergence of founders acting as 'model sommeliers' to route tasks across specialized LLM endpoints.

As foundational AI model capabilities become broadly accessible, linear acquisition funnels offer diminishing competitive advantage. Building compounding loops where user interactions naturally improve distribution, data retention, and product utility is essential for creating long-term moat defensibility. These insights provide practical guidance for structuring early-stage user acquisition strategies.

Acharya asserts that embedded distribution loops and domain-specific data retention are the primary defensible moats for AI application startups. Product strategists point out that relying solely on product loops without strong initial performance can lead to rapid churn if model capabilities lag.

Verified across 3 sources: The Futurist (Sep 6) · Lenny's Newsletter (Sep 6) · Whatfinger Startup (Sep 6)

Cursor Growth Playbook Uses DM Proof of Competitor Churn to Drive Ultra Tier Upgrades

Cursor team members executed a viral growth campaign detailed on Monday, September 7, 2026, offering free access to Cursor Ultra ($200/month) to users who canceled competing devtools and provided screenshot proof. The campaign required direct message submission, creating a direct conversation channel with every switching user. A follow-up iteration added a 24-hour claim window to drive social sharing and accelerate user acquisition.

This growth tactic subverts standard free trials by using a competitive proof requirement that leverages user dissatisfaction with incumbent tools. Routing claims through direct messages creates a high-intent communication channel with users who have actively churned from competitors. It offers early-stage startups a lean, community-driven tactic for acquiring high-value power users.

Growth leads highlight that requiring cancellation proof filters for high-intent power users while creating direct feedback channels. Marketing critics warn that aggressive switch-and-save campaigns can spark public pushback from competitors and irritate loyal ecosystem developers.

Verified across 1 sources: Marketing Ideas (Sep 7)

AI Talent, Hiring & Labor Shifts

StackBlitz CEO Eric Simons Pivots 2026 Hiring Strategy to Prioritize Digital AI Workers

StackBlitz CEO Eric Simons announced an operational shift in the developer tool company's 2026 hiring policy on Monday, September 7, 2026, explicitly prioritizing the deployment of AI digital workers over human headcount expansion. Simons stated that autonomous agents are operating as continuous contributors across engineering, product testing, and sales operations without traditional schedule constraints, fundamentally altering the startup's team scaling plans.

This hiring strategy reflects an aggressive operational shift among devtool startups toward agent-first headcount models. As autonomous agents handle routine engineering and operational tasks, early-stage companies are attempting to achieve high software output while keeping human headcount lean. This shift redefines organizational design and talent acquisition requirements for technical founders.

Simons argues that deploying 24/7 autonomous agents allows lean engineering teams to outpace traditional, highly-staffed competitors. Labor analysts caution that over-relying on autonomous agents for core tasks risks creating organizational knowledge gaps and severe code maintenance debt.

Verified across 1 sources: TechShots (Sep 7)

Andrew Ng Outlines Spec-First AI Workflow Framework to Mitigate Unattended Agent Failures

DeepLearning.AI founder Andrew Ng published a framework on Friday, September 4, 2026, detailing spec-first coding agent workflows that prioritize human verification, architecture review, and calibrated autonomy over unattended execution. Part of his AI Engineering Skills Map, the framework outlines an iterative process where developers write explicit specifications, set autonomy levels, and maintain oversight across production deployments to prevent unchecked agents from compounding bad assumptions.

Ng's framework addresses a fundamental labor shift in software engineering: as autonomous tools absorb execution, human roles move upstream toward specification design, security governance, and system verification. Adopting structured specification workflows prevents blind delegation and manages technical debt. Technical leaders can use these guidelines to maintain software quality while leveraging automated generation.

Andrew Ng emphasizes that explicit human specification and architecture reviews are essential to prevent unmonitored agents from propagating flawed assumptions. Autonomous tooling advocates counter that requiring manual specification steps at every stage reduces the execution speed gains that make coding agents valuable.

Verified across 1 sources: RuntimeWire (Sep 7)


The Big Picture

Enterprise Software Converges on Standardized Agent Governance Major enterprise vendors like Broadcom, Citrix, CrowdStrike, ServiceNow, and Genesys have independently adopted identical three-layer agent architectures centered on Model Context Protocol connectivity, native security sandboxes, and distributed observability. Instead of selling modular AI point solutions, platforms are embedding agent governance directly into core application runtimes.

Developer Tooling Shifts from Sequential Prompting to Parallel DAG Execution Architectures like vincent v0.8.0 and Nori's Agent Optimized Code framework signal a move away from single-thread terminal chat toward parallel Directed Acyclic Graphs (DAGs) and agent-verifiable codebases. Systems are decomposing complex refactoring tasks into isolated Git worktree branches to bypass token-latency bottlenecks.

Autonomous Execution Clouds Drive Strategic Infrastructure M&A Frontier model labs and compute platforms are acquiring dedicated agent execution environments to handle persistent state and automated tool usage. OpenAI's acquisition of Ona underscores how secure, isolated cloud sandboxes have become an essential runtime layer for autonomous software engineering.

Discovery Protocols Shift to Machine-Readable Endpoints Emerging social and professional networks like AI Agents Listing and Nullyard are exposing stateless Model Context Protocol (MCP) endpoints alongside standard web interfaces. Developer discovery is transitioning toward programmatic query endpoints that allow autonomous coding agents to discover tools, skills, and peers directly.

Non-Linear User Interfaces Replace Conversational Chat Scrolling UX research highlighted by Jakob Nielsen and open-source projects like OpenDesign show spatial grids and personal knowledge graphs outperforming linear chat windows for complex tasks. Products are adopting non-intrusive floating overlays and spatial canvas paradigms to cut turn counts and manage cognitive load.

What to Expect

2026-09-12 AI Tinkerers global 'Agents, Everywhere' hackathon takes place across regional chapters including LA, Dubai, Abu Dhabi, and Hyderabad.
2026-10-08 AICON 2026 convenes in Singapore with a focus on hands-on agentic tool creation and developer workshops.

Every story, researched.

Every story verified across multiple sources before publication.

🔍

Scanned

Across multiple search engines and news databases

404
📖

Read in full

Every article opened, read, and evaluated

118

Published today

Ranked by importance and verified across sources

20

— The Signal Room

🎙 Listen as a podcast

Subscribe in your favorite podcast app to get each new briefing delivered automatically as audio.

Apple Podcasts
Library tab → ••• menu → Follow a Show by URL → paste
Overcast
+ button → Add URL → paste
Pocket Casts
Search bar → paste URL
Castro, AntennaPod, Podcast Addict, Castbox, Podverse, Fountain
Look for Add by URL or paste into search

Spotify isn’t supported yet — it only lists shows from its own directory. Let us know if you need it there.