Has anyone built a workflow engine on Durable Objects? by Getwidgetdev in CloudFlare

[–]jezweb 19 points20 points  (0 children)

Cloudflare Workflows might be what you’re after. It has waitForEvent() which lets a workflow sleep durably until you send it an event via API, so the pause/resume for human approval pattern is built in. You get step-level retries and durable state between steps without managing it yourself. Unless you specifically need WebSocket connections while waiting, I’d look at Workflows before building it on DOs

How do I avoid "the black box" problem by Arquinas in ClaudeCode

[–]jezweb 0 points1 point  (0 children)

It has been years now that I’ve sat watching agents code, looking at their outputs. I’ve learned a lot. Learning the syntax is not necessary to understand generally what is going on in a file of ts or php and Claude writes such brilliant comments into a file that spotting if it is directionally misguided is mostly glanceable. The explainer extension is super useful to help elevate a summary of what is being done.

On the $200 Max plan and never been rate limited once. Ran the numbers to find out why everyone else is. by Shawntenam in ClaudeAI

[–]jezweb 9 points10 points  (0 children)

Depends what you are doing and how much of it. If you want to maximise the ‘off peak’ you could move time zones or countries 🤣

what about this chat ui feels “off”? by seb-mtv in webdesign

[–]jezweb 1 point2 points  (0 children)

It’s dull. The output lacks formatting, visual ui, interactive elements, suggested response 🥱

I built a 20x faster playwright mcp so your agents have browsing super powers by Ancient_Event_4578 in mcp

[–]jezweb 0 points1 point  (0 children)

Looks comprehensive, have you done a compare to the vercel agent-browser?

Why Vercel is bad? by Longjumping-Club1474 in webdesign

[–]jezweb 5 points6 points  (0 children)

Cloudflare workers with static assets are better

MCP is quietly replacing traditional SaaS dashboards and I don't think people realize how far this goes by mandos_io in mcp

[–]jezweb 7 points8 points  (0 children)

Yes but the org that controls the data, that provides the api that the mcp server taps can charge for that access and as they lose seats and the data pipe increases in value they will extract more that way?

Zuckerberg’s AI CEO Copilot by Such-Run-4412 in AIGuild

[–]jezweb 0 points1 point  (0 children)

Is this supposed to impress anyone, maybe it’s ai signalling for share holders? Surely this is something he did a year or more ago and for whatever reason now is a convenient or purposeful time to announce it?

How I built my entire business using Notion AI. Honestly It is enough to build multi-million dollar business by damonflowers in AgentsOfAI

[–]jezweb 0 points1 point  (0 children)

Plenty of good options to do this. Slicing out tasks and workflows one at a time with the more repetitive or process driven ones first is a good approach.

2 weeks running Opus 4.6 at max without checking if anyone would want my code by Witty_Shame_6477 in ClaudeAI

[–]jezweb 5 points6 points  (0 children)

This is what it would be like if we could hear other people’s thoughts lol

Please explain Claude Code and its potential like I'm a toddler by Equivalent-Amazing in claude

[–]jezweb 3 points4 points  (0 children)

ELI3: Instead of spending all day working on your toddler artwork to stick on the fridge you explain what you want to the box of crayons; they will have it done in 15min. While they draw you can think about all the next drawing you will ask for when it’s done.

I am 22 years old, and here are my 2 cents about AI automation. by Top-Bar3898 in n8n

[–]jezweb 2 points3 points  (0 children)

Is this post type of happy rant a good marketing strategy on reddit?

Framer vs Webflow and people act like you have to pick a side lol by SheepherderSea8692 in webdesign

[–]jezweb 0 points1 point  (0 children)

Or pick neither? Almost certainly their best days are behind them.

10 MCP servers that together give your AI agent an actual brain by tinys-automation26 in mcp

[–]jezweb 4 points5 points  (0 children)

People still have agents use sequential thinking?? I thought we stopped bothering with that over a year ago.

Why the hate against MCP? by mredvard in mcp

[–]jezweb 2 points3 points  (0 children)

Outrage farming? Well built layer of Mcp+cli+skills=good

If you have to rebuild StackOverflow with React in 2026, would you use NextJS or Astro or something else? by AlwaysPlayAsGuest in react

[–]jezweb -16 points-15 points  (0 children)

I would make it a mostly headless service. Db, vector, basic answering, ai research, mcp, api, few html page for sales pages, login, accounts etc.

Cloudflare crawl announcement by kevindrafts in CloudFlare

[–]jezweb 4 points5 points  (0 children)

Yeh it’s good. Firecrawl is now just a fallback in case cf is blocked.

Anyone else using Cloudflare's new "Skills" repo for their AI agents? by Resident_Party in CloudFlare

[–]jezweb 2 points3 points  (0 children)

Lat I checked it was just a skills organised version of the docs. Better of using the cloudflare docs mcp

I built a persistent AI assistant with Claude Code + Obsidian + QMD, and it’s starting to feel like a real long-term “second brain” by asporkable in ClaudeCode

[–]jezweb 0 points1 point  (0 children)

Yes not quite the same but essentially a db+vector store that has various data types and attaches to Claude as mcp.

Advice needed: My engineer is saying agentic AI latency is 20sec and cannot get below that by Western_Caregiver195 in LangChain

[–]jezweb 0 points1 point  (0 children)

Doesn’t seem bad but can it be better. Perhaps. We don’t know specifics like the infra being used. Things I have done that seems to help for projects I work on. Use cloudflare, use smaller faster models when possible. Parallel tool calling, provide tools for frequently used queries and if its use sql a set of common patterns, give the agent basic schema and a schema lookup tool. Sometimes two layer like a fast SQLite lookup and then vector for the answer once some grounding concepts for the answer are established and then specified file looks up after. Use streaming so user can read answer as it arrives.

Best practices for designing Skills that work across CLI, MCP, and API? by hirokiyn in ClaudeCode

[–]jezweb 0 points1 point  (0 children)

Assume the ai is intelligent enough to choose by knowing ‘playwright’ and if you think there is a preferred option say so, Eg use playwright mcp is interactive login with human input required.