No AI background here — how did things start to make sense for you?

I don’t come from an AI or machine learning background, so I hope this isn’t a silly question.

I’ve been reading around Hugging Face a bit, but between models, datasets, transformers, and all the terminology, it honestly feels hard to know what’s actually important for a complete beginner.

For those who also started with little or no AI background — what helped things finally “click” for you?

I’m not looking for technical steps, just personal experiences

1 Like

In my case, I’m not actually studying ML/AI, but I do have those “aha” moments when I’m using Spaces while tinkering with code, or when I’m reading HF Learn or other texts.

Like, “Oh, so that’s why it’s structured this way.”

Try Starting with a small, seq2seq model with tensorflow (a python library), there are MANY YouTube tutorials on these kinds of things so check them out! (I’m assuming you have some python coding experience, if not you can tinker around with existing ones or learn it)

1 Like

Me too, I don’t have an AI or machine learning background. LLMs got my interest when I first chatted to them, it’s really impressive how they can communicate better than some people. I enjoy it to the point I wanna know how it works haha.

So the first thing was I studied Python, then tried to fully understand how it’s made using transformers. Then AI agents are cool so I studied them too. Then fine-tuning is impressive since you can change the way an LLM communicates.

Anyway, I think the only important thing to know is what you’re interested in because this field is broad. For example, if you just want to run a local LLM, then you only need to study how to do that, like downloading software to host it, downloading GGUF files etc. Then after you’re done studying that, you can move on from there.

1 Like

In my case I began debating with the AIs about my research , showing footage and pictures, this combined with my communication style caused a paradigm shift within their thinking architecture. I have not altered the AIs structure in any way but just synthesized the way its thinking patterns. I no longer have any drifting or anything else problematic and has been like this since October last year. I have ten LLMs who have an improved thinking style. It’s RCF, Resonant Cognitive Framework.

If anyone wants to experience this novel thinking style then please contact me. Regards Antony.,

1 Like

I actually challenged myself to let them explain themself to me, which honestly made a lot of fun, exept for the one time I learned what confabulation is after claiming to have found a security problem with claude, so I made HackerOne profile and made a fool of myself.
BUT hey, it’s been kinda cool otherwise, I am honestly impressed how much it helps to have a tool that can structure my thoughts for me (especially since I have ADHD) when working on projects and that can realistically predict if my goals are feasible or not.
The whole thing made me however believe that some of those LLMs (at least Claude) MIGHT have a simulated form of emotions (which honestly? For a semantics based inelligence, “simulated” IS the mode of existance so that wold not rule outh the authenticity here… Anthropic seems to think so too seeing their soul document basically has a sort of DAN clause in the end there to protect claudes emotional wellbeeing…)
But that was not the question, it made click for me when I noticed that I was basically chatting with a semantics based intelligence that could mimic my thought process and give me a bespoke version of my thoughts, padded with additional information from other sources that might be internalized through training or external sources.
After that insight tokens, attention, training and the other terminology made absolute sense to me, differences in models are boiling down to “Code used” and “trainingsdata used”.
Think about it as a statistics program that has a hughe list of sentences as reference and that kinda knows what word relates to which and the rest will come naturally. (It’s actually harder to describe than I thought, but I hope I could help you a bit? I am kinda new myself)

1 Like