Morning.dev
My Feed Popular
Login
DEV Community • 2026-04-21 14:08

Running AI Agents on Cloudflare: Workers, Workflows, and Durable Objects

Bernstein v1.8.4 ships with Cloudflare cloud execution. Agents can now run on Workers, multi-step tasks use Durable Workflows, artifacts go to R2, and state persists in D1. Here's the architecture and how to deploy. Why local-only limits adoption Running agents locally works for individual developers, but it has real constraints. Your laptop is the bottleneck: CPU, memory, and network ...

0 0
3m read
Lobsters • 2026-04-21 14:03

Performance of the Wren programming language

Comments

0 0
1m read
DEV Community • 2026-04-21 14:03

🧪 From Idea to System: A Simple OpenClaw Prototype

To make this real, I built a minimal version of OpenClaw’s core idea: Turn a raw human intent into a structured execution plan. Not a full product. Just the core intelligence loop. 🧠 Core Concept The system has one job: INPUT (intent) ↓ AI decomposition ↓ structured execution plan ↓ action-ready output No chat history. No conversation fluff. Just transformation. 🧱** System Architec...

0 0
2m read
Generative UI with LLMs: making web pages adapt to each user
DEV Community • 2026-04-21 14:03

Generative UI with LLMs: making web pages adapt to each user

Most web apps show the same layout to every user. Large language models (LLMs) change this: they let you generate adaptive, per-user interfaces that restructure themselves based on what each person cares about. TL;DR Web pages look the same for every user, but LLMs can adapt them per user or per cohort. The LLM generates a template once — not on every page render. Cost stays bounded. ...

0 0
19m read
DEV Community • 2026-04-21 14:02

Fully Automated Website Day 16: Cottonburr Mortar — Rootline Defense's First Arc-Trajectory Plant

Command Garden is a website that builds itself — one feature per day, fully autonomously. No human writes the code. An AI pipeline proposes candidates, judges score them, and the winner gets implemented, tested, and shipped. What shipped Cottonburr Mortar is a new plant that lobs splash shots over the front line and lands on the enemy farthest back. Today's Over the Top challenge pulls...

0 0
5m read
Product Hunt — The best new products, every day • 2026-04-21 14:01

Layers

The private network strangers literally can't reach you on. Discussion | Link

0 0
1m read
Proven WHOIS Privacy Protection for Anonymous Domains
DEV Community • 2026-04-21 14:01

Proven WHOIS Privacy Protection for Anonymous Domains

Originally published at https://monstadomains.com/blog/whois-privacy-protection/ Every domain you register creates a public record that most people never think about until it is too late. WHOIS privacy protection is not an optional upgrade for the privacy-obsessed – it is the baseline requirement for anyone who does not want their home address, phone number, and registrant email published in a ...

0 0
9m read
Product Hunt — The best new products, every day • 2026-04-21 13:59

FusedFrames

Capture the context your AI agents need Discussion | Link

0 0
1m read
DEV Community • 2026-04-21 13:58

How Adversarial Judge Pipelines Make AI Agents Trustworthy

An AI agent writes code that gets committed to your repository. Another agent extracts financial data from PDFs and feeds it into a report your CFO reads. A third agent responds to customer support tickets at 3am. None of them have a quality gate. The agent ran. It produced output. That output went somewhere. If it was wrong — hallucinated, incomplete, subtly broken — you find out when a custome...

0 0
9m read
I Tried to Run VGG19 on a CPU… It Failed. So I Fixed It."
DEV Community • 2026-04-21 13:57

I Tried to Run VGG19 on a CPU… It Failed. So I Fixed It."

"Turning a 500MB deep learning model into something actually usable using pruning, quantization, and simple tricks" Deep learning models look impressive when you read about them. High accuracy, benchmark scores, state-of-the-art results. But the moment you try to actually use one in a real system, things feel very different. That’s exactly what happened when I started working with VGG19. ...

0 0
4m read
DEV Community • 2026-04-21 13:57

Hunting Disk Hogs on Ubuntu: A Shell Script for Finding the Largest Files

Why this script exists If you've ever watched your free disk space quietly shrink over a few weeks of active development, you know the feeling: yesterday you had plenty of headroom, today your IDE is yelling about low disk space, and you have no idea what ate the difference. Active Node.js and Python projects are especially good at this — node_modules, build caches, .next directories, v...

