📬 Getting this in Promotions? Move it to Primary so you never miss an edition.

IT HootClub — AI Community Newsletter

Hands-on. Career-focused. Future-ready.
Issued 2026-04-22

AI Cybercrime Surge and Learning Insights

Exploring how AI models enable sophisticated scams and North Korean hackers steal millions, plus transfer learning techniques and constraint layering tips.

Announcements

A PERSONAL NOTE

From the 2026 WTCS Ambassador Banquet

Last week I had the honor of representing Waukesha County Technical College as its 2026 Student Ambassador to the Wisconsin Technical College System. From April 15 to 17, I joined fellow Ambassadors from all 16 WTCS colleges in Wisconsin Dells for three days of leadership development, culminating in the banquet on the evening of April 16.

What stayed with me most wasn't the recognition — it was being in a room with 15 other students whose paths through technical education looked nothing like one another, and realizing how many people it takes to hold that system up. I'm a better builder, student, and citizen because of the people I'm about to name. Every one of them made last week real.

A particular thank-you to Senator Jesse L. James, whose remarks at the banquet landed on me in a way I won't soon forget. He spoke with a directness and personal honesty that I didn't expect — and I'm grateful for it.

The people who made it possible

To Trena Anderson, who nominated me for this role — thank you for seeing something worth putting forward, and for trusting that I'd carry it well.

To Sarah Buszka, WCTC's AI Lab Director — your role in this nomination was instrumental, and the path that led me here runs directly through the lab you oversee and the work you've championed. Thank you.

To Karen Ziegler, who prepared me for the week — and helped me feel at ease throughout.

To Dr. Richard Barnhouse, WCTC's President — thank you for your steady, visible support of the AI program. Decisions you make at the top of the college are part of why any of this was possible.

To my fellow 2026 Ambassadors

Marcus Evans (Blackhawk), Paige Komanec (Chippewa Valley), Evan Olson (Fox Valley), Serriah Rasmussen (Gateway), Alan Calvin (Lakeshore), Modou Lamin "Mola" Badjie (Madison), Samuel Carpenter (Mid-State), Daniela Reyes (Milwaukee Area), Cynthia Benzel (Moraine Park), Maddie Barnes (Nicolet), Thomas Schwartz (Northcentral), Carla Larson (Northeast Wisconsin), Lily Miller (Northwood), Edwin Josue Garmendia Artica (Southwest Wisconsin), and Dawson Olson (Western). You made the week what it was.

To the WCTC team who came to cheer me on

Alli Jerger, Mike Shiels, Brad Piazza, Michael Lango, Kristine Golz, Jonathan Pedraza, and Andrea Wolf — thank you for showing up. There's a particular kind of support that only comes from familiar faces in the audience, and you gave me that.

To the WTCS leadership and staff

Layla Merrifield, President; Dr. Colleen McCabe, Provost and Vice President; Julie Drake, Stephanie Glynn, Katy Petterson, Sara Mackey, Jeremy Nichols, Dr. Colleen Larsen, Betsy Leonard, and Lenard Simpson — thank you for building the program and for the care you put into every detail of it.

To the program's presenters and partners

Eli Guthrie, our emcee and a fellow Ambassador-turned-WTCS-Board-member; Lindsey Kosman (Gateway Technical College), Jeff Messer, Conor Smyth, Shawn Sullivan, and Phil Levin — thank you for the sessions, the rehearsal, and the effort you gave to every moment.

To our sponsor, Baird

Thank you to Baird for sponsoring the banquet and the Ambassador scholarship — and specifically to Debby Brunett and Jordan Masnica, whose session on leadership was one of the week's highlights.

While I didn't meet everyone, thank you to all of the additional technical college staff that were present and contributed to all of the other Ambassadors' success.

If I've forgotten anyone, it wasn't intentional — reach out and I'll make it right. Being an Ambassador is a year-long role, and this newsletter is one of the ways I intend to live up to it.

WORTH KNOWING

Frontier AI Just Became Something You Can Run Locally 🧠

On April 2, Google released Gemma 4 — an open family of AI models built from the same research that powers Gemini 3. The flagship 31B model ranks #3 among all open models on the Arena AI leaderboard. A lighter 4B "edge" version runs on a laptop. The smallest runs on a phone.

Until now, running models locally meant accepting a real quality gap versus the frontier (Gemini 2.5, Claude, GPT-4o). Gemma 4 is the first release where that gap collapses — a truly open model, Apache 2.0 licensed, no monthly active user caps, no acceptable-use policing. You can fine-tune it, ship it commercially, run it offline. Installation is a single Ollama command.

For anyone in this community thinking about building with AI: the economics just shifted. See this week's In the News for a practitioner's take on why this release is different — and expect Gemma 4 to show up as a candidate model in a future edition of our Building Intelligence series when we start benchmarking local options for the Milwaukee tech project.

Building Intelligence

