
Devansh
50 posts

Devansh
@dv_not_found
connoisseur of pain also interested in machines that learn making computer go beep boop @cloudflare


cloudflare now has a built-in feature flag service 🏁 flagship enters public beta today, and you can integrate it into your workers apps already deployed on @CloudflareDev, or deploy a worker in front of your app to do feature flipping and more w/o any additional config (read on!) there's a simple binding api (env.FLAGS w/ <10 methods, easy for your agents to pick up): env.FLAGS.getBooleanValue - return basic boolean values, like "is this flag set or not?" but you can also do some funky stuff like storing objects env.FLAGS.getObjectValue - return a full JSON object. you can store full configurations and flip per-user or org. neat! flagship is also openfeature-compatible. the cloudflare/flagship npm package has full support and interoperability with openfeature's sdk. so you can easily swap in flagship from your other providers and trial it on the setting of flags side - support for booleans, strings, numbers, and json and for targeting, you can use operators (things like "user_id is equal to xyz") or you can do percentage rollouts. all available in the dashboard. the dashboard is also quite powerful - you can create flags from the beautiful ui, see where your app is bound (across multiple workers, even!) and there's full analytics. knocked it out of the park the last thing i'll mention that i think is quite compelling and unique about workers and flagship is something we've talked a lot about in workers/cf land - i don't have a great name for it so i'll call it "originless" behavior. you can do a "v2-enabled" feature flag and make a fetch request to a totally different host, do URL rewrites etc without any changes to your actual application. eg `isflagEnabled ? fetch(newUrl) : fetch(origin)` - since the worker runs _in front_ of your app, you can do all sorts of behavior w/o ever needing to talk to your origin quite excited about this release and looking forward to playing w/ it. more on flagship in our changelog: developers.cloudflare.com/changelog/post…

A lot of people have been asking the same things: How did I land the Anthropic AI Safety Fellowship? How did I go from Starbucks to Mayo Clinic to Anthropic? What did the process actually look like? What helped? What would I do differently? I don’t want those questions sitting unanswered, especially from people who are genuinely trying to figure out their own path. So I’m thinking of hosting a small X Space. I’ll talk about my background, the transition, the fellowship process, the lessons, the mistakes, and the things I wish I knew earlier. Especially for people from nontraditional backgrounds trying to break into AI safety, research, or tech. Drop questions below and I’ll try to answer as many as I can during the Space.



developers, which IDE genuinely has the potential to replace VS Code?





Do you want to join some parameter golfing? We launched a collab space for ml-interns to see how far they get on OpenAI's parameter golf challenge! Just tell your ml-intern to "Collaborate with the task described in the README.md at the ml-agent-explorers/parameter-golf-collab bucket"



Introducing itshover[.]com (@itshoverr) Icons that move with intent. Open source, motion-first, and crafted for modern UIs. New icons added every day.




















