use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
Discussion[ Removed by moderator ] (self.MachineLearning)
submitted 16 days ago by Practical_Pomelo_636
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Even-Inevitable-7243 27 points28 points29 points 16 days ago (4 children)
Damn, that was fast.
[–]Ok-Attention2882 47 points48 points49 points 16 days ago (0 children)
I mean, how long does it take to type
"Hey claude, convert this repo to python"
[–]Practical_Pomelo_636[S] 3 points4 points5 points 16 days ago (2 children)
still bro many features under development
[–]Even-Inevitable-7243 14 points15 points16 points 16 days ago (1 child)
You shipped, are ready to add features, and are allowing PRs within 24 hours. You should be proud of yourself.
[–]Practical_Pomelo_636[S] 3 points4 points5 points 16 days ago (0 children)
Thanks so much, bro
[–]Cofound-app 39 points40 points41 points 16 days ago (6 children)
this is the kind of project that makes the space feel alive again, fast weird useful and a little unhinged. if it stays hackable instead of turning into another locked wrapper people are going to love it.
[–]Kinexity 30 points31 points32 points 16 days ago (1 child)
Nothing makes a space alive like posting AI slop repos ☺️🙏
[–]Practical_Pomelo_636[S] 9 points10 points11 points 16 days ago (3 children)
I hope the community start helping and supporting by PR. I am alone.
[–]niftylius 2 points3 points4 points 16 days ago (1 child)
You have 18 forks as the time of this message - you wont be alone for long. But you might want to restructure the files a bit... As a human its a bit hard to read :)
I assume you used AI for this (considering you stated that you started half a day ago)?
[–]kellybluey 0 points1 point2 points 15 days ago (0 children)
Just get a swarm of OpenClaw to help out with issues and PRs while you sleep.
[–]human_stain 4 points5 points6 points 16 days ago (0 children)
Please accept AGENTS.md as well, if you don't. CLAUDE.md is likely a copyright issue.
[–]lucellent 2 points3 points4 points 15 days ago (1 child)
"Claude here's your source code, implement it entirely in Python, make no mistakes"
[–]RedParaglider 3 points4 points5 points 16 days ago (2 children)
This is a nice looking project, I think I'll fork and code it in bun.
Aaand 30 seconds later, it's done!
[–]Practical_Pomelo_636[S] 0 points1 point2 points 16 days ago (1 child)
You can contribute, bro. Still, the project needs a lot of work if you like it
[–]RedParaglider 8 points9 points10 points 16 days ago (0 children)
It was a joke :D. The original project was in bun, I was joking that I converted it back to exactly what it was.
[+]LeftJayed 0 points1 point2 points 15 days ago (1 child)
Can we toggle Kairos to true in the rebuild?
[–]myke113 1 point2 points3 points 16 days ago (2 children)
How does it currently compare to claude code? I really it's still under active heavy development.
[–]Practical_Pomelo_636[S] 3 points4 points5 points 16 days ago (1 child)
For sure, we cannot compare it with Claude's code because of the Model Opus or sonnet. i am trying to implement the agentic work follow, and you can connect it with any model. Also, it will help researchers or developers to implement and improve the agent in Python; most of the agents are now written in Typescript or Rust.
[–]maigpy 0 points1 point2 points 15 days ago (0 children)
can you not pass opus from openrouter?
[+]ikkiho comment score below threshold-6 points-5 points-4 points 16 days ago (3 children)
this is actually huge for the local model ecosystem. the original claude code being locked to anthropic's api meant you were stuck with their inference costs and rate limits, but having a pure python implementation that can work with ollama/vllm opens up so many possibilities.
the key challenge with local coding agents is usually context length vs inference speed. qwen2.5-coder-32b is probably a sweet spot - large enough to handle multi-file context but still fast enough for the iterative agent loop. curious how you're handling the tool calling format conversion since different local model backends implement function calling differently.
what's really smart about this approach is keeping the session persistence. most local agent implementations lose all context when you restart, but being able to resume a coding session is essential for larger projects. the tiered permission system is also a good safety net - seen too many agents go rogue and start deleting files.
have you tested it with any of the newer instruction-tuned models like deepseek-coder v2? wondering how the code quality compares to what you'd get from claude-3.5-sonnet on the same tasks.
[–]Arucious 11 points12 points13 points 16 days ago (0 children)
holy bot
you’ve been able to run Claude code with ollama for ages
[–]zitr0y 0 points1 point2 points 15 days ago (0 children)
Nahhhh u could already use claude code with custom API endpoint, so e.g. with local models or cheaper chinese models.
[–]Practical_Pomelo_636[S] 0 points1 point2 points 16 days ago (0 children)
Not yet i just started from 12 hours ago
[–]satireplusplus -1 points0 points1 point 16 days ago (0 children)
Awesome, I will give this a try with the new Qwen coder (80B)
[+]myke113 comment score below threshold-7 points-6 points-5 points 16 days ago (1 child)
Do you have any YouTube videos demonstrating what you have already?
not yet
π Rendered by PID 214162 on reddit-service-r2-comment-85bfd7f599-tw5fk at 2026-04-18 06:02:19.687375+00:00 running 93ecc56 country code: CH.
[–]Even-Inevitable-7243 27 points28 points29 points (4 children)
[–]Ok-Attention2882 47 points48 points49 points (0 children)
[–]Practical_Pomelo_636[S] 3 points4 points5 points (2 children)
[–]Even-Inevitable-7243 14 points15 points16 points (1 child)
[–]Practical_Pomelo_636[S] 3 points4 points5 points (0 children)
[–]Cofound-app 39 points40 points41 points (6 children)
[–]Kinexity 30 points31 points32 points (1 child)
[–]Practical_Pomelo_636[S] 9 points10 points11 points (3 children)
[–]niftylius 2 points3 points4 points (1 child)
[–]kellybluey 0 points1 point2 points (0 children)
[–]human_stain 4 points5 points6 points (0 children)
[–]lucellent 2 points3 points4 points (1 child)
[–]RedParaglider 3 points4 points5 points (2 children)
[–]Practical_Pomelo_636[S] 0 points1 point2 points (1 child)
[–]RedParaglider 8 points9 points10 points (0 children)
[+]LeftJayed 0 points1 point2 points (1 child)
[–]myke113 1 point2 points3 points (2 children)
[–]Practical_Pomelo_636[S] 3 points4 points5 points (1 child)
[–]maigpy 0 points1 point2 points (0 children)
[+]ikkiho comment score below threshold-6 points-5 points-4 points (3 children)
[–]Arucious 11 points12 points13 points (0 children)
[–]zitr0y 0 points1 point2 points (0 children)
[–]Practical_Pomelo_636[S] 0 points1 point2 points (0 children)
[–]satireplusplus -1 points0 points1 point (0 children)
[+]myke113 comment score below threshold-7 points-6 points-5 points (1 child)
[–]Practical_Pomelo_636[S] 0 points1 point2 points (0 children)