adewale.bsky.social
adewale.bsky.social
@adewale.bsky.social
I'll be leading the developer advocacy team in EMEA and APAC so expect to see me doing more stuff with workers, agents, durable objects and other aspects of the Cloudflare Developer Platform: developers.cloudflare.com
If you're at React Advanced London tomorrow then drop by our booth and say "hi."
Welcome to Cloudflare
Explore guides and tutorials to start building on Cloudflare's platform
developers.cloudflare.com
November 27, 2025 at 11:01 PM
Reposted by adewale.bsky.social
Bottom line: The future of AI-driven discovery isn't just bigger models—it's smarter inference. By combining LMs with rational planning strategies, we can build agents that ask better questions, make better decisions, and collaborate effectively with humans.
October 27, 2025 at 7:17 PM
Reposted by adewale.bsky.social
One useful trick to improve answering accuracy is to use code generation. Code grounds reasoning in executable logic, not just vibes.
October 27, 2025 at 7:17 PM
Gwern wrote about this in 2016: gwern.net/tool-ai There is a disproportionate Return On Agency.
Why Tool AIs Want to Be Agent AIs
AIs limited to pure computation (Tool AIs) supporting humans, will be less intelligent, efficient, and economically valuable than more autonomous reinforcement-learning AIs (Agent AIs) who act on thei...
gwern.net
October 20, 2025 at 8:49 PM
I like the "what" versus "how" distinction since it overlaps with @simonwillison.net who has what (a while loop with tools): simonwillison.net/2025/Sep/18/... and how (agentic loops): simonwillison.net/2025/Sep/30/...
Designing agentic loops
Coding agents like Anthropic’s Claude Code and OpenAI’s Codex CLI represent a genuine step change in how useful LLMs can be for producing working code. These agents can now directly …
simonwillison.net
October 20, 2025 at 10:44 AM
What do you think of Karlsson's perspective: www.henrikkarlsson.xyz/p/agency where agency isn't just feedback or a certain kind of loop but a combination of autonomy and efficacy?
On agency
Or, how to handle being sentenced to freedom, and handle it effectively, and authentically, and responsibly
www.henrikkarlsson.xyz
October 20, 2025 at 9:36 AM
PR here: github.com/bradfitz/liv... but I haven't tested it since I don't currently have a working Linux box. I wonder how much of the testing could be pushed onto the Github CI? If so there are a bunch of performance ideas that could be vibe coded relatively easily.
Add comprehensive test infrastructure by adewale · Pull Request #1 · bradfitz/livecore
This PR adds a complete test infrastructure for validating livecore's core dump generation, including structural validation, tool compatibility testing, and performance benchmarking. What's...
github.com
October 15, 2025 at 3:22 PM
I'd recommend also having ground truthing mechanisms to avoid ending up in LLM psychosis because it magnified your misconceptions.
October 15, 2025 at 11:16 AM
I just cloned it and told a coding agent to add a bunch of testing infrastructure and tests to figure out if Livecore works. It also had some ideas for improving STW times.
If it actually builds something that works (whilst I'm sleeping) then I'll send you a (hopefully sensible) PR in the morning.
October 15, 2025 at 12:03 AM
Which coding agent were you using? Claude Code tends to be quite assertive about its contribution but I don't see any of the usual signs.
October 14, 2025 at 11:42 PM