That's it. I QUIT! No Asian loving for a loooong time!

Status
Not open for further replies.

Smiter

New member
Member Since
Apr 17, 2026
Posts
1,149
Likes Received
2,184
Location
Virginia, USA
I finally pulled the trigger early this morning. For a long time I had been torn between buying peps from sketchy Chinese peddlers and the other thing. But things came to a head a few hours ago. I saw this video of Dr.Alex Tatem on Diary of a CEO, and almost went down the crypto abyss. Then the Tony Robbins-Igor AI video came into my feed, and I got an epiphany. I needed to buy an AI laptop, but I had been prevaricating for months. Then the memorial day discount arrived and I finally succumbed. The massive investment means that I won't be able to purchase peptides anytime soon. It is a shame, but I'm broke. And I mean real broke. I will now have to chase Ben Franklin instead of driving out lard of the future. Got to work on the business.

But, it will mean that I will be more "regular" in posting here. Yeah, my current laptop had several keys malfunctioning, especially the letter P, and the numbers seven, eight, and nine. It was such a pain copy-pasting them. After tomorrow, my typing speed will return to baseline levels.

P.S:-I know there are a few folks here who have issues with my rapid posting. But I also know that there are ladies here. So the only appropriate response I have for you folks is what the T-800 had for the motel sup who asked him "Hey buddy, you got a dead cat in there or what?" in 1984.
 
I can't imagine what I'd use an "AI laptop" for, although my imagination would probably be stoked if I knew what it was.

I'm not stranger to spending money on consumer electronics and using AI, but a quick Google search shows nothing particularly interesting. I have most AI features turned off on my laptops and phone, they aren't generally helpful for anything I do.

What I do, typically uses variety of AI or machine learned programing to increase workflow.
 
woundcarping said:
I can't imagine what I'd use an "AI laptop" for, although my imagination would probably be stoked if I knew what it was
A major drawback for folks like me who want to use AI for business purposes is that we have to use public AI LLMs with public cloud storage. Running your own personal, local LLM is a dream for many of us, but for that, you need an AI Laptop that has enough juice to make it practical. That's what I bought now. The laptop will let me run my own LLM, train it with info only I can provide, and most importantly, keep the proprietary info private and secure.

woundcarping said:
I have most AI features turned off on my laptops and phone, they aren't generally helpful for anything I do.
Ah, thats AI enabled features. I was talking about running my own LLM on my computer with a 800 Tops processing power.

ultima thule said:
Is it even possible? 😆
Oh ye of little faith! tsk tsk... Kids these days have no idea of what's possible.

200-12898f477a67.gif
 

Attachments

  • 200-12898f477a67.gif
    200-12898f477a67.gif
    56.9 KB · Views: 2
Smiter said:
A major drawback for folks like me who want to use AI for business purposes is that we have to use public AI LLMs with public cloud storage. Running your own personal, local LLM is a dream for many of us, but for that, you need an AI Laptop that has enough juice to make it practical. That's what I bought now. The laptop will let me run my own LLM, train it with info only I can provide, and most importantly, keep the proprietary info private and secure.

Ah, thats AI enabled features. I was talking about running my own LLM on my computer with a 800 Tops processing power.

I assumed you were talking about running your own AI/LLM, but if I was doing that I don't think I'd want it running on a laptop.... I'd put it in the network closet and not pay the premium to have it in a laptop form factor, deal with the power consumption/thermals, and be limited by presumptively only accessing it from the laptop vs network access from multiple clients.

~800TOPS is a single RTX5090'esque performance, right?
 
woundcarping said:
I'd put it in the network closet and not pay the premium to have it in a laptop form factor,
Yes to almost all of it. And yeah, I have spacetimecash issue. I am getting some extra hard-drives and yes eight hundred TOPs is from a single Geforce RT5090 chip. I am using the laptop for the portability I will need for my creative endeavor where I will have to brainstorm with the AI when ideas pop into my head. I am a writer you see. And all the post-writing here gives me practice--writing juice--. Thanks a ton for the info.
 
Elgordoboy said:
Haha “prevaricating”…Freudian slip?
Yeah, I couldn't admit to myself that the right decision was to focus on the business rather than the self-love using peptides. I was trying to fool myself. That psych degree can be a bitch to one's own self.
 
ambot88 said:
I don't really know what most of those words mean, but it sounds like you have a fancy new toy, so congrats!
Thanks bro. It's just going to be a tool to run my own personal AI...a nano-micro-mini ChatGpT of my own... Uncensored!!!!
 
Smiter said:
A major drawback for folks like me who want to use AI for business purposes is that we have to use public AI LLMs with public cloud storage. Running your own personal, local LLM is a dream for many of us, but for that, you need an AI Laptop that has enough juice to make it practical. That's what I bought now. The laptop will let me run my own LLM, train it with info only I can provide, and most importantly, keep the proprietary info private and secure.
Obviously this is unrelated to main purpose of this forum but just something I would note about this approach is there are some issues you will certainly encounter with this.

Training an LLM, especially on your own computer, is extremely time-consuming (on the order of days, weeks, maybe longer.

Using only info that you provide will probably bias the LLM towards whatever information you cherry pick to train it on.

The LLM you make will be significantly weaker/worse than the latest models from ChatGPT and the like.

A stronger laptop is not a bad thing at all though, might I recommend instead downloading a solid existing LLM? Check out ollama dot com to start they have some good models. Also all of the info will remain private on your computer this way (like how when you download and install Microsoft Word, nobody can see what docs you make unless you upload them to the cloud or put them on a server somewhere).
 
bullshark said:
might I recommend instead downloading a solid existing LLM? Check out ollama dot com to start they have some good models
That's the plan. I will download a base LLM model from somewhere with all the basic algorithms..Then train it with my material and then use it.

wildweasel said:
I feel like we would probably have very similar YT feeds if we compared
Hmmm...I'm not certain. I only saw Tatem yesterday. My feed is very 80's hypermasculine.
 
bullshark said:
might I recommend instead downloading a solid existing LLM?
Local model hosting chad

Smiter said:
A major drawback for folks like me who want to use AI for business purposes is that we have to use public AI LLMs with public cloud storage. Running your own personal, local LLM is a dream for many of us, but for that, you need an AI Laptop that has enough juice to make it practical. That's what I bought now. The laptop will let me run my own LLM, train it with info only I can provide, and most importantly, keep the proprietary info private and secure.
I work in the AI field. It was also my grad degree. Expect to have to use a tiny model. Rule of thumb is 16gb of memory per 1B parameters for training, not counting the size of the batched training data in memory.

if you just want to run inference you can exepct to need about 1GB memory per 1B params running 8bit quantized weights, or half that running 4bit quantized weights.

unless if you have a gpu in your laptop expect the tokens per second output to be modest, maybe 10-20

Im not trying to detract from what you are doing, i'm cheering you on.

dm me if you want to ask any questions
 
Status
Not open for further replies.

Trending content

Members online

No members online now.

Forum statistics

Threads
2,620
Messages
55,146
Members
1
Latest member
Admin
Back
Top