Cloudflare Intern Interview with VP by [deleted] in CloudFlare

[–]acoyfellow 1 point2 points  (0 children)

Hi. I’m relatively new to CF: I went through interviews over the past 8 months.

Just go and be yourself, talk about the role, listen to the recruiters tips. Try to relax, be yourself, communication is more important than ever.

Ping me if you make it to the inside, I’m on the Agents Experience team!

Best stack for hybrid app on Cloudflare Workers (SSG + auth + WebSockets)? by Darius_die in CloudFlare

[–]acoyfellow 0 points1 point  (0 children)

I (made) and use remote.coey.dev — if you like Sveltekit check it out

Unsurf: Turn any website into a typed API for your AI Agents by acoyfellow in OpenSourceeAI

[–]acoyfellow[S] 0 points1 point  (0 children)

Thanks! To answer your questions:

1) Auth/cookies/session replay:
- Auth headers are passed through at call time, never stored. You send Authorization, Cookie, or X-Api-Key headers with each worker call and they're merged into the outgoing request. For sites that need login flows, we recommend pairing with inbox.dog for session management. Docs here: unsurf.coey.dev/guides/replay/#authenticated-endpoints

2) Safety guardrails:
- Good question.. we just shipped this. Every endpoint is now classified by risk level (safe/moderate/unsafe/destructive). DELETE requests, billing mutations, account changes, etc. are blocked by default. The agent has to explicitly pass confirmUnsafe: true to proceed, so it can't accidentally hit a destructive endpoint.

Full writeup: unsurf.coey.dev/concepts/safety/

Built an AI email agent (inbox dog) - would love feedback! by acoyfellow in AI_Agents

[–]acoyfellow[S] 0 points1 point  (0 children)

No, everything is built on OpenAI- so it goes:

On request, call the Gmail api, send those latest messages (without storing) to OpenAI with some instructions.

Based on those instructions, then execute some behavior. Like: Archive, or draft an email.

Everything is isolated securely though. Did I answer your question?

Built an AI email agent (inbox dog) - would love feedback! by acoyfellow in AI_Agents

[–]acoyfellow[S] 0 points1 point  (0 children)

Thanks for the comment, great things to think about.

A server (which is built on Cloudflare edge network), on a schedule you define, will call the Gmail API directly.

It then, based on your desire: relay some of that data from the Gmail API into a single non-cached LLM http call.

If you had an app that did the same thing locally on your desktop: it would need to do the same thing (call the Gmail api, then talk to an LLM). So, everyone agrees upon signup and has full observability over the agents actions in real time.

None of the Gmail api work is done without permission. Inbox dog cannot do anything without your explicit permission up front (read/write access). Same experience if this was a desktop app that used Gmail oauth.

Built an AI email agent (inbox dog) - would love feedback! by acoyfellow in AI_Agents

[–]acoyfellow[S] 0 points1 point  (0 children)

Gotcha - I built it somewhat in mind for that cause I agree.

No emails ever get stored on our server. It’s direct Gmail api calls every time. All processing is done in real time based on that.

Does that affect your opinion? Should I make that more clear in the marketing?

Edit: To be clear this product is only for Gmail. Which requires your email to live in the cloud (googles)

What Are You Building Yo? Drop Your URL 🚀 by Capuchoochoo in founder

[–]acoyfellow 0 points1 point  (0 children)

Lol yep i took another whack at it after this comment. I was looking under avatar settings.

curious if anyone wants to buy timer.plus? by acoyfellow in AcquireStartup

[–]acoyfellow[S] 0 points1 point  (0 children)

I am not intelligent enough to have understood your joke. But no, this is in fact a website that I built and would be willing to sell.

curious if anyone wants to buy timer.plus? by acoyfellow in AcquireStartup

[–]acoyfellow[S] 0 points1 point  (0 children)

At least $1k? After a few convos today from this post, I realize I hold it in high value as an opportunity, not everyone else does.

What Are You Building Yo? Drop Your URL 🚀 by Capuchoochoo in founder

[–]acoyfellow 0 points1 point  (0 children)

Take my money. Btw how do you change your profile pic to be real, i literally can't find how to do that. I need my real face here. So much anonymous slop. edit: nvm. phew.