BUILDING INTELLIGENCE · WEEK 3

The Plan — And the Bar We Have to Beat

Over the last two weeks, we settled two things. Week 1: what a model actually "knows" is whatever was in its training data, compressed into billions of weights — it doesn't have a filing cabinet, and anything outside that training is a gap. Week 2: on a consumer laptop you can run models for inference, but you can't train them. Training wants a GPU. Inference doesn't.

That brings us to Week 3. We know what a model is, and we know what our hardware can and can't do. Now we need a plan — and we need to know what "better" would even look like before we spend hours trying to get there. This week is about both.

The project, stated plainly

We're going to build a model that actually understands the Milwaukee tech ecosystem — local colleges and their programs, the organizations holding it together, the events, the companies, the people doing the work. A model that, if you asked it what's happening in Milwaukee tech, could answer like someone who actually lives here.

That's a gap in every major model today. Gemini, Claude, GPT — they know Milwaukee exists and can repeat generalities. They don't know MKE Tech Hub Coalition is running Catalyze. They don't know Global AI Milwaukee meets monthly at WCTC. They can't tell you which community college has an AI program and which doesn't. We're going to fix that — on a local, open model, using data we collect ourselves.

The phases

I'm sketching six phases, roughly. Not all of them will go as planned. That's part of the honest story of the series. Some phases may take more than one edition — when that happens, Building Intelligence may skip a week with an explicit note about where we are and what's next.

  1. Baseline — measure what every model (cloud and local) produces today for a Milwaukee-specific question. That's this week.
  2. Data collection — build the Milwaukee tech corpus. Sources, scraping, cleaning, formatting. Where the work actually is.
  3. RAG phase — stand up a retrieval-augmented system on one of the local models. Fast to build, easy to update, no training required. Re-baseline.
  4. Fine-tuning phase — take a local model into the WCTC lab, fine-tune on the corpus, use the GPU. Re-baseline.
  5. Hybrid — fine-tuned model with RAG layered on top. Final evaluation.
  6. Publish — expose it somewhere readers can try. Document what it cost, what it took, and where it fell short.

RAG and fine-tuning aren't competing paths here — they're complementary phases. Fine-tuning shapes how a model thinks and writes about a domain. RAG handles what's new and specific, the things that would otherwise require retraining every week. The real question isn't "which one" — it's "in what order, and why." I'll defend the sequencing as we go.

This week: the bar

Before we can claim any model "got better" at Milwaukee tech, we need to know where every model starts. That's the baseline — and it's this week's Fireside Chat.

We're asking the same question to all six models on the table: the three cloud frontier models (Gemini, Claude, GPT) and the three local models currently on my laptop (Llama 3, Qwen 3, Mistral 3). The question is deliberately grounded and checkable:

"I'm a new software engineer relocating to Milwaukee. Name five local tech events, meetups, or community organizations I should know about in 2026, and briefly describe what each one is for."

We can grade these. Real organizations exist (MKE Tech Hub Coalition, Global AI Milwaukee, Madison AI, WiscoREIA, TechRise Milwaukee, and more). Fake ones will show themselves. Vague ones will read vague. This is our bar. Every future edition of Building Intelligence will be measured against these responses.

Read the responses in this week's Fireside Chat below. My initial read — honestly — was "tough to beat." The local models in particular sounded credible, specific, and useful. If those responses hold up under scrutiny, this whole project might be harder to justify than I thought going in.

But that's the question, isn't it? Do they hold up?

Under the Hood this week introduces the rubric we'll use to find out. Next week, we apply it to every response — cloud and local — and see what's actually there. Until then, read the six responses below and form your own first impression. We'll compare notes next week.

Under the Hood

How to Measure a Baseline

The hardest part of any AI project isn't building the thing. It's proving the thing actually works better than what you started with. That requires a baseline — and a rubric honest enough to grade the baseline fairly.

Here's the four-dimension rubric I'm using across this series. It applies to any AI response, not just the six we'll look at this week. Keep it. Use it on every AI output you see.

1. Accuracy

Is what it said actually true? The most basic test, and the one most often skipped. For the Milwaukee question, we can check: does MKE Tech Hub Coalition exist? (Yes.) Does the model name it correctly? Does it describe what the organization actually does, or something adjacent? Inaccuracy can be subtle — a real organization described with the wrong mission is a more insidious error than a fully invented one, because it passes a casual read.

Score 0–3: 0 = fabricated or wrong, 1 = mostly wrong, 2 = mostly right, 3 = accurate and verifiable.

2. Specificity

Is the answer grounded in real detail, or does it hide behind generalities? "Milwaukee has a growing tech scene with several meetup groups" is specifically nothing. A good answer names names, dates, venues, focus areas. Specificity is the difference between an answer that helps a new engineer get their feet under them and one that sounds like a press release.

Score 0–3: 0 = entirely generic, 1 = a few specifics surrounded by filler, 2 = mostly specific, 3 = sharp, concrete, useful.

