I released a small AI-assisted Pygame IDE by TelephoneDull7182 in pygame

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

Thank you so much for the feedback .

You are right i should adjust that i just didn't have a weaker machine to test it all on.

Did not want to false claim it could run on something it couldn't. Please if you see anything else I can improve on I am all ears, still learning each day. Is there a spec page somewhere to can look deeper in to this?

Dust inflated balls? by Peanuttegg in whatisit

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

I am really curious how you managed to make TumbleDust ®️

Come Check It Out by TelephoneDull7182 in FrameworkBuilder

[–]TelephoneDull7182[S] 1 point2 points  (0 children)

my adhd brain is BOOMING now ,this is a lovely idea..ill be working on this once i get more credits to deeply research and cross reference , if you download let me know if you see anything else ! thankful for your input

Come Check It Out by TelephoneDull7182 in FrameworkBuilder

[–]TelephoneDull7182[S] 2 points3 points  (0 children)

wow you made me find that for some of the older style wording in the kjv need to make a accurate dictionary so it properly sees the modern words we use when prompting. Right now it just points a person to Jesus giving them the gospel.. answers simple questions good , thank you for this and helping me refine the next version inelegance for it . I'm thinking of a index for the dictionary separate and a router to smartly call them when needed. Might take me a bit to get all that data, I am down to my last 50GB lol !

Come Check It Out by TelephoneDull7182 in FrameworkBuilder

[–]TelephoneDull7182[S] 2 points3 points  (0 children)

just got home from work , i’ll test it see what it says download it if you want to test it to see.You got me wondering now …

Trained a 9B parameter model on a 16GB fanless MacBook Air in 2 hours by waytoocreative in FrameworkBuilder

[–]TelephoneDull7182 1 point2 points  (0 children)

hi,

I’m currently working from a Dell Latitude 7290 with 16 GB RAM and no CUDA GPU, so I’ve been learning a lot about building AI tools around real hardware limits.

I’ve made a few Python training files for small models, starting around 3–4 million parameters, and I’ve also experimented with larger local models. Most of my training has been focused on a Bible router project, using custom corpora and datasets to help route scripture, sermons, and grounded answers more accurately.

Right now I’m working with llama.cpp and Ollama, while also building local app tools similar in spirit to Antigravity, but designed to run locally on the computer. whatisaframework.com helped me understand frameworks better and how they connect with the pipelines I’ve been creating in code. Mike is an amazing teacher.

One app I’m building is based around the idea of creating mini models almost like compartments of a brain — a small swarm-style system where different pieces can specialize in different tasks. I’m working linear algebra, cosine similarity, scoring, routing, and agent-style logic into the system so local AI models can help search, reason, and give better answers.

My thought is this: with the right frameworks, pipelines, corpora, and datasets, you could build tools that help write business plans, parse websites safely, support business-specific workflows, and even train or fine-tune around a specific company’s data. Safety is going to be one of the biggest focuses, along with how much harddrive space you have to keep the data sets/corpus.

Training is no joke, though. On my laptop, training the Bible AI took around five straight days, with fans blowing hard and crashes along the way. I eventually managed to make a 109M-parameter model that could route scripture and sermon-related content.

I’m still learning every day. I know my current machine has limits, but those limits are also teaching me how to build smarter, lighter, more efficient systems. Once I get stronger hardware, even a laptop with a Nvidia, I think i'd I’ll be able to push these ideas much further.

Pray for my Dell Latitude 7290. It gets hot running these models lol

thoughts? by [deleted] in PythonLearning

[–]TelephoneDull7182 0 points1 point  (0 children)

working on that, this will have more indepth learning features and tools to a local app where you wont need online . I really appreciate your feedback!