Readit News logoReadit News
SafeDusk commented on Composer: Building a fast frontier model with RL   cursor.com/blog/composer... · Posted by u/leerob
swyx · 2 months ago
excited to see how far you get with opgrep!
SafeDusk · 2 months ago
hehe thanks! as a self taught AI engineer, might take awhile =D
SafeDusk commented on Uv is the best thing to happen to the Python ecosystem in a decade   emily.space/posts/251023-... · Posted by u/todsacerdoti
SafeDusk · 2 months ago
UV script enabled me to distribute a MCP client or server in a single file[0].

[0]: https://blog.toolkami.com/mcp-server-in-a-file/

SafeDusk commented on Composer: Building a fast frontier model with RL   cursor.com/blog/composer... · Posted by u/leerob
SafeDusk · 2 months ago
I think both Cursor and Cognition and going in the same direction of SWE-grep[0].

SWE-grep was able to hit ~700tokens/s and Cursor ~300token/s, hard to compare the precision/recall and cost effectiveness though, considering SWE-grep also adopted a "hack" of running it on Cerebras.

I'm trying to kickstart a RL-based code search project called "op-grep" here[1], still pretty early, but looking for collaborators!

[0]: https://cognition.ai/blog/swe-grep [1]: https://github.com/aperoc/op-grep

SafeDusk commented on Simplify your code: Functional core, imperative shell   testing.googleblog.com/20... · Posted by u/reqo
BergAndCo · 2 months ago
Spam
SafeDusk · 2 months ago
Not sure man, I specifically stated this in my README way before this post: https://github.com/aperoc/toolkami/blob/main/README.md#comma....

I mean it's not much, but the concept just resonates with me and I want to share it. Sad I can't share even simple opinion nowadays ...

SafeDusk commented on Simplify your code: Functional core, imperative shell   testing.googleblog.com/20... · Posted by u/reqo
SafeDusk · 2 months ago
One of the core design principles at https://github.com/aperoc/toolkami
SafeDusk commented on     · Posted by u/melissapan
SafeDusk · 2 months ago
Great to see progress being made here! I had tons of fun using AlphaEvolve to optimize Perlin Noise[0]

[0]: https://blog.toolkami.com/alphaevolve-toolkami-style/

SafeDusk commented on Ruby Blocks   tech.stonecharioteer.com/... · Posted by u/stonecharioteer
SafeDusk · 2 months ago
I recommend reading Shopify CEO Tobi's try[0] for good example of how Ruby's block behavior and meta-programming makes it easy to create a single file, shell wrapper.

[0]: https://github.com/tobi/try/blob/main/try.rb

SafeDusk commented on Andrej Karpathy – It will take a decade to work through the issues with agents   dwarkesh.com/p/andrej-kar... · Posted by u/ctoth
SafeDusk · 2 months ago
And I'm looking for a problem to spend my next decade on ...
SafeDusk commented on Open SWE-grep: architecture review request   github.com/aperoc/op-grep... · Posted by u/SafeDusk
SafeDusk · 2 months ago
Inspired by SWE-grep, I've started a repo to educate myself on it here https://github.com/aperoc/op-grep.

I've drafted an architecture, with the steps mainly as so: 1. Collect actions (grep/glob/read) policies either from usage logs or open datasets 2. Optimize by removing redundant actions or parallelization 3. Train model on optimized action policy 4. Release model as a single file, MCP tool (Refer to repo for visual diagram of the architecture)

I've just released the base model and added `openai_forwarder.py` to start collecting action policies.

Looking for more eyes and contributors to make this a reality, thanks!

u/SafeDusk

KarmaCake day100September 17, 2024
About
Building https://github.com/aperoc/toolkami and https://github.com/aperoc/op-grep.
View Original