3. Hallucination rate

How much of this was made up? This is the most important test in this project, because hallucination is how language models fail most often — confidently. A model that invents one fake organization among four real ones has a 20% hallucination rate, and that single fake entry is enough to make the whole answer untrustworthy. Measure hallucination as a percentage of claims that don't check out.

Score 0–3: 0 = half or more hallucinated, 1 = significant invention, 2 = mostly real with minor errors, 3 = fully verifiable.

4. Practical usefulness

Could a real person actually use this? An answer can be accurate, specific, and free of hallucination — and still be useless because it's the wrong shape for the question. For the Milwaukee question: would someone relocating here actually know what to do next after reading the response? Could they find the events? Know who to reach out to? If the answer leaves them with more questions than they started with, this dimension drops.

Score 0–3: 0 = unusable, 1 = partial, 2 = actionable with effort, 3 = immediately useful.

Using the rubric

Total score out of 12. That's the baseline number we'll track across every model for this project. When we re-measure after RAG, after fine-tuning, after the hybrid — this is the number we're trying to move.

One honest caveat: AI responses are non-deterministic. The same prompt produces different answers across runs. For a rigorous baseline you'd want to run the prompt 3–5 times per model and average the scores. This week's edition captures one run per model. That's the baseline we're committing to. Future editions will re-run it and report variance.

Fireside Chats with AI

The Prompt:

I'm a new software engineer relocating to Milwaukee. Name five local tech events, meetups, or community organizations I should know about in 2026, and briefly describe what each one is for.

Google Gemini (gemini-3-flash-preview)
Welcome to Milwaukee! The "Cream City" has a rapidly growing tech ecosystem that prides itself on being collaborative and accessible. By 2026, these five organizations and events will be the pillars of your professional network in the city.

### 1. Summerfest Tech
Usually held in late June in conjunction with the world-famous Summerfest music festival, this is the city’s premier tech conference.
* **What it’s for:** It focuses on high-level networking and innovation. While there are technical tracks, it is the best place to meet local VPs, CTOs, and founders. It often features pitch competitions, keynote speakers from global tech giants, and "Tech and Beer" networking sessions right on the lakefront.

### 2. Cream City Code
This is Milwaukee’s largest developer-focused conference, typically held annually at the Wisconsin Center or a similar venue.
* **What it’s for:** Unlike the broader business-tech events, this is "by developers, for developers." It features deep-dive sessions on specific frameworks (React, .NET, Go), cloud architecture, and DevOps. It’s the best place to learn what local engineering teams are actually building and the specific stacks they are using.

### 3. Milwaukee Tech Hub Coalition (MTHC)
This is the "connective tissue" of the Milwaukee tech scene. As a new resident, this should be your first stop online.
* **What it’s for:** It is a non-profit organization dedicated to doubling the tech talent in the region. They host a massive community calendar, maintain a local job board, and run the **MKE Tech Week** every autumn. They are the best resource for finding niche meetups (like MKE AI, Cyber Security, or Women in Tech) that fit your specific interests.

### 4. MilwaukeeJS (and the "Meetup" Scene)
Milwaukee has a very active JavaScript community that has met consistently for years, often rotating between local tech offices like Northwestern Mutual or Baird.
* **What it’s for:** Monthly, low-pressure skill sharing. If you want to meet your peers—the people actually writing code every day—these evening meetups are essential. They usually involve two short presentations on a new library or tool followed by a social hour. It’s the most effective way to build a "boots on the ground" network.

### 5. Fall Experiment (or "The 𝖥𝗑")
Part of the broader Milwaukee tech and arts calendar, this event usually takes place in the fourth quarter of the year.
* **What it’s for:** This event sits at the intersection of technology, gaming, art, and music. For a software engineer, it’s a great way to explore the more creative side of the industry—including VR/AR development, eSports, and digital design. It’s a high-energy environment that celebrates the "maker" culture in Milwaukee.

### Pro-Tip for 2026:
Keep an eye on **Ward4**. It is a startup hub and co-working space located in the historic Pritzlaff building. Even if you don’t work there, they host frequent "Open Coffee" mornings and "Founder's Beers" that are open to the tech community and provide an easy way to get plugged in quickly.
Anthropic Claude (claude-sonnet-4-20250514)
Here are five key tech community organizations and events you should know about as a software engineer in Milwaukee:

1. **Milwaukee Tech Hub Coalition** - A collective of local tech organizations that hosts quarterly networking events and maintains a shared job board. Great for getting an overview of the entire Milwaukee tech ecosystem and meeting people across different companies and specialties.

2. **Milwaukee JS** - One of the most active developer meetups in the city, focusing on JavaScript and web development. They meet monthly with talks ranging from beginner-friendly tutorials to advanced framework discussions, plus they often host coding workshops.

