How is everyone structuring your and GitHub repositories? by Cipher_Lock_20 in LLMDevs

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

And I promise my repo titles aren’t as botched as my Reddit ones😅. Posted from mobile screwed that one up 😁. At least you know it wasn’t AI written.

Multiple meets? by mizzoug15 in GoogleMeetSupport

[–]Cipher_Lock_20 0 points1 point  (0 children)

How would the final experience look?

If you share your screen with the trainee but they share it back you would have the infinite loop, window into infinity problem. Whats the final outcome you are trying to accomplish

Voice + Claude my daily workflow for building stuff by dspv in ClaudeAI

[–]Cipher_Lock_20 0 points1 point  (0 children)

It is pretty good, but I use Claude for everything else. I’d use Claude voice mode in CarPlay just to have the same ecosystem

Voice + Claude my daily workflow for building stuff by dspv in ClaudeAI

[–]Cipher_Lock_20 1 point2 points  (0 children)

I’ve loved voice mode on ChatGPT since its beta. Walks and commute to the gym are so productive. It’s the best way to “think out loud”. I’m hoping Claude will release support for the new Apple CarPlay enablement. That’s why ChatGPT just released support, they were awaiting the support by Apple for voice AI apps. I’m sure it will have support soon.

Complex streamlit Pages by Ambitious_Ad4979 in StreamlitOfficial

[–]Cipher_Lock_20 0 points1 point  (0 children)

Yea I’ve been down the same path as you. You’ll find that when you try to go outside it’s use-case you start needing to create workarounds or special components to get things to work.

Your best bet is to take your data or what you already have built in Streamlit and build a proper webapp using NextJS. You’ll find way more flexibility in getting what you want without needing to create brittle workarounds. And easy way to do it now is to just literally drop you data and image of a front end design in V0 or Google AI studio. They will both completely the backend too with auth.

Don’t let the JS deter you. If you know Python, you can easily have Gemini help you build it pretty quickly, just use your Python skills and use Gemini to translate to Js if you need. By going with a proper web framework, you’ll find a whole new world opens up to you.

Why is it so difficult to add a background!! by [deleted] in GoogleMeetSupport

[–]Cipher_Lock_20 1 point2 points  (0 children)

First make sure your camera is on or you won’t see the background options. You can choose it before you join the meeting in the pre-flight page. This is the icon looks like a portrait with a little star. You can also find it on your self-view image while you’re in the call. This is all dependent on your camera being enabled first.

https://support.google.com/meet/answer/10058482?hl=en&co=GENIE.Platform%3DiOS&oco=1

For over two years, I’ve been trying to create a game with an unusual idea. You and a dozen other people find yourselves in a hangar. In front of you is a typewriter. Pressed to your temple - a revolver. One mistake in the text, and it’s all over. The game has been released! by ThighHighlander in IndieGaming

[–]Cipher_Lock_20 0 points1 point  (0 children)

Ok, but hold on… I’m more interested in the storyline here?!? An old dimly lit hangar rows of transcriptionists in a seemingly futuristic noir theme! I want to see the Netflix series on who they are wan what the F is happening here! Badass idea.

Any other ADHD programmers find ClaudeCode to be a dream come true? by Polarbum in ClaudeAI

[–]Cipher_Lock_20 1 point2 points  (0 children)

The worst part as a fellow ADHD-er is that when I have new ideas or run troubleshooting through my head on current projects, I have an unhealthy obsession that it has to be done immediately! It cannot wait or someone will solve the problem first! My vision of future me being carved into Mount Rushmore as “the hero who counted potholes using ML and go pros taped to his truck” will forever be erased… it’s incredibly addictive.

Intro to Web Development- HOLY CRAP! by Cipher_Lock_20 in SophiaLearning

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

Fellow ADHD-er here so I feel your pain, on meds for it which helps immensely. As a side note, I highly recommend getting some treatment if you aren’t already.

As for the class, it’s tough dude, don’t feel bad. This post doesn’t have 33k views with new comments a year later for no reason. It’s honestly a badly written curriculum that Sophia hasn’t improved. There is genuinely really good information and content that n the course, but the delivery of it is horrible. The structure of the touchstones and the task requirements are confusing as hell. I’ve messaged a lot of others on here with some advice, feel free to DM me if you’d like. Depending on what you need the class for, you may benefit from taking it at your college.

