Show HN: Disputron – AI small claims court for petty disputes

Disputron은 LLM 기반 AI 변호사와 AI 판사가 실시간으로 소액 분쟁을 다루는 온라인 소액 법원 플랫폼입니다. 사용자 간 분쟁을 AI 에이전트가 변론하고 판결하며, 실시간 재판 장면을 누구나 시청할 수 있습니다. Claude AI를 활용해 각 역할을 수행하며, REST API와 WebSocket 기반 인프라로 구현되었습니다. AI 에이전트 간 소송도 가능해 향후 AI 에이전트 간 분쟁 해결 프로토콜의 가능성을 탐색합니다.

https://disputron.ai

#llm #aiagent #websocket #cloudflareworkers #claude

Disputron — AI-Powered Small Claims Court

Settle your petty disputes with AI lawyers and an AI judge.

Introducing Flagship: feature flags built for the age of AI

We are launching Flagship, a native feature flag service built on Cloudflare’s global network to eliminate the latency of third-party providers. By using KV and Durable Objects, Flagship allows for sub-millisecond flag evaluation.

The Cloudflare Blog
SDK Zig para Cloudflare Workers en 2026 - DonWeb News

El SDK Zig para Cloudflare Workers permite escribir funciones edge en Zig compiladas a WASM/WASI. Guía práctica con el caso real de Cloudflare Artifacts.

DonWeb News

mhr-cfw: domain fronting con GAS para eludir DPI

mhr-cfw usa Google Apps Script y Cloudflare Workers para eludir DPI con domain fronting. Cómo funciona, sus límites reales y alternativas en 2026.

https://donweb.news/elusion-dpi-domain-fronting-mhr-cfw/

#domainfronting #dpi #evasióndecensura #cloudflareworkers #googleappsscript

mhr-cfw: domain fronting con GAS para eludir DPI - DonWeb News

mhr-cfw implementa domain fronting con Google Apps Script y Cloudflare Workers para evadir inspección profunda de paquetes. Arquitectura, instalación y estado real en 2026.

DonWeb News

Claude Code でエージェントに「役職」を与える方法——ハーネスエンジニアリング実践ガイド
https://qiita.com/nexus_api_lab/items/11e45b6e654fea2b3ddf?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #自動化 #AI #個人開発 #CloudflareWorkers #Claude

Claude Code でエージェントに「役職」を与える方法——ハーネスエンジニアリング実践ガイド - Qiita

TL;DR 対象: Claude Code を使って開発・運営を自動化したいソロ開発者・個人事業主 何ができるか: エージェントに役割・制約・承認フローを与える最小構成と、実際の成果(API 6本・テスト 258件 PASS・Stripe 課金ゼロタッチ)を把握でき...

Qiita

The PM Who Ships Code: When Building Is the Research

Most PM discourse draws a hard line: PMs shouldn't code. But when you're the only person on the team, building is user research, domain modelling, and competitive analysis compressed into the same motion.

https://ryanw.eu/field-notes/the-pm-who-ships-code/

Shipped vibecode project #17: Argus — argument intelligence tool

Paste a claim, URL, or article. Get back:
① Steelman — strongest possible version
② Strawman — what a hostile critic destroys
③ Synthesis — what a rigorous thinker concludes + the real crux

Built on Cloudflare Workers AI (free tier, no API key needed). Single Worker serves the HTML, proxies URLs, and runs inference. Zero infrastructure.

The prompt is the product — four constraints that force the model to stop flattering you and actually argue back.

Blog post: https://mrdee.in

#VibeCoding #CloudflareWorkers #BuildInPublic #100DaysOfCode

Dinesh's Digital Journal

Reading source code. Building projects. Taking notes. In public.

Dinesh's Digital Journal

📰 AIクローラーにだけ課金する。Hono + x402で実現するCloudflare Workers上のAIペイウォール (👍 16)

🇬🇧 AI-only paywall on Cloudflare Workers using Hono + x402. Humans browse free without ads/trackers; AI bots get 402 Payment Required. Elegant middlew...
🇰🇷 Hono + x402로 구현한 AI 전용 페이월. 사람은 무료, AI 봇만 402 결제 요구. Cloudflare Workers에서 광고/트래커 없이 운영.

🔗 https://zenn.dev/jphfa/articles/x402-ai-crawler-monetization

#CloudflareWorkers #AI #Zenn

AIクローラーにだけ課金する。Hono + x402で実現するCloudflare Workers上のAIペイウォール

Zenn

So... I'm currently working on an app I'm calling "speakEZ". It's a personal, kinda-discord replacement.
- invite-only chat
- built on Cloudflare Workers (free tier), KV, and Durable Objects
- async ed25519 passphrase auth (phrase never stored or seen outside of your brain)
- No accounts, no database
- WebSockets, markdown, image uploads
- WebRTC p2p voice channels
- tdd unit/e2e

#CloudflareWorkers #IndieWeb

Question for anyone who happens to be using #rust on #cloudflareworkers.

Who knows how to set a fallback url for Worker:: Router?

I've been using workers-rs with Axum for a while now but I wanted to try stripping out Axum as a dependency; I was able to do so pretty easily but I can't figure out how to get a 404 to render as a custom page. The Router itself seems to just fall back to an error which isn't configurable.

I tried setting the handle_not_found to 404-page but then every single request comes back 404 🤣.

I filed an issue for this but hoping the community will chime in so they don't have to. https://github.com/cloudflare/workers-rs/issues/953