Well once I've got an outdoor-capable robot that can drive around the acreage and generally find its way around, the first step would just be inventorying the property and doing things like surveys of plant or animal species (birdsong recognition, etc). But for interaction with…
In case anyone else is interested in following along with what I've discovered so far, I went on the Mistral Discord and asked their Miscord bot. Here is what it answered me: Hey there, fellow robot enthusiast! (ノ◕ヮ◕)ノ:・゚ So, you’re itching to get your hands on Robostral…
What is the realistic path to getting to play with this? I would love to hook this up to OpenClaw for hobbyist exploration. My dream has been to embody OpenClaw into a farm robot (been looking at adapting one of those RC lawnmowers that is tracked and built for mowing steep…
Some of the coding-specific fine-tunes were really impressive boosts. Qwen2.5-3B-Instruct is also available [0] -- if it's not too much to ask, I'd be curious how more general models stack up in your benchmark? [0] - https://huggingface.co/Qwen/Qwen2.5-3B-Instruct
Setting up good book publishing pipelines with version control + CI/CD might sounds simple, but I don't think it's trivial. One of the best examples of this that I've ever seen is The Sourdough Framework [0] -- really impressed with the way that versioning and publishing is…
This is very cool! If you're looking for a good test suite, I wonder if you might be able to adapt any of the tests available in XMage? They have a pretty extensive test suite (such as for copy effects [0]) and if you point your agent at their code, I wonder how many could be…
Oh cool! I've been doing similar experiments lately (using ViT's) to do card recognition, and so far it's been working really well for me. If you want to compare notes, I've open-sourced my code / weights [0] and written some blogs about how mine works [1]. I'd love to see if we…
Thank you! If you want to test out my tool, here's a link to the web version that is built for scanning in lists of cards: https://hanclinto.github.io/CollectorVision/ It's still super rough (doesn't support foil-toggling yet, still some issues with double-sided cards, crashing…
it seems i either take them to a shop and get lowballed, or spend hours meticulously researching each card and then figuring out how to sell it for what it’s worth. Well if you want to use the scanner for something useful, you can run the web version here:…
I resonate with this blog post a lot. I think there is something to be said for monetizing ones' hobbies, but I've recently been taking some forays into this world of "build something amazing and give it away for free" as well. I recently took a very big experimental plunge in…
It's not just about web search though -- there's another element too. I go to Grok to find things I have failed to find with web search. I agree with GP -- if I want sourced commentary on current events, Grok is my go-to above the other models. For whatever reason, its search…
Microsoft releases a new open-weight model that tops the MTEB leaderboard for the largest model (27b), but also includes smaller models that are top of their respect "weight" classes (hah!) -- 0.6b (embedding size 1024) and 270m (embedding size 640). All have best-in-class…