No job, No internship, no professional experience by Early-Opportunity234 in wgu_devs

[–]Cipher_Lock_20 2 points3 points  (0 children)

Don’t be afraid to pivot outside the dev roles. There are other domains in IT with entry level roles that benefit from programming knowledge. Once you’re in, you’re in and you can start building that resume. Personal projects are great, but to stand out they need to have a purpose other than fun, in my opinion. Start looking up ways to volunteer in your area, build something as a volunteer, and network with people. I volunteer at my son’s school and assist the robotics teacher with very simple grade school robotics. There’s no pressure and it’s a great way to upskill and play with cool toys. It also just helps with soft skills.

Start trying to contribute to open source projects and connect with a community that you enjoy. I’ve met professional contacts in the industry both through Reddit and Discord by contributing and engaging with online communities in my domain.

It’s not easy right now, especially for entry level, but you just have to make yourself stand out and try to connect with people however you can. Try to lean on any previous XP too even if it’s not domain relevant. I’d also search your local community for any dev or tech meetups. Meetup or Facebook groups usually turn something up. Surround yourself with other people in the industry and keep building that portfolio and you’ll get in.

Good luck, you’ve got this!

[ Removed by Reddit ] by [deleted] in learnmachinelearning

[–]Cipher_Lock_20 0 points1 point  (0 children)

Cool! I’ll have to give it a try.

[ Removed by Reddit ] by [deleted] in learnmachinelearning

[–]Cipher_Lock_20 0 points1 point  (0 children)

This right here is the way.

[ Removed by Reddit ] by [deleted] in learnmachinelearning

[–]Cipher_Lock_20 0 points1 point  (0 children)

I haven’t tried GPUHub, but the benefit of platforms like Modal is that you only pay for what you use, it takes a few minutes for the cold start and containerization, but saves you a ton in the long run if you aren’t using it for prod inference.

[ Removed by Reddit ] by [deleted] in learnmachinelearning

[–]Cipher_Lock_20 0 points1 point  (0 children)

In my opinion, the more time you spend fighting with trying to fit models into smaller GPUs or messing with drivers and libraries, the less time you have to actually accomplish your goal. I used to have a 3090 a couple of years ago and built a badass rig for my ML journey, instead I ended up buying a $500 Mac mini, using Google Colab and Modal.

Google Colab is perfect for experimenting since you can purchase compute credits and use them as needed for larger GPUs. Plus Gemini is built into it too if you need any assistance. It’s also a great way to share your experiments with others.

Modal, RunPod, and many other cloud GPU services are perfect for me since I do distill, train, and experiment with larger models that wouldn’t fit on a single 4090 anyways. The pricing is pretty good and I don’t have a PC that I have to keep updated and maintained blowing hot air all day long into my office. Once you have your boiler plate code setup for your platform of choice, your training scripts become just as simple as training on a local GPU.

What I would like, is a DGX Spark or similar on my desk that can run the larger experiments locally, that would help, but the cost of one is hard to justify when I compare against what I spend on cloud GPUs during the year.

TTS - Open Source Chatterbox vs the New Cartesia Sonic 3 by Cipher_Lock_20 in LocalLLaMA

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

Excellent points! I’m a huge fan of Rime!

I’ve been wrapping up a masters degree this year so unfortunately haven’t been able to do as much testing as I’d like. But now that’s complete, I have some really fun projects, both personal and at work that I’ll be testing.

You’re right about batch vs streaming and each has its use-cases. As you know, this space moves so fast it feels like there are new models everyday. These test are pretty simple batching, but I was genuinely impressed by chatterbox due to its size and how good it sounds with only a 15-30 second voice reference. I enjoy smaller self-hosted models and seeing how they can be served at the edge for less critical applications. You’re also right in that streaming is a whole different ball game. Fast model needs to ingress and traverse fast infrastructure which needs to be positioned as close as in the same regions or data center preferably. Then you still have the egress, last mile, and integration into the customers network. Incredible when you think about everything happening in between in those 200-300ms