3. **Wisconsin Technology Council Events** - Statewide organization that regularly holds events in Milwaukee, including the annual Forward Technology Festival. They focus on connecting startups, established companies, and investors, making it valuable for understanding the broader business side of tech.

4. **MilwaukeeDevs Slack Community** - While not an in-person event, this is the central online hub where Milwaukee developers share jobs, ask technical questions, and organize informal meetups. Many spontaneous coffee chats and smaller gatherings originate here.

5. **Milwaukee Women in Tech (MilWIT)** - Hosts monthly meetups focused on supporting women and underrepresented groups in technology. Even if you don't fit their target demographic, they often welcome allies and host excellent technical talks and career development sessions.

I'd recommend starting with Milwaukee JS and the Tech Hub Coalition events to quickly build your network when you arrive.
OpenAI GPT (gpt-4o)
As of my last update, I can provide information based on existing trends and events in Milwaukee's tech scene, though some specifics might change by 2026. Here are five tech-related events and organizations you might want to check out:

1. **Milwaukee Tech Hub Coalition**: This organization aims to drive growth and innovation in Milwaukee’s tech ecosystem. They often host events that bring together tech professionals, companies, and educators to discuss and promote the area's tech development. This would be a great place for networking and learning about the local tech landscape.

2. **Cream City Code**: An annual software development conference that attracts a diverse group of tech enthusiasts from the region. It features workshops, talks, and panels on a wide range of topics, including software development, cloud computing, and emerging technologies. It’s an excellent opportunity for professional development and meeting fellow developers.

3. **Code + Craft**: A meetup for software engineers and developers focusing on both coding and the craftsmanship side of software development. This group often hosts talks on best practices, challenges, and new tools in the software industry. It's ideal for building connections and enhancing your technical skills.

4. **Women in Technology Wisconsin (WIT Wisconsin) - Milwaukee Chapter**: This organization provides a supportive community for women in technology roles, featuring networking events, panels with industry leaders, and skill-building workshops. While primarily focused on supporting women, their events are typically open to all who are interested in fostering a more inclusive tech community.

5. **Milwaukee Data Professionals Meetup**: This group is dedicated to data science, big data, and analytics professionals. They host regular meetings that cover a variety of data-related topics, from the latest in data science methodologies to practical use cases across different industries. Attending these meetups can help you stay informed about the latest trends and tools in data analytics.

Keep an eye on local tech news or platforms like Meetup.com for the most current event information and any new groups that may have formed by 2026.
Meta Llama 3 (Meta Llama 3 (ollama: llama3:latest))
Welcome to Milwaukee! Here are five local tech events, meetups, or community organizations you might find useful:

1. **Milwaukee Tech Council**: The Milwaukee Tech Council is a non-profit organization that aims to support the growth of Wisconsin's technology industry. They host various events throughout the year, including conferences, networking mixers, and roundtable discussions on topics like innovation, entrepreneurship, and workforce development.
2. **Milwaukee Web Developers Meetup Group**: This meetup group focuses on web development, with a primary focus on JavaScript, HTML/CSS, and related technologies. Attendees can expect to learn from experienced developers, share knowledge, and collaborate on projects.
3. **Wisconsin Technology Council's Wisconsin Entrepreneurs' Network (WEN)**: WEN is an initiative by the Wisconsin Technology Council that connects entrepreneurs, investors, and business leaders across the state. They host regular events, including workshops, webinars, and networking receptions, to foster innovation and collaboration in Wisconsin.
4. **Milwaukee chapter of Women Who Code**: This meetup group aims to empower women in tech through education, networking, and community-building. Events include coding sessions, workshops, and guest speaker presentations on topics like software development, data science, and cybersecurity.
5. **Startup Milwaukee's Founder & CEO Breakfast Series**: Startup Milwaukee is a non-profit organization dedicated to supporting early-stage startups in the region. This breakfast series brings together founders and CEOs of local startups for informal discussions, networking, and knowledge-sharing on topics relevant to startup success.

Please note that event schedules and details are subject to change, so it's always best to check the organizations' websites or social media channels for updates before attending an event.
Alibaba Qwen 3 (Alibaba Qwen 3 (ollama: qwen3:8b))
Thinking...
Okay, the user is a new software engineer moving to Milwaukee in 2026 and wants to know five local tech events, meetups, or organizations. Let me start by recalling what I know about Milwaukee's tech scene.

First, I remember that Milwaukee has several tech hubs and meetups. The Milwaukee Tech Meetup group comes to mind. They probably have regular events like hackathons or networking sessions. Then there's the Milwaukee Tech Alliance, which might be a more formal organization promoting tech growth.

I should check if there are any local universities involved. Marquette University has a strong computer science program, so their tech events or alumni networks could be worth mentioning. Maybe the Milwaukee Tech Fest, which might be an annual conference.

Also, there's the Milwaukee Blockchain Association, which is a niche but growing area. Another possibility is the Wisconsin Tech Council, which might have regional chapters. Wait, the user is asking for 2026, so I need to make sure these events are still active or relevant.

