AI Newsletter 1_16_26

1 view
Skip to first unread message

Caleb Bryant

unread,
Jan 16, 2026, 3:03:41 PMJan 16
to IT HootClub
OwlAtComputer.png
IT HootClub — AI Community Newsletter
Hands-on. Career-focused. Future-ready.
Issued 2026-01-16

This email is the full newsletter. For a printable copy, click here to download the PDF.

Join the Dialogue
Share thoughts and questions on our non-invasive discussion page. No email blasts; posts appear after moderator approval.

Open the Dialogue

The Learning Loop
DEFINITION Embedding
Think of an embedding as a numerical representation of text, images, or other data that captures its meaning. Similar items have similar numbers, making it easier for AI to compare and understand relationships.
Source: DeepLearning.AI (search "word embeddings")
TIP Prompt Versioning
Keep track of your prompt iterations! Use a simple text file or spreadsheet to document changes and their impact on results. This helps you reproduce successful prompts and learn from failures.
Source: Personal Experience
TOOL Gamma.app
Create engaging presentations and documents with AI assistance. Provides templates and auto-generates content from prompts.
Under the Hood

Hello! Welcome to Under the Hood. Last week I talked about Google AI Studio and getting into API Keys. Let's dive right in. I should note, first of all, that while I realized that Google AI Studio is where I could obtain an API Key, I did not really put two and two together to realize that I could really create and manage my Newsletter project right from here. I had basically been "vibe coding" directly with Gemini using the public facing user interface. From there I had created a project that I had uploaded some of my files to. I expected that Gemini (or any other GPT, this is how they all work), would reference my uploaded files and remember the data, every time that I came back to it. This is not necessarily the case. Herein lies the biggest problem with using the public facing LLMs. They are great for short term conversations. However, long term conversations, projects, and memory retention are where the problem lies. This makes sense, right? I mean if the LLMs retained memory for everything every person was entering into the user interface that would be quite a load. Now, some of the GPTs (Generative Pre-trained Transformer) memory retention are better than others. Some do seem to reference uploaded docs better than others. However, in the end, they all run out of context memory. Sure, you can prompt them, "Remember this as part of my profile" or "Retain this in your main memory context", but in the end these LLMs, at least for now, are limited in that way. There are other limitations too, like the fact that they basically have the entire internet trained into them. That's not necessarily bad, except for when you want very fine, or detailed, responses and/or data. They will tend to average out contradictory information that exists on the internet giving you bland, or safe, answers. This is where fine-tuning comes in, but more on that later. Anyway, so what was happening to me as I vibe coded with the Gemini in the public facing Google site, was that any longer sessions would start to get sloppy and Gemini would forget things we already coded, or overwrite some previous existing code while implementing a new method or function. Previous code that I still needed in the program, that is. So, I would eventually learn that starting a project from Google AI Studio is slightly better than just vibe coding on the public facing Gemini site. However, as I'll discuss later, it's not that much better. But, back to the API Key. I had to come to Google AI Studio to obtain an API Key. What would the API Key do for me. Well, at the very minimum, you insert an API key into your code so that the program uses it to "wake up" a model and have it perform a task. In my case, I was using it to essentially go to a couple of websites (called "scraping")to obtain information and insert it into my newsletter (basically meetup.com and Eventbrite.com for events, but that didn't help me with any creative content). All that really did for me was save me the trouble of going to the websites myself and compiling the information manually. However, that didn't really save me anything because it would grab some data and not other data and it would populate my newsletter with bad formatted data. In order to try and solve this, I would go down a rabbit hole of hard coding my program to the most minute detail to try and get the AI model to do what I wanted it to do. At that point, why even have the AI model? I think this is what some of the business world is experiencing with AI model integration in its infancy. Yes, the Gemini LLM, using the API Key, was better than the downloaded Ollama model that I tried using on my laptop. But there was still work to be done. There had to be more value from using AI. I know I said I would talk about the cost as well, but we have run out of time and space. I will get to the cost, I promise. Until next week........

Lift-Off

“The best way to predict the future is to invent it.”

— Alan Kay — Alan Kay is an American computer scientist. He is known for his pioneering work on object-oriented programming. Kay has also contributed to the development of personal computing, including the graphical user interface.
The Nest Jest
The_Nest_Jest.png
Upcoming Events
Event 1/21/2026 1:00 PM-2:00 PM
Where is AI in 2026 and Where is it Going? — No location yet
A free, public workshop—no technical background needed, This workshop explores where AI may be in the next 1–5 years and what that means for your daily life. Together, we’ll tackle urgent questions like:Jobs: Could AI lead to mass unemployment—or entirely new kinds of work? Crime: How might AI supercharge scams, hacking, and even physical crime? Companions: Will people form deep emotional bonds—or even romantic relationships—with AI assistants? Society: How do top researchers think these trends will shape our future?
Event 1/21/2026 - 2/3/2026 1:00 PM
Agentic AI Summit | Virtual" — Online
Unlock the next frontier of artificial intelligence. In this intensive, 3-week virtual summit, you won't just learn about Agentic AI—you'll master the skills to build, deploy, and scale autonomous AI agents and complex multi-agent workflows.
Event 1/21/2026 12:00 PM-1:00 PM CST
AI Webinar Series-Evaluating AI Agent Reliability — Online
Speaker: Anupam Datta (Snowflake) | Josh Reini (Snowflake) Abstract: Agents often fail in ways you can’t see. They could return a final answer while taking a broken path: drifting from the goal, making irrational plan jumps, or misusing tools. Was the goal achieved efficiently? Did the plan make sense? Were the right tools used? Did the agent follow through?
Event 1/22/2026 12:00 PM CST
Artificial Intelligence & Economic Trends — Online
Join us for an in-depth look at the current state of the economy and how AI has and may continue to impact it in 2026.
Event 2/11/2026 5:15 PM-8:15 PM
February Global AI Milwaukee User Group — WCTC 800 Main Street Bldg Q Pewaukee, WI
Networking, Food, Featured Speakers TBD
Event 2/12/2026 nan
NMDSI Presents Elevating and Accelerating AI Excellence in Southeast Wisconsin — Milwaukee, WI
Corporate Innovators - Northwestern Mutual Commons - Grand Hall, 805 East Mason St, Milwaukee, WI 53202
Source: Choose MKE Tech
In the News
News 2026-01-14 — TechCrunch
AI models are starting to crack high-level math problems
Since the release of GPT 5.2, AI tools have become inescapable in high-level mathematics. read more
News 2026-01-14 — TechCrunch
Google’s Trends Explore page gets new Gemini capabilities
The Trends Explore page now uses Gemini to identify and compare relevant trends, providing users with enhanced analysis of search interest. read more
News 2026-01-14 — TechCrunch
Gemini’s new beta feature provides proactive responses based on your photos, emails, and more
Gemini's new beta feature, Personal Intelligence, offers proactive responses by connecting to Google apps, but users have the option to keep it off by default. read more
This newsletter was assembled with an AI-assisted workflow prototype for internal preview.
Reply all
Reply to author
Forward
0 new messages