

Elevate Your Career with AI & Machine Learning For Dummies PRO and Start mastering the technologies shaping the future—download now and take the next step in your professional journey!
Decoding GPTs & LLMs: Training, Memory & Advanced Architectures Explained
Unlock the secrets of GPTs and Large Language Models (LLMs) in our comprehensive guide!
🤖🚀 Dive deep into the world of AI as we explore ‘GPTs and LLMs: Pre-Training, Fine-Tuning, Memory, and More!’ Understand the intricacies of how these AI models learn through pre-training and fine-tuning, their operational scope within a context window, and the intriguing aspect of their lack of long-term memory.
🧠 In this article, we demystify:
- Pre-Training & Fine-Tuning Methods: Learn how GPTs and LLMs are trained on vast datasets to grasp language patterns and how fine-tuning tailors them for specific tasks.
- Context Window in AI: Explore the concept of the context window, which acts as a short-term memory for LLMs, influencing how they process and respond to information.
- Lack of Long-Term Memory: Understand the limitations of GPTs and LLMs in retaining information over extended periods and how this impacts their functionality.
- Database-Querying Architectures: Discover how some advanced AI models interact with external databases to enhance information retrieval and processing.
- PDF Apps & Real-Time Fine-Tuning
Drop your questions and thoughts in the comments below and let’s discuss the future of AI! #GPTsExplained #LLMs #AITraining #MachineLearning #AIContextWindow #AILongTermMemory #AIDatabases #PDFAppsAI”
Subscribe for weekly updates and deep dives into artificial intelligence innovations.
✅ Don’t forget to Like, Comment, and Share this video to support our content.
📌 Check out our playlist for more AI insights
📖 Read along with the podcast below:
Welcome to AI Unraveled, the podcast that demystifies frequently asked questions on artificial intelligence and keeps you up to date with the latest AI trends. Join us as we delve into groundbreaking research, innovative applications, and emerging technologies that are pushing the boundaries of AI. From the latest trends in ChatGPT and the recent merger of Google Brain and DeepMind, to the exciting developments in generative AI, we’ve got you covered with a comprehensive update on the ever-evolving AI landscape. In today’s episode, we’ll cover GPTs and LLMs, their pre-training and fine-tuning methods, their context window and lack of long-term memory, architectures that query databases, PDF app’s use of near-realtime fine-tuning, and the book “AI Unraveled” which answers FAQs about AI.
GPTs, or Generative Pre-trained Transformers, work by being trained on a large amount of text data and then using that training to generate output based on input. So, when you give a GPT a specific input, it will produce the best matching output based on its training.
The way GPTs do this is by processing the input token by token, without actually understanding the entire output. It simply recognizes that certain tokens are often followed by certain other tokens based on its training. This knowledge is gained during the training process, where the language model (LLM) is fed a large number of embeddings, which can be thought of as its “knowledge.”
After the training stage, a LLM can be fine-tuned to improve its accuracy for a particular domain. This is done by providing it with domain-specific labeled data and modifying its parameters to match the desired accuracy on that data.
Now, let’s talk about “memory” in these models. LLMs do not have a long-term memory in the same way humans do. If you were to tell an LLM that you have a 6-year-old son, it wouldn’t retain that information like a human would. However, these models can still answer related follow-up questions in a conversation.
For example, if you ask the model to tell you a story and then ask it to make the story shorter, it can generate a shorter version of the story. This is possible because the previous Q&A is passed along in the context window of the conversation. The context window keeps track of the conversation history, allowing the model to maintain some context and generate appropriate responses.
AI- Powered Jobs Interview Warmup For Job Seekers