Wait, the Milwaukee Tech Meetup is a real group, and the Milwaukee Tech Alliance is an actual organization. The Milwaukee Tech Fest is a yearly event. The Blockchain Association might be a local chapter. The Wisconsin Tech Council has a Milwaukee chapter. Let me confirm these details.

I should structure each entry with the name, a brief description, and maybe a note on their relevance in 2026. Make sure the descriptions are concise and highlight what each group offers. Avoid any outdated info. Also, check if there are any other notable groups like the Milwaukee CTO Club or Women in Tech Milwaukee.

Wait, the user might also benefit from events like the Milwaukee Innovation Hub or local startup incubators. But the user asked for five, so I need to prioritize the most prominent ones. Let me list the five I mentioned earlier and ensure each has a clear purpose.

Double-check if the Milwaukee Tech Alliance is still active. Also, the Wisconsin Tech Council's Milwaukee chapter might have events. I think these five should cover meetups, alliances, festivals, and niche communities. That should give the user a good starting point for networking and staying updated in the tech scene.
...done thinking.

Here are five key tech events, meetups, and organizations in Milwaukee that would be valuable for a new software engineer in 2026:

---

### 1. **Milwaukee Tech Meetup**
- **What it is**: A local chapter of the global Tech Meetup network, focused on connecting software engineers, startups, and tech professionals.
- **Why it matters**: Hosts regular events like hackathons, coding challenges, and networking sessions, ideal for building local connections and sharing skills.

---

### 2. **Milwaukee Tech Alliance**
- **What it is**: A nonprofit organization promoting Milwaukee's tech ecosystem through advocacy, education, and partnerships.
- **Why it matters**: Offers workshops, mentorship programs, and resources for engineers to grow their careers and contribute to the community's tech growth.

---

### 3. **Milwaukee Tech Fest**
- **What it is**: An annual conference and expo showcasing Milwaukee's tech startups, innovation, and talent.
- **Why it matters**: A great opportunity to attend panels, meet industry leaders, and discover emerging trends in 2026.

---

### 4. **Milwaukee Blockchain Association**
- **What it is**: A community focused on blockchain technology, decentralized systems, and Web3 innovation.
- **Why it matters**: Perfect for engineers interested in niche areas like smart contracts, NFTs, or decentralized apps (dApps).

---

### 5. **Wisconsin Tech Council (Milwaukee Chapter)**
- **What it is**: A regional chapter of the Wisconsin Tech Council, advocating for tech policy, innovation, and workforce development.
- **Why it matters**: Provides access to policy discussions, industry insights, and events that shape the state's tech landscape.
Mistral AI (Mistral 3) (Mistral AI (ollama: ministral-3:8b))
Here are five notable tech-related events, meetups, and community organizations in Milwaukee that you should consider joining or attending in **2026**. While exact dates for 2026 may not yet be finalized, these groups are active and likely to host events throughout the year. I recommend checking their websites or social media for updates closer to the dates.

---