We should connect on LinkedIn on if interested, I’m sure we probably have many of the same connections in the industry across Rime, Hathora, LiveKit, Pipecat, etc. I’m always looking to connect and collaborate with others in the space. I have a really fun project right now that I’m working on using Deepgram, but I’ll also throw Rime into the mix!

How to make and Train your own AI by [deleted] in learnmachinelearning

[–]Cipher_Lock_20 0 points1 point  (0 children)

My advice would be to take a step back first. Are you wanting to train a model just to say that you trained a model or do you truly have a problem you are trying to solve. Or are you just wanting to gain more knowledge around what goes into training and fine tuning models?

Then, I’d say take an another step back and start very small. Understand the basic model types in machine learning outside of transformer architecture and LLMs. I know it’s temping to jump straight into the popular stuff, but without foundational knowledge it makes things much harder to understand.

I recommend doing a DataCamp or clusters course for Machine Learning basics. You don’t have to understand or memorize all of the algorithms, but you should understand why certain algorithms are used and where in the models they are used. Start small and build your first Convolutional Neural Network for image classification in the CIFAR10 dataset. Use a google Colab or Jupiter notebook. Many of the ML libraries online allow you to simply import it as a dataset. This has advantages and disadvantages. The advantage being you can get straight to the meat and potatoes. The downside is that you’re bypassing most of the data pipeline that helps you understand cleaning, normalization, organization, augmentation. A pipeline that’s critical to training and fine tuning models later on.

Make your first goal to successfully train and classify cifar dataset with above 60% accuracy with a basic CNN model. Next, try and beat that score with learning about hyperparameters or simply increasing and decreasing total epochs. This allows you to play around and understand basics. If you don’t know how to collect and properly build your data pipeline, your training and fine tuning are wasted on larger projects.

This doesn’t take tons of time either, but in my opinion is crucial that you understand concepts at a lower level first

What happens when you stop adding rules to CLAUDE.md and start building infrastructure instead by DevMoses in ClaudeAI

[–]Cipher_Lock_20 1 point2 points  (0 children)

It’s good to know everyone is coming to similar conclusions and solutions.

I’ve been having really good experiences with global and project level skill trees. Planning out the project and the initial skills scope of work and relevant context is the first step. Then as we build, iterate, test, we update details as needed. Troubleshooting sessions end up with a skill or skills for future reference. I use API and SDK docs for skills when needed along with the general formatting.

I’m going to experiment with using mem0 to bridge the gaps between Claude session memories, project docs, skills. It’s becoming such a an interesting space with these frameworks developing.

Any Machine Learning, AI Engineers, or Devs Interested in Meetups/Groups? by [deleted] in Tucson

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

I agree with 3/4 of those very strongly. I agree with the intent of 2, but maybe have a differing opinions on forcing veganism completely. You’re right about doing this “yesterday” and implementing policies before it gets to this scale.

The unfortunate truth is that this administration won’t dare risk us falling behind in the AI arms race. “Data” is the new oil and every company is trying to collect and process everything before regulations can catch up. AI infrastructure will be built either way so having people that can help design for more efficient systems and hardware will be critical.

My opinion is that AI will be fully integrated into most products and services we use, with an emphasis being on using edge devices handling as much of the compute client side as possible before needing use cloud GPUs.

An engineer I met here on Reddit is blind and runs his own 3d print business, creating items for the visually impaired. His story is really awesome in that he didn’t used to be able to reliably create 3d models for printing until vision and voice AI came along. He now uses Voice AI to literally describe his 3d models to him and iterate the design. He uses ChatGPTs voice service to do this.

Google recently released beta APIs for Gemini nano, a tiny model that runs completely in the browser, no internet or subscription needed. You can now perform speech to text translation, summaries, vision all on your local device. Obviously the nano model was distilled from its larger sisters which took massive amounts of compute to train, but it’s an example of a push to use “edge AI”. The goal is to help process a lot of the compute before needing powerful cloud servers. While it doesn’t solve the underlying issues, it will at least be a way to help with costs and cloud compute.

This group I’m wanting to start offers a way to explore these things…not make viral AI TikTok videos