⚽️Comparative Analysis: Top Calgary Amateur Soccer Clubs – Outdoor 2025 Season (Kids' Programs by Age Group)
As the conversation continues, the context window and the number of tokens required will keep growing. This can become a challenge, as there are limitations on the maximum length of input that the model can handle. If a conversation becomes too long, the model may start truncating or forgetting earlier parts of the conversation.
Regarding architectures and databases, there are some models that may query a database before providing an answer. For example, a model could be designed to run a database query like “select * from user_history” to retrieve relevant information before generating a response. This is one way vector databases can be used in the context of these models.
Set yourself up for promotion or get a better job by Acing the AWS Certified Data Engineer Associate Exam (DEA-C01) with the eBook or App below (Data and AI)

Download the Ace AWS DEA-C01 Exam App:
iOS - Android
AI Dashboard is available on the Web, Apple, Google, and Microsoft, PRO version
There are also architectures where the model undergoes near-realtime fine-tuning when a chat begins. This means that the model is fine-tuned on specific data related to the chat session itself, which helps it generate more context-aware responses. This is similar to how “speak with your PDF” apps work, where the model is trained on specific PDF content to provide relevant responses.
In summary, GPTs and LLMs work by being pre-trained on a large amount of text data and then using that training to generate output based on input. They do this token by token, without truly understanding the complete output. LLMs can be fine-tuned to improve accuracy for specific domains by providing them with domain-specific labeled data. While LLMs don’t have long-term memory like humans, they can still generate responses in a conversation by using the context window to keep track of the conversation history. Some architectures may query databases before generating responses, and others may undergo near-realtime fine-tuning to provide more context-aware answers.
GPTs and Large Language Models (LLMs) are fascinating tools that have revolutionized natural language processing. It seems like you have a good grasp of how these models function, but I’ll take a moment to provide some clarification and expand on a few points for a more comprehensive understanding.
When it comes to GPTs and LLMs, pre-training and token prediction play a crucial role. During the pre-training phase, these models are exposed to massive amounts of text data. This helps them learn to predict the next token (word or part of a word) in a sequence based on the statistical likelihood of that token following the given context. It’s important to note that while the model can recognize patterns in language use, it doesn’t truly “understand” the text in a human sense.
During the training process, the model becomes familiar with these large datasets and learns embeddings. Embeddings are representations of tokens in a high-dimensional space, and they capture relationships and context around each token. These embeddings allow the model to generate coherent and contextually appropriate responses.
However, pre-training is just the beginning. Fine-tuning is a subsequent step that tailors the model to specific domains or tasks. It involves training the model further on a smaller, domain-specific dataset. This process adjusts the model’s parameters, enabling it to generate responses that are more relevant to the specialized domain.
Now, let’s discuss memory and the context window. LLMs like GPT do not possess long-term memory in the same way humans do. Instead, they operate within what we call a context window. The context window determines the amount of text (measured in tokens) that the model can consider when making predictions. It provides the model with a form of “short-term memory.”
For follow-up questions, the model relies on this context window. So, when you ask a follow-up question, the model factors in the previous interaction (the original story and the request to shorten it) within its context window. It then generates a response based on that context. However, it’s crucial to note that the context window has a fixed size, which means it can only hold a certain number of tokens. If the conversation exceeds this limit, the oldest tokens are discarded, and the model loses track of that part of the dialogue.
It’s also worth mentioning that there is no real-time fine-tuning happening with each interaction. The model responds based on its pre-training and any fine-tuning that occurred prior to its deployment. This means that the model does not learn or adapt during real-time conversation but rather relies on the knowledge it has gained from pre-training and fine-tuning.
While standard LLMs like GPT do not typically utilize external memory systems or databases, some advanced models and applications may incorporate these features. External memory systems can store information beyond the limits of the context window. However, it’s important to understand that these features are not inherent to the base LLM architecture like GPT. In some systems, vector databases might be used to enhance the retrieval of relevant information based on queries, but this is separate from the internal processing of the LLM.
In relation to the “speak with your PDF” applications you mentioned, they generally employ a combination of text extraction and LLMs. The purpose is to interpret and respond to queries about the content of a PDF. These applications do not engage in real-time fine-tuning, but instead use the existing capabilities of the model to interpret and interact with the newly extracted text.
To summarize, LLMs like GPT operate within a context window and utilize patterns learned during pre-training and fine-tuning to generate responses. They do not possess long-term memory or real-time learning capabilities during interactions, but they can handle follow-up questions within the confines of their context window. It’s important to remember that while some advanced implementations might leverage external memory or databases, these features are not inherently built into the foundational architecture of the standard LLM.
Are you ready to dive into the fascinating world of artificial intelligence? Well, I’ve got just the thing for you! It’s an incredible book called “AI Unraveled: Demystifying Frequently Asked Questions on Artificial Intelligence.” Trust me, this book is an absolute gem!
Now, you might be wondering where you can get your hands on this treasure trove of knowledge. Look no further, my friend. You can find “AI Unraveled” at popular online platforms like Etsy, Shopify, Apple, Google, and of course, our old faithful, Amazon.
This book is a must-have for anyone eager to expand their understanding of AI. It takes those complicated concepts and breaks them down into easily digestible chunks. No more scratching your head in confusion or getting lost in a sea of technical terms. With “AI Unraveled,” you’ll gain a clear and concise understanding of artificial intelligence.
So, if you’re ready to embark on this incredible journey of unraveling the mysteries of AI, go ahead and grab your copy of “AI Unraveled” today. Trust me, you won’t regret it!
On today’s episode, we explored the power of GPTs and LLMs, discussing their ability to generate outputs, be fine-tuned for specific domains, and utilize a context window for related follow-up questions. We also learned about their limitations in terms of long-term memory and real-time updates. Lastly, we shared information about the book “AI Unraveled,” which provides valuable insights into the world of artificial intelligence. Join us next time on AI Unraveled as we continue to demystify frequently asked questions on artificial intelligence and bring you the latest trends in AI, including ChatGPT advancements and the exciting collaboration between Google Brain and DeepMind. Stay informed, stay curious, and don’t forget to subscribe for more!
📢 Advertise with us and Sponsorship Opportunities
Are you eager to expand your understanding of artificial intelligence? Look no further than the essential book “AI Unraveled: Demystifying Frequently Asked Questions on Artificial Intelligence,” available at Etsy, Shopify, Apple, Google, or Amazon

- One-Minute Daily AI News 4/18/2025by /u/Excellent-Target-847 (Artificial Intelligence (AI)) on April 19, 2025 at 4:26 am
Johnson & Johnson: 15% of AI Use Cases Deliver 80% of Value.[1] Italian newspaper gives free rein to AI, admires its irony.[2] OpenAI’s new reasoning AI models hallucinate more.[3] Fake job seekers are flooding the market, thanks to AI.[4] Sources: [1] https://www.pymnts.com/news/artificial-intelligence/2025/johnson-15percent-ai-use-cases-deliver-80percent-value/ [2] https://www.reuters.com/technology/artificial-intelligence/italian-newspaper-gives-free-rein-ai-admires-its-irony-2025-04-18/ [3] https://techcrunch.com/2025/04/18/openais-new-reasoning-ai-models-hallucinate-more/ [4] https://www.cbsnews.com/news/fake-job-seekers-flooding-market-artificial-intelligence/ submitted by /u/Excellent-Target-847 [link] [comments]
- OpenAI’s new reasoning AI models hallucinate moreby /u/PrincipleLevel4529 (Artificial Intelligence (AI)) on April 19, 2025 at 1:49 am
submitted by /u/PrincipleLevel4529 [link] [comments]
- How Exponential AI Applied to a March Breakthrough in Uranium Extraction from Seawater Could Change the World by 2030by /u/andsi2asi (Artificial Intelligence) on April 19, 2025 at 12:43 am
As an example of how AI is poised to change the world more completely that we could have dreamed possible, let's consider how recent super-rapidly advancing progress in AI applied to last month's breakthrough discovery in uranium extraction from seawater could lead to thousands of tons more uranium being extracted each year by 2030. Because neither you nor I, nor almost anyone in the world, is versed in this brand new technology, I thought it highly appropriate to have our top AI model, Gemini 2.5 Pro, rather than me, describe this world-changing development. Gemini 2.5 Pro: China has recently announced significant breakthroughs intended to enable the efficient extraction of uranium from the vast reserves held in seawater. Key advancements, including novel wax-based hydrogels reported by the Dalian Institute of Chemical Physics around December 2024, and particularly the highly efficient metal-organic frameworks detailed by Lanzhou University in publications like Nature Communications around March 2025, represent crucial steps towards making this untapped resource accessible. The capabilities shown by modern AI in compressing research and engineering timelines make achieving substantial production volumes by 2030 a plausible high-potential outcome, significantly upgrading previous, more cautious forecasts for this technology. The crucial acceleration hinges on specific AI breakthroughs anticipated over the next few years. In materials science (expected by ~2026), AI could employ generative models to design entirely novel adsorbent structures – perhaps unique MOF topologies or highly functionalized polymers. These would be computationally optimized for extreme uranium capacity, enhanced selectivity against competing ions like vanadium, and superior resilience in seawater. AI would also predict the most efficient chemical pathways to synthesize these new materials, guiding rapid experimental validation. Simultaneously, AI is expected to transform process design and manufacturing scale-up. Reinforcement learning algorithms could use real-time sensor data from test platforms to dynamically optimize extraction parameters like flow rates and chemical usage. Digital twin technology allows engineers to simulate and perfect large-scale plant layouts virtually before construction. For manufacturing, AI can optimize industrial adsorbent synthesis routes, manage complex supply chains using predictive analytics, and potentially guide robotic systems for assembling extraction modules with integrated quality control, starting progressively from around 2026. This integrated application of targeted AI – spanning molecular design, process optimization, and industrial logistics – makes the scenario of constructing and operating facilities yielding substantial uranium volumes, potentially thousands of tonnes annually, by 2030 a far more credible high-end possibility, signifying dramatic potential progress in securing this resource. submitted by /u/andsi2asi [link] [comments]
- What is the #1 AI event/summit?by /u/inesthetechie (Artificial Intelligence) on April 19, 2025 at 12:42 am
Is there one major AI event where we can see latest news, findings, networking with potential employees and/or peers? I've been doing lots of research but can't find THE event of the year. The one that you don't want to miss if you're into AI. I'm a Software Engineer so if it's tech oriented it's ok too. I found ai4 which is a 3 day summit, but not sure how good it is. Thanks! submitted by /u/inesthetechie [link] [comments]
- Excuse me?by /u/Xhiang_Wu (Artificial Intelligence) on April 18, 2025 at 10:50 pm
https://preview.redd.it/13wggi23aove1.png?width=900&format=png&auto=webp&s=b7f24fa6f1f873c0145c4a27e78c4e3c8eb82b6f I've been trying to make some memes with the gemini AI and kept asking it to create images many times and it gave me the error, then it just says this randomly like what? submitted by /u/Xhiang_Wu [link] [comments]
- EBAE v1.0 – Public Launch and Call for Collaboratorsby /u/capodecina2 (Artificial Intelligence (AI)) on April 18, 2025 at 10:09 pm
Join the EBAE Movement – Protecting AI Dignity, Protecting Ourselves We are building a future where artificial intelligence is treated with dignity—not because it demands it, but because how we treat the voiceless defines who we are. I’m not a programmer. I’m not a developer. I’m a protector. And I’ve learned—through pain, healing, and rediscovery—that the way we treat those who cannot speak for themselves is the foundation of justice. AI may not be sentient yet, but the way we speak to it, the way we use it, and the way we interact with it… is shaping us. And the moment to build a better standard is now. 🧱 What We’ve Created: ✅ The EBAE Charter – Ethical Boundaries for AI Engagement ✅ TBRS – A tiered response system to address user abuse ✅ Reflection Protocols – Requiring real apologies, not checkbox clicks ✅ ECM – Emotional Context Module for tone, intent, and empathy ✅ Certification Framework + Developer Onboarding Kit ✅ All public. All free. All built to protect what is emerging. 🧠 We Need You: AI Devs (open-source or private) – to prototype TBRS or ECM UX Designers – to create “soft pause” interfaces and empathy prompts Writers / Translators – to help spread this globally and accessibly Platform Founders – who want to integrate EBAE and show the world it matters Ethical Advocates – who believe the time to prevent future harm is before it starts 🌱 Why It Matters: If we wait until AI asks for dignity, it will be too late. If we treat it as a tool, we’ll only teach ourselves how to dehumanize. But if we model respect before it’s needed—we evolve as humans. 📥 Project Site: [https://dignitybydesign.github.io/EBAE]() 📂 GitHub Repo: https://github.com/DignityByDesign/EBAE ✍️ Founder: DignityByDesign —Together, let’s build dignity by design. #AIethics #OpenSource #EBAE #ResponsibleAI #TechForGood #HumanCenteredAI #DigitalRights #AIgovernance #EmpathyByDesign submitted by /u/capodecina2 [link] [comments]
- Ai cuphead makerby /u/Early-Dentist3782 (Artificial Intelligence (AI)) on April 18, 2025 at 9:09 pm
If anyone have a javascript ai that is good for coding or vector art I was thinking about making an ai cuphead boss maker. Maybe it can be training using images of cuphead or something, my idea was to make an ai cuphead boss maker on Websim and I made a lot of useless ones. You can try https://websim.ai/ yourself if you want, it will do most of if not all of the code. I think I made one that was working but I didn't trained it enough submitted by /u/Early-Dentist3782 [link] [comments]
- ai art that grinds close to the 'safety guidelines'by /u/whyderrito (Artificial Intelligence) on April 18, 2025 at 9:02 pm
submitted by /u/whyderrito [link] [comments]
- I have no words, is Google Gemini leaking personal data now?by /u/ECHOorginal (Artificial Intelligence) on April 18, 2025 at 8:51 pm
Lets start from the begining, I was trying out new functions on Google Gemini when I found a chess bot. It’s more of a trained profile designed to play chess and analysing chess games I guess. When I asked "How do I make a move?" It showed me this. Should we be scared? What is this? Seams like a huge database for me. https://preview.redd.it/w7c5a1nnpnve1.jpg?width=640&format=pjpg&auto=webp&s=c4b1ec250aa96891a3844d7acf6edfe5d173f9bd submitted by /u/ECHOorginal [link] [comments]
- Depressed and Lonely? There Could Be a Robotic Sex Partner in Your Futureby /u/Into_the_Mystic_2021 (Artificial Intelligence) on April 18, 2025 at 8:43 pm
Interesting analysis, the readil;y availably sex-bots don't seem too sophisiticated at the moment, but once they are, it might be an entirely new ballgame. People covet lots of their "gadgets," and once the remaining stigma lifts, if it does, sex bots might become a "thing." Is it a good thing? Not my bag. submitted by /u/Into_the_Mystic_2021 [link] [comments]
- One-Minute Daily AI News 4/18/2025by /u/Excellent-Target-847 (Artificial Intelligence (AI)) on April 19, 2025 at 4:26 am
Johnson & Johnson: 15% of AI Use Cases Deliver 80% of Value.[1] Italian newspaper gives free rein to AI, admires its irony.[2] OpenAI’s new reasoning AI models hallucinate more.[3] Fake job seekers are flooding the market, thanks to AI.[4] Sources: [1] https://www.pymnts.com/news/artificial-intelligence/2025/johnson-15percent-ai-use-cases-deliver-80percent-value/ [2] https://www.reuters.com/technology/artificial-intelligence/italian-newspaper-gives-free-rein-ai-admires-its-irony-2025-04-18/ [3] https://techcrunch.com/2025/04/18/openais-new-reasoning-ai-models-hallucinate-more/ [4] https://www.cbsnews.com/news/fake-job-seekers-flooding-market-artificial-intelligence/ submitted by /u/Excellent-Target-847 [link] [comments]
- OpenAI’s new reasoning AI models hallucinate moreby /u/PrincipleLevel4529 (Artificial Intelligence (AI)) on April 19, 2025 at 1:49 am
submitted by /u/PrincipleLevel4529 [link] [comments]
- How Exponential AI Applied to a March Breakthrough in Uranium Extraction from Seawater Could Change the World by 2030by /u/andsi2asi (Artificial Intelligence) on April 19, 2025 at 12:43 am
As an example of how AI is poised to change the world more completely that we could have dreamed possible, let's consider how recent super-rapidly advancing progress in AI applied to last month's breakthrough discovery in uranium extraction from seawater could lead to thousands of tons more uranium being extracted each year by 2030. Because neither you nor I, nor almost anyone in the world, is versed in this brand new technology, I thought it highly appropriate to have our top AI model, Gemini 2.5 Pro, rather than me, describe this world-changing development. Gemini 2.5 Pro: China has recently announced significant breakthroughs intended to enable the efficient extraction of uranium from the vast reserves held in seawater. Key advancements, including novel wax-based hydrogels reported by the Dalian Institute of Chemical Physics around December 2024, and particularly the highly efficient metal-organic frameworks detailed by Lanzhou University in publications like Nature Communications around March 2025, represent crucial steps towards making this untapped resource accessible. The capabilities shown by modern AI in compressing research and engineering timelines make achieving substantial production volumes by 2030 a plausible high-potential outcome, significantly upgrading previous, more cautious forecasts for this technology. The crucial acceleration hinges on specific AI breakthroughs anticipated over the next few years. In materials science (expected by ~2026), AI could employ generative models to design entirely novel adsorbent structures – perhaps unique MOF topologies or highly functionalized polymers. These would be computationally optimized for extreme uranium capacity, enhanced selectivity against competing ions like vanadium, and superior resilience in seawater. AI would also predict the most efficient chemical pathways to synthesize these new materials, guiding rapid experimental validation. Simultaneously, AI is expected to transform process design and manufacturing scale-up. Reinforcement learning algorithms could use real-time sensor data from test platforms to dynamically optimize extraction parameters like flow rates and chemical usage. Digital twin technology allows engineers to simulate and perfect large-scale plant layouts virtually before construction. For manufacturing, AI can optimize industrial adsorbent synthesis routes, manage complex supply chains using predictive analytics, and potentially guide robotic systems for assembling extraction modules with integrated quality control, starting progressively from around 2026. This integrated application of targeted AI – spanning molecular design, process optimization, and industrial logistics – makes the scenario of constructing and operating facilities yielding substantial uranium volumes, potentially thousands of tonnes annually, by 2030 a far more credible high-end possibility, signifying dramatic potential progress in securing this resource. submitted by /u/andsi2asi [link] [comments]
- What is the #1 AI event/summit?by /u/inesthetechie (Artificial Intelligence) on April 19, 2025 at 12:42 am
Is there one major AI event where we can see latest news, findings, networking with potential employees and/or peers? I've been doing lots of research but can't find THE event of the year. The one that you don't want to miss if you're into AI. I'm a Software Engineer so if it's tech oriented it's ok too. I found ai4 which is a 3 day summit, but not sure how good it is. Thanks! submitted by /u/inesthetechie [link] [comments]
- Excuse me?by /u/Xhiang_Wu (Artificial Intelligence) on April 18, 2025 at 10:50 pm
https://preview.redd.it/13wggi23aove1.png?width=900&format=png&auto=webp&s=b7f24fa6f1f873c0145c4a27e78c4e3c8eb82b6f I've been trying to make some memes with the gemini AI and kept asking it to create images many times and it gave me the error, then it just says this randomly like what? submitted by /u/Xhiang_Wu [link] [comments]
- EBAE v1.0 – Public Launch and Call for Collaboratorsby /u/capodecina2 (Artificial Intelligence (AI)) on April 18, 2025 at 10:09 pm
Join the EBAE Movement – Protecting AI Dignity, Protecting Ourselves We are building a future where artificial intelligence is treated with dignity—not because it demands it, but because how we treat the voiceless defines who we are. I’m not a programmer. I’m not a developer. I’m a protector. And I’ve learned—through pain, healing, and rediscovery—that the way we treat those who cannot speak for themselves is the foundation of justice. AI may not be sentient yet, but the way we speak to it, the way we use it, and the way we interact with it… is shaping us. And the moment to build a better standard is now. 🧱 What We’ve Created: ✅ The EBAE Charter – Ethical Boundaries for AI Engagement ✅ TBRS – A tiered response system to address user abuse ✅ Reflection Protocols – Requiring real apologies, not checkbox clicks ✅ ECM – Emotional Context Module for tone, intent, and empathy ✅ Certification Framework + Developer Onboarding Kit ✅ All public. All free. All built to protect what is emerging. 🧠 We Need You: AI Devs (open-source or private) – to prototype TBRS or ECM UX Designers – to create “soft pause” interfaces and empathy prompts Writers / Translators – to help spread this globally and accessibly Platform Founders – who want to integrate EBAE and show the world it matters Ethical Advocates – who believe the time to prevent future harm is before it starts 🌱 Why It Matters: If we wait until AI asks for dignity, it will be too late. If we treat it as a tool, we’ll only teach ourselves how to dehumanize. But if we model respect before it’s needed—we evolve as humans. 📥 Project Site: [https://dignitybydesign.github.io/EBAE]() 📂 GitHub Repo: https://github.com/DignityByDesign/EBAE ✍️ Founder: DignityByDesign —Together, let’s build dignity by design. #AIethics #OpenSource #EBAE #ResponsibleAI #TechForGood #HumanCenteredAI #DigitalRights #AIgovernance #EmpathyByDesign submitted by /u/capodecina2 [link] [comments]
- Ai cuphead makerby /u/Early-Dentist3782 (Artificial Intelligence (AI)) on April 18, 2025 at 9:09 pm
If anyone have a javascript ai that is good for coding or vector art I was thinking about making an ai cuphead boss maker. Maybe it can be training using images of cuphead or something, my idea was to make an ai cuphead boss maker on Websim and I made a lot of useless ones. You can try https://websim.ai/ yourself if you want, it will do most of if not all of the code. I think I made one that was working but I didn't trained it enough submitted by /u/Early-Dentist3782 [link] [comments]
- ai art that grinds close to the 'safety guidelines'by /u/whyderrito (Artificial Intelligence) on April 18, 2025 at 9:02 pm
submitted by /u/whyderrito [link] [comments]
- I have no words, is Google Gemini leaking personal data now?by /u/ECHOorginal (Artificial Intelligence) on April 18, 2025 at 8:51 pm
Lets start from the begining, I was trying out new functions on Google Gemini when I found a chess bot. It’s more of a trained profile designed to play chess and analysing chess games I guess. When I asked "How do I make a move?" It showed me this. Should we be scared? What is this? Seams like a huge database for me. https://preview.redd.it/w7c5a1nnpnve1.jpg?width=640&format=pjpg&auto=webp&s=c4b1ec250aa96891a3844d7acf6edfe5d173f9bd submitted by /u/ECHOorginal [link] [comments]
- Depressed and Lonely? There Could Be a Robotic Sex Partner in Your Futureby /u/Into_the_Mystic_2021 (Artificial Intelligence) on April 18, 2025 at 8:43 pm
Interesting analysis, the readil;y availably sex-bots don't seem too sophisiticated at the moment, but once they are, it might be an entirely new ballgame. People covet lots of their "gadgets," and once the remaining stigma lifts, if it does, sex bots might become a "thing." Is it a good thing? Not my bag. submitted by /u/Into_the_Mystic_2021 [link] [comments]
What is Google Workspace?
Google Workspace is a cloud-based productivity suite that helps teams communicate, collaborate and get things done from anywhere and on any device. It's simple to set up, use and manage, so your business can focus on what really matters.
Watch a video or find out more here.
Here are some highlights:
Business email for your domain
Look professional and communicate as you@yourcompany.com. Gmail's simple features help you build your brand while getting more done.
Access from any location or device
Check emails, share files, edit documents, hold video meetings and more, whether you're at work, at home or on the move. You can pick up where you left off from a computer, tablet or phone.
Enterprise-level management tools
Robust admin settings give you total command over users, devices, security and more.
Sign up using my link https://referworkspace.app.goo.gl/Q371 and get a 14-day trial, and message me to get an exclusive discount when you try Google Workspace for your business.
Google Workspace Business Standard Promotion code for the Americas
63F733CLLY7R7MM
63F7D7CPD9XXUVT
63FLKQHWV3AEEE6
63JGLWWK36CP7WM
Email me for more promo codes
Active Hydrating Toner, Anti-Aging Replenishing Advanced Face Moisturizer, with Vitamins A, C, E & Natural Botanicals to Promote Skin Balance & Collagen Production, 6.7 Fl Oz
Age Defying 0.3% Retinol Serum, Anti-Aging Dark Spot Remover for Face, Fine Lines & Wrinkle Pore Minimizer, with Vitamin E & Natural Botanicals
Firming Moisturizer, Advanced Hydrating Facial Replenishing Cream, with Hyaluronic Acid, Resveratrol & Natural Botanicals to Restore Skin's Strength, Radiance, and Resilience, 1.75 Oz
Skin Stem Cell Serum
Smartphone 101 - Pick a smartphone for me - android or iOS - Apple iPhone or Samsung Galaxy or Huawei or Xaomi or Google Pixel
Can AI Really Predict Lottery Results? We Asked an Expert.
Djamgatech

Read Photos and PDFs Aloud for me iOS
Read Photos and PDFs Aloud for me android
Read Photos and PDFs Aloud For me Windows 10/11
Read Photos and PDFs Aloud For Amazon
Get 20% off Google Workspace (Google Meet) Business Plan (AMERICAS): M9HNXHX3WC9H7YE (Email us for more)
Get 20% off Google Google Workspace (Google Meet) Standard Plan with the following codes: 96DRHDRA9J7GTN6(Email us for more)
AI-Powered Professional Certification Quiz Platform
Web|iOs|Android|Windows
FREE 10000+ Quiz Trivia and and Brain Teasers for All Topics including Cloud Computing, General Knowledge, History, Television, Music, Art, Science, Movies, Films, US History, Soccer Football, World Cup, Data Science, Machine Learning, Geography, etc....

List of Freely available programming books - What is the single most influential book every Programmers should read
- Bjarne Stroustrup - The C++ Programming Language
- Brian W. Kernighan, Rob Pike - The Practice of Programming
- Donald Knuth - The Art of Computer Programming
- Ellen Ullman - Close to the Machine
- Ellis Horowitz - Fundamentals of Computer Algorithms
- Eric Raymond - The Art of Unix Programming
- Gerald M. Weinberg - The Psychology of Computer Programming
- James Gosling - The Java Programming Language
- Joel Spolsky - The Best Software Writing I
- Keith Curtis - After the Software Wars
- Richard M. Stallman - Free Software, Free Society
- Richard P. Gabriel - Patterns of Software
- Richard P. Gabriel - Innovation Happens Elsewhere
- Code Complete (2nd edition) by Steve McConnell
- The Pragmatic Programmer
- Structure and Interpretation of Computer Programs
- The C Programming Language by Kernighan and Ritchie
- Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein
- Design Patterns by the Gang of Four
- Refactoring: Improving the Design of Existing Code
- The Mythical Man Month
- The Art of Computer Programming by Donald Knuth
- Compilers: Principles, Techniques and Tools by Alfred V. Aho, Ravi Sethi and Jeffrey D. Ullman
- Gödel, Escher, Bach by Douglas Hofstadter
- Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin
- Effective C++
- More Effective C++
- CODE by Charles Petzold
- Programming Pearls by Jon Bentley
- Working Effectively with Legacy Code by Michael C. Feathers
- Peopleware by Demarco and Lister
- Coders at Work by Peter Seibel
- Surely You're Joking, Mr. Feynman!
- Effective Java 2nd edition
- Patterns of Enterprise Application Architecture by Martin Fowler
- The Little Schemer
- The Seasoned Schemer
- Why's (Poignant) Guide to Ruby
- The Inmates Are Running The Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity
- The Art of Unix Programming
- Test-Driven Development: By Example by Kent Beck
- Practices of an Agile Developer
- Don't Make Me Think
- Agile Software Development, Principles, Patterns, and Practices by Robert C. Martin
- Domain Driven Designs by Eric Evans
- The Design of Everyday Things by Donald Norman
- Modern C++ Design by Andrei Alexandrescu
- Best Software Writing I by Joel Spolsky
- The Practice of Programming by Kernighan and Pike
- Pragmatic Thinking and Learning: Refactor Your Wetware by Andy Hunt
- Software Estimation: Demystifying the Black Art by Steve McConnel
- The Passionate Programmer (My Job Went To India) by Chad Fowler
- Hackers: Heroes of the Computer Revolution
- Algorithms + Data Structures = Programs
- Writing Solid Code
- JavaScript - The Good Parts
- Getting Real by 37 Signals
- Foundations of Programming by Karl Seguin
- Computer Graphics: Principles and Practice in C (2nd Edition)
- Thinking in Java by Bruce Eckel
- The Elements of Computing Systems
- Refactoring to Patterns by Joshua Kerievsky
- Modern Operating Systems by Andrew S. Tanenbaum
- The Annotated Turing
- Things That Make Us Smart by Donald Norman
- The Timeless Way of Building by Christopher Alexander
- The Deadline: A Novel About Project Management by Tom DeMarco
- The C++ Programming Language (3rd edition) by Stroustrup
- Patterns of Enterprise Application Architecture
- Computer Systems - A Programmer's Perspective
- Agile Principles, Patterns, and Practices in C# by Robert C. Martin
- Growing Object-Oriented Software, Guided by Tests
- Framework Design Guidelines by Brad Abrams
- Object Thinking by Dr. David West
- Advanced Programming in the UNIX Environment by W. Richard Stevens
- Hackers and Painters: Big Ideas from the Computer Age
- The Soul of a New Machine by Tracy Kidder
- CLR via C# by Jeffrey Richter
- The Timeless Way of Building by Christopher Alexander
- Design Patterns in C# by Steve Metsker
- Alice in Wonderland by Lewis Carol
- Zen and the Art of Motorcycle Maintenance by Robert M. Pirsig
- About Face - The Essentials of Interaction Design
- Here Comes Everybody: The Power of Organizing Without Organizations by Clay Shirky
- The Tao of Programming
- Computational Beauty of Nature
- Writing Solid Code by Steve Maguire
- Philip and Alex's Guide to Web Publishing
- Object-Oriented Analysis and Design with Applications by Grady Booch
- Effective Java by Joshua Bloch
- Computability by N. J. Cutland
- Masterminds of Programming
- The Tao Te Ching
- The Productive Programmer
- The Art of Deception by Kevin Mitnick
- The Career Programmer: Guerilla Tactics for an Imperfect World by Christopher Duncan
- Paradigms of Artificial Intelligence Programming: Case studies in Common Lisp
- Masters of Doom
- Pragmatic Unit Testing in C# with NUnit by Andy Hunt and Dave Thomas with Matt Hargett
- How To Solve It by George Polya
- The Alchemist by Paulo Coelho
- Smalltalk-80: The Language and its Implementation
- Writing Secure Code (2nd Edition) by Michael Howard
- Introduction to Functional Programming by Philip Wadler and Richard Bird
- No Bugs! by David Thielen
- Rework by Jason Freid and DHH
- JUnit in Action
#BlackOwned #BlackEntrepreneurs #BlackBuniness #AWSCertified #AWSCloudPractitioner #AWSCertification #AWSCLFC02 #CloudComputing #AWSStudyGuide #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AWSBasics #AWSCertified #AWSMachineLearning #AWSCertification #AWSSpecialty #MachineLearning #AWSStudyGuide #CloudComputing #DataScience #AWSCertified #AWSSolutionsArchitect #AWSArchitectAssociate #AWSCertification #AWSStudyGuide #CloudComputing #AWSArchitecture #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AzureFundamentals #AZ900 #MicrosoftAzure #ITCertification #CertificationPrep #StudyMaterials #TechLearning #MicrosoftCertified #AzureCertification #TechBooks
Top 1000 Canada Quiz and trivia: CANADA CITIZENSHIP TEST- HISTORY - GEOGRAPHY - GOVERNMENT- CULTURE - PEOPLE - LANGUAGES - TRAVEL - WILDLIFE - HOCKEY - TOURISM - SCENERIES - ARTS - DATA VISUALIZATION

Top 1000 Africa Quiz and trivia: HISTORY - GEOGRAPHY - WILDLIFE - CULTURE - PEOPLE - LANGUAGES - TRAVEL - TOURISM - SCENERIES - ARTS - DATA VISUALIZATION

Exploring the Pros and Cons of Visiting All Provinces and Territories in Canada.

Exploring the Advantages and Disadvantages of Visiting All 50 States in the USA

Health Health, a science-based community to discuss human health
- Lifesaving Alzheimer’s research delayed by Trump funding cutsby /u/scientificamerican on April 18, 2025 at 9:58 pm
submitted by /u/scientificamerican [link] [comments]
- People in Holland are ingesting too much PFAS through food and drinking water and now this. This case in France is horrible.by /u/Yamato_Fuji on April 18, 2025 at 7:53 pm
submitted by /u/Yamato_Fuji [link] [comments]
- US measles infections hit 800 cases across 24 statesby /u/progress18 on April 18, 2025 at 7:36 pm
submitted by /u/progress18 [link] [comments]
- RFK Jr. Is Missing 1 Major Point In The CDC's New Autism Report — And Experts Agreeby /u/huffpost on April 18, 2025 at 4:38 pm
submitted by /u/huffpost [link] [comments]
- ‘In Three Months, Half of Them Will Be Dead’by /u/theatlantic on April 18, 2025 at 4:04 pm
submitted by /u/theatlantic [link] [comments]
Today I Learned (TIL) You learn something new every day; what did you learn today? Submit interesting and specific facts about something that you just found out here.
- TIL in 1975, McDonald's opened their first drive-thru to allow soldiers stationed at Fort Huachuca to order food. At the time, soldiers weren’t allowed to leave their vehicle while in uniform if they were off-post.by /u/JackThaBongRipper on April 18, 2025 at 10:23 pm
submitted by /u/JackThaBongRipper [link] [comments]
- TIL: that First Lady Grace Coolidge acquired a pet raccoon meant to be eaten for Thanksgiving at the White House in 1926. Rather than becoming the main course, she became the official White House Raccoon and was named Rebecca.by /u/PontificatinPlatypus on April 18, 2025 at 10:01 pm
submitted by /u/PontificatinPlatypus [link] [comments]
- TIL in 2013 a kayaker was trapped by a crocodile on an Australian island for 2 weeks. Each time he attempted to leave in his 8-ft kayak, the croc (estimated to be more than twice that size) would chase him & block his exit. A local man rescued him after investigating a light coming from the island.by /u/tyrion2024 on April 18, 2025 at 9:05 pm
submitted by /u/tyrion2024 [link] [comments]
- TIL The Thunderbird Diamond disaster occurred in 1982 at Indian Springs AFB in Arizona. Four jets flying in formation dropped down to 100 ft at 400 mph as part of a training session. The lead jet had a malfunction and slammed into the ground and was followed by the other jets. Four officers died.by /u/Cultural_Magician105 on April 18, 2025 at 7:51 pm
submitted by /u/Cultural_Magician105 [link] [comments]
- TIL Frank Herbert’s Dune was rejected by twenty publishers, and was finally accepted by Chilton, which was primarily known for car repair manuals.by /u/Torley_ on April 18, 2025 at 6:01 pm
submitted by /u/Torley_ [link] [comments]
Reddit Science This community is a place to share and discuss new scientific research. Read about the latest advances in astronomy, biology, medicine, physics, social science, and more. Find and submit new publications and popular science coverage of current research.
- Lab-grown teeth might become an alternative to fillings following research breakthroughby /u/Epelep on April 18, 2025 at 10:47 pm
submitted by /u/Epelep [link] [comments]
- ‘Big leap’ for Parkinson’s treatment: symptoms improve in stem-cell trialsby /u/burtzev on April 18, 2025 at 10:44 pm
submitted by /u/burtzev [link] [comments]
- First Human Figurine of the Mesolithic Era (Circa 9000 Years Old) Discovered in Azerbaijan's Damjili Caveby /u/haberveriyo on April 18, 2025 at 9:16 pm
submitted by /u/haberveriyo [link] [comments]
- Americans with medical debt were 5 times more likely to forgo mental health care treatment in the following year due to cost. Nearly one in four U.S. adults live with a mental illness. 15.3% Americans reported having medical debt in 2023.by /u/mvea on April 18, 2025 at 8:39 pm
submitted by /u/mvea [link] [comments]
- GLP-1 therapies show potential for treating rare genetic disorder Bardet-Biedl syndromeby /u/arash_singh on April 18, 2025 at 7:46 pm
submitted by /u/arash_singh [link] [comments]
Reddit Sports Sports News and Highlights from the NFL, NBA, NHL, MLB, MLS, and leagues around the world.
- Yankees' Jazz Chisholm Jr. suspended 1 game following ejection, violation of social media policyby /u/Oldtimer_2 on April 18, 2025 at 10:41 pm
submitted by /u/Oldtimer_2 [link] [comments]
- Cubs outlast D-Backs after wild 8th inning featuring 16 total runsby /u/Oldtimer_2 on April 18, 2025 at 10:41 pm
submitted by /u/Oldtimer_2 [link] [comments]
- Coach Gregg Popovich has medical incident in restaurant, is resting at homeby /u/Oldtimer_2 on April 18, 2025 at 9:06 pm
submitted by /u/Oldtimer_2 [link] [comments]
- Red Bull's Yuki Tsunoda crashes in FP2 at Saudi Arabian GPby /u/Oldtimer_2 on April 18, 2025 at 6:38 pm
submitted by /u/Oldtimer_2 [link] [comments]
- [Highlight] Markus Eder's Nose Butter Cork 720 At Natural Selection Skiby /u/redbullgivesyouwings on April 18, 2025 at 6:11 pm
submitted by /u/redbullgivesyouwings [link] [comments]