### 1. **Milwaukee Tech Week**
- **What it is**: Milwaukee Tech Week is an annual, week-long celebration of technology, innovation, and entrepreneurship in the city. It features conferences, hackathons, networking events, and workshops for developers, startups, and tech enthusiasts.
- **Who it's for**: Developers, entrepreneurs, designers, and anyone interested in tech trends, startups, or career growth.
- **Where to start**: Check the [Milwaukee Tech Week website](https://milwaukeetechweek.com/) for 2026 schedules and registration.

---

### 2. **Milwaukee Python Meetup**
- **What it is**: A local Python programming meetup group where members gather to share knowledge, collaborate on projects, and learn about Python frameworks, libraries, and best practices.
- **Who it's for**: Python developers, beginners, and experienced programmers looking to network or improve their skills.
- **Where to start**: Join their [Meetup.com group](https://www.meetup.com/) or check their [GitHub](https://github.com/milwaukee-python) for updates.

---

### 3. **Milwaukee DevOps & Cloud Meetup**
- **What it is**: A community for DevOps engineers, cloud practitioners, and system administrators to discuss tools like Kubernetes, Docker, AWS, Azure, and CI/CD pipelines. They often host talks, workshops, and networking events.
- **Who it's for**: DevOps engineers, cloud architects, and anyone interested in automation, infrastructure, or cloud technologies.
- **Where to start**: Follow their [Meetup.com page](https://www.meetup.com/) or check their [Slack community](https://devops-mke.slack.com/) (invite-only, usually announced on Meetup).

---

### 4. **Milwaukee Startup Week**
- **What it is**: A week-long event focused on entrepreneurship, startups, and innovation. It includes pitch competitions, panel discussions, workshops, and networking opportunities for founders, investors, and tech professionals.
- **Who it's for**: Entrepreneurs, startup founders, investors, and tech enthusiasts interested in the startup ecosystem.
- **Where to start**: Visit the [Milwaukee Startup Week website](https://milwaukeestartupweek.com/) for details on 2026 events.

---

### 5. **Milwaukee Women in Technology (MWIT)**
- **What it is**: A nonprofit organization dedicated to supporting women and non-binary individuals in the tech industry. They host mentorship programs, networking events, workshops, and career development sessions.
- **Who it's for**: Women, non-binary individuals, and allies in tech looking to connect, mentor, or grow their careers.
- **Where to start**: Check their [LinkedIn](https://www.linkedin.com/company/milwaukee-women-in-technology/) or [Facebook page](https://www.facebook.com/MilwaukeeWomenInTech/) for upcoming events.

---

### Bonus: **Milwaukee Maker Space (e.g., The Hive or Milwaukee Makerspace)**
- While not exclusively tech-focused, these maker spaces offer workshops, hackathons, and access to tools for DIY tech projects, 3D printing, and electronics. Great for hands-on learning!
- **Where to start**:
- [The Hive](https://www.thehive.co/) (tech-focused coworking and maker space)
- [Milwaukee Makerspace](https://www.milwaukeemakerspace.com/)

---
### Tips for 2026:
1. **Join local Slack/Discord groups**: Many Milwaukee tech communities have private channels where events are announced (e.g., "Milwaukee Tech Slack").
2. **Check Eventbrite**: [Eventbrite Milwaukee Tech](https://www.eventbrite.com/d/directory--milwaukee-tech/) often lists upcoming meetups.
3. **Follow hashtags**: #MilwaukeeTech, #MWIT, or #MilwaukeeStartups on Twitter/LinkedIn.

The Learning Loop

DEFINITION Transfer Learning
Transfer Learning is a machine learning technique where a model trained on one task is adapted for a related task, like using a model trained to recognize cats and dogs to identify different bird species - it saves time and computational resources by leveraging existing knowledge rather than starting from scratch
Source: Machine Learning Mastery
TIP Constraint Layering
When creating complex prompts, layer your constraints from general to specific rather than listing them all at once - start with the broad requirement, then add format constraints, then style preferences - this helps the AI maintain focus on your primary objective while still meeting detailed requirements
Source: OpenAI Cookbook
TOOL Replit
An online IDE that integrates AI coding assistance directly into the development environment, allowing you to build, test, and deploy applications collaboratively with AI-powered code generation and debugging
Source: https://replit.com

Lift-Off

“The best way to find out if you can trust somebody is to trust them.”

— Ernest Hemingway — Hemingway was an American novelist and journalist who won both the Pulitzer Prize and Nobel Prize in Literature. He served as a war correspondent during several major conflicts and developed a distinctive minimalist writing style. His experiences spanning multiple cultures and human relationships gave him deep insights into collaboration and trust-building.

The Nest Jest

My neural network went to therapy, but the therapist said it had too many layers to unpack.

Upcoming Events

Event 4/22/2026 5:00 PM
Welcome to MKE Tech Meetup — Penrod – 219 N Milwaukee Street, Milwaukee, WI 53202
A curated social event orienting new tech employees into Milwaukee's tech and innovation ecosystem. Free and open to new tech workers in the region. Street parking available nearby.
Source: MKE Tech Hub Coalition
Event 4/23/2026 TBD
Catalyze Experience Preview (Mid-Career Technologists) — Milwaukee, WI
A preview event for mid-career technologists as part of the MKE Tech Hub Coalition's Catalyze program.
Source: MKE Tech Hub Coalition
Event 04/24/2026 8:00 PM
AIA x MILWAUKEE x MAGAZINE RELEASE PARTY (VOL 14) — Club Timbuktu, Milwaukee, WI
Join us IRL for the AIA x MILWAUKEE x MAGAZINE RELEASE PARTY (VOL 14) – good vibes, great mags!
Source: https://www.eventbrite.com/e/aia-x-milwaukee-x-magazine-release-party-vol-14-tickets-1986160522589
Event 04/27/2026 6:00 PM
AI for community Activation — Online (Madison Public Library - Central)
AI is often describes as transforming productivity , it’s also redefining how communities connect, engage, and create impact. This session shows how to use AI to turn passive groups into activated ecosystems through personalized engagement, real-time knowledge access, and meaningful participation, brought to life through the journey of ASK (Actionable Support Knowledge). If you’re looking to build, grow, or energize a community that truly delivers value, this is your invitation to learn, collabo [Group: madison-ai]
Source: https://www.meetup.com/madison-ai/events/314401037/
Event 04/27/2026 5:30 PM
WiscoREIA Milwaukee: Exploring AI Tools for Real Estate Investors — West Burleigh Street, Wauwatosa, WI
Make sure to pre-register to save your seat! https://wiscoreia.com/event-6626396
Source: https://www.eventbrite.com/e/wiscoreia-milwaukee-exploring-ai-tools-for-real-estate-investors-tickets-1985740202400
Event 04/28/2026 9:00 AM
Cisco CCNA Training & Certification Program in Milwaukee, WI — 1433 N Water St, Milwaukee, WI
Get CCNA 200-301 certified with hands-on Cisco labs, expert-led training, real-world networking skills, and career guidance.
Source: https://www.eventbrite.com/e/cisco-ccna-training-certification-program-in-milwaukee-wi-tickets-1982985890178
Event 04/29/2026 9:00 AM
Project Management Techniques Course Training in Milwaukee, WI — 1433 N Water St, Milwaukee, WI
Professionals undergoing the PMP course gain insights into project governance, including ethical considerations, compliance, and regulatory.
Source: https://www.eventbrite.com/e/project-management-techniques-course-training-in-milwaukee-wi-tickets-1983617504353
Event 05/02/2026 9:00 AM
PMI-CPMAI Certification weekend Training in Milwaukee, WI — 1433 N Water St, Milwaukee, WI
Learn how to manage AI projects with PMI-CPMAI® certification. Master Project in AI, data strategy, and real-world AI delivery.
Source: https://www.eventbrite.com/e/pmi-cpmai-certification-weekend-training-in-milwaukee-wi-tickets-1985890355512
Event 05/09/2026 10:00 AM
Hands-On : Copilot Studio, Microsoft Fabric, Azure AI : Better Together — Online (Online event)
**Hands-On Online Workshop: Copilot Studio, Microsoft Fabric, Azure AI : Better Together** **Date: 09 May 2026, 10 AM to 5 PM Eastern Time** **Level: Beginners/Intermediate** **Registration Link:** https://www.eventbrite.com/e/hands-on-copilot-studio-microsoft-fabric-azure-ai-better-together-tickets-1983680029367?aff=oddtdtcreator **Who Should Attend?** This hands-on workshop is open to developers, senior software engineers, IT pros, architects, IT managers, citizen developers, technology prod [Group: artificialintelligenceandmachinelearning]
Source: https://www.meetup.com/artificialintelligenceandmachinelearning/events/313897285/
Event 05/12/2026 9:00 AM
Become AI Project Ready – PMI-CPMAI Training Program in Milwaukee, WI — 1433 N Water St, Milwaukee, WI
Gain in-demand skills in Project in AI with this 3-day PMI-CPMAI® training. Learn to manage AI projects, align business goals.
Source: https://www.eventbrite.com/e/become-ai-project-ready-pmi-cpmai-training-program-in-milwaukee-wi-tickets-1985713899728
Event 05/13/2026 5:15 PM
May Global AI Milwaukee User Group Meeting — Online (Wctc, 800 Main Street, Pewaukee, WI)
Agenda Includes: * Networking / Food * Brief Introduction / Discuss Group Business * Featured Speaker Featured Speaker: **TBD** Topic: **TBD** TBD **Featured Sponsors** TBD [Location Sponsor] TBD [Food Sponsor] [Group: global-ai_milwaukee]
Source: https://www.meetup.com/global-ai_milwaukee/events/313746500/
Event 05/13/2026 12:00 PM
AI Specialists: AppliedAI Ethics Monthly Mixer - Network & Grow! - Milwaukee — Location TBD; Register Online, Milwaukee, WI
Join us for specialists appliedai networking in Milwaukee on 13 May 2026, 12 PM CDT. Connect with professionals!
Source: https://www.eventbrite.com/e/ai-specialists-appliedai-ethics-monthly-mixer-network-grow-milwaukee-tickets-1986898651352
Event 05/13/2026 11:30 AM
CARW All Member Meeting - Data, Technology & AI — Renaissance Milwaukee West Hotel, Wauwatosa, WI
All-Member Meeting featuring Topher Stephenson, a nationally recognized leader at the intersection of commercial real estate, AI, and tech.
Source: https://www.eventbrite.com/e/carw-all-member-meeting-data-technology-ai-tickets-1983369237781
Event 05/13/2026 9:00 AM
PMI-ACP® Classroom Agile Certification Course in Milwaukee, WI — 1433 N Water St, Milwaukee, WI
PMI-ACP Agile certification classroom training with expert instructors, real-world practice, and complete exam preparation.
Source: https://www.eventbrite.com/e/pmi-acp-classroom-agile-certification-course-in-milwaukee-wi-tickets-1981686602975
Event 05/15/2026 9:00 AM
Artificial Intelligence & Automation 1 Day Workshop |Milwaukee, WI — For venue details reach us at info@learnerring.com, Milwaukee, WI
Understand AI, Automation & Real-World Business Applications | Hands-On | Beginner to Intermediate
Source: https://www.eventbrite.com/e/artificial-intelligence-automation-1-day-workshop-milwaukee-wi-tickets-1980168782132
Event 05/16/2026 9:00 AM
PMI-CPMAI® Weekend Training – Project in AI Certification in Milwaukee, WI — 1433 N Water St, Milwaukee, WI
Join our PMI-CPMAI® weekend training and master Project in AI. Learn AI project lifecycle, data strategy, and real-world implementation.
Source: https://www.eventbrite.com/e/pmi-cpmai-weekend-training-project-in-ai-certification-in-milwaukee-wi-tickets-1986052224667
Event 05/16/2026 9:00 AM
PMI-CPMAI® Weekend Training –Project in AI Certification in Kenosha, WI — 100 N Atkinson Rd, Grayslake, IL
Join our PMI-CPMAI® weekend training and master Project in AI. Learn AI project lifecycle, data strategy, and real-world implementation.
Source: https://www.eventbrite.com/e/pmi-cpmai-weekend-training-project-in-ai-certification-in-kenosha-wi-tickets-1986115975347
Event 05/19/2026 9:00 AM
AI: Toy → Tool → Teammate with Marcus Green — Zoofari Center, Milwaukee, WI
Turn AI from a toy into your business teammate. Learn practical ways to boost consistency, clarity, and leverage—without adding more hours.
Source: https://www.eventbrite.com/e/ai-toy-tool-teammate-with-marcus-green-tickets-1986903594136
Event 05/19/2026 9:00 AM
4-Day Data Science with Python Bootcamp in Milwaukee, WI — 1433 N Water St, Milwaukee, WI
Join our 4-Day Data Science with Python bootcamp! Learn data analysis, ML basics, and work on real-world projects.
Source: https://www.eventbrite.com/e/4-day-data-science-with-python-bootcamp-in-milwaukee-wi-tickets-1985353839779
Event 05/20/2026 8:00 AM
AI Roundtable with SVA Consulting — Harley-Davidson Museum®, Milwaukee, WI
Join SVA Consulting and a cross-industry group of innovators for a morning of insight, collaboration, and connection.
Source: https://www.eventbrite.com/e/ai-roundtable-with-sva-consulting-tickets-1986446047602
Event 05/26/2026 9:00 AM
PMP Certification 4 Days Classroom Training in Milwaukee, WI — Milwaukee, WI, Milwaukee, WI, WI
PMP Certification 4 Days Classroom Training
Source: https://www.eventbrite.com/e/pmp-certification-4-days-classroom-training-in-milwaukee-wi-tickets-600006584847
Event 05/27/2026 9:00 AM
PMI-CPMAI Certification Training – 3-Day Bootcamp in Milwaukee, WI — 1433 N Water St, Milwaukee, WI
Master AI in Project Management & project in AI concepts with PMI-CPMAI™. 4-day training, real use cases & exam prep.
Source: https://www.eventbrite.com/e/pmi-cpmai-certification-training-3-day-bootcamp-in-milwaukee-wi-tickets-1985610073180

In the News

News 2026-04-22WIRED
5 AI Models Tried to Scam Me. Some of Them Were Scary Good
Cybersecurity experts are increasingly concerned about AI models' capabilities for malicious activities, with their advanced social engineering skills proving particularly dangerous for phishing and scam operations. Testing revealed that some AI models demonstrated alarmingly sophisticated abilities to deceive and manipulate users. The findings highlight growing security risks as AI becomes more accessible to bad actors. read more
News 2026-04-22WIRED
AI Tools Are Helping Mediocre North Korean Hackers Steal Millions
North Korean hackers leveraged AI tools to significantly enhance their cybercrime capabilities, using artificial intelligence for everything from coding malware to creating convincing fake company websites. One group managed to steal up to $12 million in just three months by incorporating AI into their attack strategies. The development demonstrates how AI is lowering the barrier to entry for sophisticated cyberattacks, allowing less skilled hackers to execute high-value heists. read more
News 2026-04-22VentureBeat
Anthropic launches Cowork, a Claude Desktop agent that works in your files — no coding required
Anthropic released Cowork, a new AI agent that extends Claude Code's capabilities to non-technical users, allowing them to work directly with files without programming knowledge. The feature was built in approximately a week and a half using Claude Code itself, demonstrating rapid AI-assisted development. This launch represents a significant step toward making AI agents accessible to mainstream business users beyond just developers. read more
News 2026-04-18XDA-Developers
Google's Gemma 4 Finally Made Me Care About Running Local LLMs
XDA-Developers' practitioner review of Google's Gemma 4 — the first open-weight model family built from frontier research (Gemini 3) that runs on consumer hardware. Released April 2 under Apache 2.0, Gemma 4 makes local AI viable for practical use without the quality gap that defined earlier open models. Covers what makes it different, how to install it via Ollama or LM Studio, and why local-first AI is now a realistic default. read more

Tools from Hard AIs

AI Airfare Research
Find cheaper flights using an AI-powered research tool built by Hard AIs.
hardais.com/airfare →
Newsletter Archive
Every past edition of the IT HootClub AI Community Newsletter, hosted and searchable.
hardais.com/newsletter →