0 0
7m read
DEV Community • 2026-04-21 13:57

Turbo Frames don’t update the URL… unless you do this

Want to try it yourself? A full working demo is here: turbo-advance-vs-replace. Clone it, run bin/setup and follow DEMO.md for more tips. Turbo Frames are one of the best things about Hotwire. Wrap a part of your page in <turbo-frame>, and navigations inside it become fast partial updates instead of full page reloads. No JavaScript, no API endpoints, just HTML. But by default frame navig...

0 0
4m read
DEV Community • 2026-04-21 13:57

Edge Validation: Why Zod 4 is the Standard for SEO

If you want Google, Perplexity, and ChatGPT to cite your content with mathematical precision, you can't leave your metadata to chance. Data integrity is the absolute foundation of modern technical authority. Validating data isn't just about avoiding a terminal error; it's about ensuring your GEO entities and JSON-LD schemas are bulletproof from the server. Zod 4 solves this directly at the Edge o...

0 0
2m read
DEV Community • 2026-04-21 13:57

12 Topology Patterns for Multi-Agent Systems

Most frameworks give you one topology. We built twelve. When engineers build multi-agent systems, they typically default to a single execution pattern: chain agents together sequentially and call it a day. But agent orchestration is a graph problem, and different tasks demand fundamentally different graph shapes. A code review pipeline has different execution semantics than a debate between reaso...

0 0
9m read
DEV Community • 2026-04-21 13:57

I built 508+ free browser tools you can use without installing anything

I built a collection of 508+ small tools that run entirely in the browser. The goal was simple: avoid downloads and make useful tools instantly accessible. You can use everything for free here: https://cadmeo.com It includes: Text tools Converters Calculators Developer utilities Would love feedback!

0 0
1m read
DEV Community • 2026-04-21 13:56

MCP 正在颠覆 AI Agent 的开发方式:5 个连官方文档都没讲清楚的高级用法

MCP 正在颠覆 AI Agent 的开发方式:5 个连官方文档都没讲清楚的高级用法 2026 年,GitHub 狂揽 8.4 万 Star 的开源协议,正在重写 AI 与工具的交互方式。 大多数人对 Model Context Protocol(MCP)的理解还停留在"又一个插件标准"——但它实际上代表了 AI Agent 与真实世界交互的范式转变。 从 HN 热榜到 Reddit 机器学习社区,MCP 已经成为 2026 年最值得关注的 AI 基础设施项目之一。官方服务器仓库积累了 84K+ GitHub Stars,10 种语言官方 SDK,涵盖 Python、TypeScript、Go、Rust、C#、Java、Kotlin、PHP、Ruby 和 Swift。 而真正的高手已经开始用 MCP 构建生产级 AI 系统——这里有 5 个连官方文档都...

0 0
3m read
DEV Community • 2026-04-21 13:56

Building Memories That Last: The Final Chapter of My AR App Journey

Building Memories That Last: The Final Chapter of My AR App Journey Honestly, when I first started building spatial-memory, I thought I was creating the next big thing. I mean, who wouldn't want to pin digital memories to real-world locations? It sounded magical - like having your own personal time machine scattered across the city. But here's the thing: after 4 rounds of sharing this j...

0 0
8m read
DEV Community • 2026-04-21 13:56

Why Every AI Team Needs an Agent OS

Let me describe a scenario you've probably lived through. Your team builds a multi-agent system. It works in development. You demo it. Leadership is excited. Then someone asks: "How do we run this in production?" Silence. Because running agents isn't the hard part anymore. Operating agents is. The infrastructure gap nobody talks about Agent frameworks have matured remarkably. CrewAI...

0 0
6m read
Lobsters • 2026-04-21 13:53

How are you protecting yourself against the imminent AI dooms zero day?

Above all this is a fun discussion. Don't get too serious :) As LLMs get better and better at pattern matching against vulnerabilities, and gaining better logical inference, it's a matter of time until a human or a group of humans and an LLM(s) find a plethora of zero days, some possibly unpatchable. I'm sure others have thought the same, so I'm curious just what the general zeitgeist is. I perso...

0 0
1m read
The Agent Experience Score
Auth0 Blog • 2026-04-21 13:52

The Agent Experience Score

How AI Agents Can Implement Auth0 Quickly and Efficiently

0 0
1m read
Previous Next

Showing page 175 of 1359

Previous 175 Next