This article discusses the latest developments in AI agents, including the launch of Perplexity Computer, the shift from 'vibe coding' to 'agentic engineering', the standardization efforts around AI agents, and OpenAI's new deal with the Pentagon after Anthropic was dropped.
* **Multi-Agent Desktops Expand:**
* Perplexity launches "Computer" – easy-use digital worker.
* Notion & Anthropic boost agent capabilities via plugins.
* **Agent Standards Emerge:**
* Anthropic releases "Agent Skills" repository (GitHub).
* OpenAI adopts similar architecture.
* Agentic AI Foundation forming for standardization.
* **Agentic Engineering Takes Hold:**
* Karpathy: "Vibe coding" outdated.
* Focus shifts to code understanding & agent steering.
* **Cloudflare Optimizes for Agents:**
* "Markdown for Agents" reduces token usage on webpages.
* No website owner code changes needed.
* **Pentagon Shifts AI Partners:**
* Pentagon stops using Anthropic products (values concerns).
* OpenAI wins Pentagon deal – stipulations on surveillance/weapons.
* Potentially weaker safeguards than Anthropic.
An open source project called Scrapling is gaining traction with AI agent users who want their bots to scrape sites without permission, and is being used to bypass anti-bot systems like Cloudflare Turnstile. Cloudflare is actively working to counter these efforts.
Cloudflare converts HTML to Markdown on the fly when an AI agent requests it via the `Accept: text/markdown` header.
Cloudflare launched Markdown for Agents, converting HTML pages to markdown automatically when AI crawlers request it through content negotiation. This feature is available in beta at no additional cost for eligible paid plans.
The way content is discovered online is shifting, from traditional search engines to AI agents that need structured data from a Web built for humans. It’s time to consider not just human visitors, but start to treat agents as first-class citizens. Markdown for Agents automatically converts any HTML page requested from our network to markdown.
Perplexity defends its AI assistants against Cloudflare’s claims, arguing that they are not web crawlers but user-triggered agents.
This article details how to host a personal website using Docker, Nginx Proxy Manager, and Ghost, offering a self-hosted alternative to paid hosting services.
OPKSSH (OpenPubkey SSH) allows authentication to servers over SSH using OpenID Connect (OIDC), replacing manually configured SSH keys with ephemeral keys for improved security, usability, and visibility. It's now open-source under the OpenPubkey project.
Learn how to set up a static public website on a Raspberry Pi using NGINX and Cloudflare, including creating sample data, setting up the virtual host, and making the website publicly accessible.
Cloudflare discusses how they handle massive data pipelines, including techniques like downsampling, max-min fairness, and the Horvitz-Thompson estimator to ensure accurate analytics despite data loss and high throughput.