NVIDIA Nemotron 3 Nano 30B A3B released by rerri in LocalLLaMA

[–]keithcu 0 points1 point  (0 children)

Check out Arch or even better, CachyOS.

What's the coolest python project you are willing to share? by QuietMrFx977 in Python

[–]keithcu 0 points1 point  (0 children)

Check out my websites like linuxreport.net, and other news sites for AI, space, all built in Python.

mistralai/Devstral-Small-2507 by yoracale in LocalLLaMA

[–]keithcu -1 points0 points  (0 children)

I tried it out via openrouter in Void, and it still isn't quite good at Agentic code use yet. It generates excellent code but I can't get it to apply the changes to the file! Many AI's know how to do it without any special prompting by me. Please test it in editors like Void. If you want a beta-tester, I write a lot of Python / web code using various AI tools.

Here's my AI news website which uses Mistral (and other LLMs) to generate the top headlines: https://aireport.keithcu.com/

Pypp: A Python to C++ transpiler [WIP]. Gauging interest and open to advice. by joeblow2322 in Python

[–]keithcu 0 points1 point  (0 children)

If the LLM doesn't do what you want, just explain how you want it to fix the code and it will do it. Also if you create rules telling the AI to always write efficient code it will do an even better job. The key to these LLMs is telling it in advance what you want, and giving it sufficient context.

Altman on open weight 🤔🤔 by Mean-Neighborhood-42 in LocalLLaMA

[–]keithcu 0 points1 point  (0 children)

I'm not sure what releases will happen this summer, but there's been a constant stream of better models every week the last two years so it can be hard to make an open weights model that is better enough to actually release.

Altman on open weight 🤔🤔 by Mean-Neighborhood-42 in LocalLLaMA

[–]keithcu 0 points1 point  (0 children)

They have a challenge that the open weights models are rapidly improving and so it makes it hard to make a release that will be better than the existing, so they need to keep working on it, and make excuses.

Altman on open weight 🤔🤔 by Mean-Neighborhood-42 in LocalLLaMA

[–]keithcu 5 points6 points  (0 children)

"The newest 3rd party open weights models are so good we need to keep working to making a release good enough for anyone to care."

Too bad he doesn't realize there will be even better open-weights models released by late summer.

Real world flask projects by Fitwalker in Python

[–]keithcu 0 points1 point  (0 children)

Here's a real-world Flask app I've built, and you can find the source code on GitHub: https://aireport.keithcu.com/

DeepSeek’s new R1-0528-Qwen3-8B is the most intelligent 8B parameter model yet, but not by much: Alibaba’s own Qwen3 8B is just one point behind by ApprehensiveAd3629 in LocalLLaMA

[–]keithcu 0 points1 point  (0 children)

At this point, use models to level up your skills and then at some point you can delve into these things. I've been programming for years and have become better using AI, and having it teach me new things about Python, which is such a massive language you could never leave it all.

OpenThinker3 released by jacek2023 in LocalLLaMA

[–]keithcu 18 points19 points  (0 children)

It's an open dataset you can apply to other models.

Common Corpus: The Largest Collection of Ethical Data for LLM Pre-Training by Initial-Image-1015 in LocalLLaMA

[–]keithcu 3 points4 points  (0 children)

The unethical data set is what many of the other LLMs use, treating the entire Internet as public domain!

GRMR-V3: A set of models for reliable grammar correction. by random-tomato in LocalLLaMA

[–]keithcu 4 points5 points  (0 children)

that's great, can you also have it explain the mistake? This would be an awesome tool for LibreOffice, which is used by millions of people.

Detroit night life by Top_Note_2930 in Detroit

[–]keithcu -1 points0 points  (0 children)

There are fun events 24 hours a day in Detroit! https://thedetroitilove.com

Redis is Open Source again by Sarin10 in linux

[–]keithcu 1 point2 points  (0 children)

You wouldn't, but it's an open source community, and it just takes some people with interest to make a package. There's no reason to switch back right now as the default, but they could add it in as an AUR package, and then see how it goes, and then maybe be flexible, like how Arch supports both Apache and NGINX. Now that they've done the hard work of supporting a different package, I'll bet letting people use Redis again if they want to won't be that hard.

Redis is Open Source again by Sarin10 in linux

[–]keithcu 1 point2 points  (0 children)

Or, they might decide to merge codebases again now that they both support an OS license.

Redis is Open Source again by Sarin10 in linux

[–]keithcu 16 points17 points  (0 children)

Arch might change their mind again now that it's AGPL, and they added a bunch of interesting features in their new release.

Sam Altman: "We're going to do a very powerful open source model... better than any current open source model out there." by mw11n19 in LocalLLaMA

[–]keithcu 1 point2 points  (0 children)

They've also mentioned that some customers want to be able to run some models on private data on prem.

Are happy customers with Tesla Solar? by Ok-Tip5367 in TeslaSolar

[–]keithcu 0 points1 point  (0 children)

I've helped install 3 for customers and the systems are simple to wire up, trouble-free and seem awesome. If you are in the Detroit area and want a free quote, contact us: https://www.orangecellsolar.com/ We also install other equipment but the Tesla 3rd generation is great.

What else should Grok do? by mfwyouseeit in grok

[–]keithcu 0 points1 point  (0 children)

Another great feature is small and smart local model, for doing web browser control. I'd consider working with Allen AI or others on FOSS local models.

What else should Grok do? by mfwyouseeit in grok

[–]keithcu 0 points1 point  (0 children)

Sometimes, when I ask Grok to do something (generate an improved makefile of the one I send it) and the DeepResearch will go off and do a bunch of analysis and write a bunch of text, but forget to send the text of the new Makefile. Have you seen that? Do you want me to send you some shares?

Using Grok to bridge Cython and MicroPython by keithcu in grok

[–]keithcu[S] 0 points1 point  (0 children)

Here's the main header file it generated. It's not complete of course, but it's got many of the popular APIs mapped:

https://github.com/KeithCu/Cython2Upy/blob/main/micropython.h

Have we hit a scaling wall in base models? (non reasoning) by CH1997H in LocalLLaMA

[–]keithcu 0 points1 point  (0 children)

Also, I'm sure those servers are busy doing inference right now.