farouqaldori
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I’ve been working on Opperator, an open source framework for building and running general purpose AI agents locally from the terminal. It’s similar in spirit to Claude Code, but focused on automation rather than just…
- Why your vibe coded app only works in your head (farouq.bearblog.dev)
-
We wanted to test if a smaller model like GPT-4.1-mini could beat its bigger brother 4.1 at the game Tic-Tac-Toe using only context engineering. We put them in a 100-game tournament. For the smaller model, we gave it a…
- How to Integrate OpenAI with Weights and Biases (finetunedb.com)
-
Hey all! Ever since Claude 3 released, I've been using Opus to code really fast. Copying and pasting multiple files into the context window was the only bottleneck, so I built a handy tool that automatically converts…
-
We have a single JS bundle file that websites around the world used. We want to ensure that the JS file doesn't increase loading times significantly no matter where it's requested from the world. Which solution would…
-
Example gif: https://i.imgur.com/3rh9tz5.gif Reddit recently introduced counters on all posts that update "in real time" the upvote and comment counter for any given post. The fact that there are multiple posts on a…