📬 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.
Baseline — measure what every model (cloud and local) produces today for
a Milwaukee-specific question. That's this week.
Data collection — build the Milwaukee tech corpus. Sources, scraping,
cleaning, formatting. Where the work actually is.
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.
Fine-tuning phase — take a local model into the WCTC lab, fine-tune on the
corpus, use the GPU. Re-baseline.
Hybrid — fine-tuned model with RAG layered on top. Final evaluation.
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.
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.
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
DEFINITIONTransfer 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
TIPConstraint 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
TOOLReplit
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
“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
Upcoming Events
Event4/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
Event4/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
Event04/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!
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]
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]
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
News2026-04-22 — WIRED
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
News2026-04-22 — VentureBeat
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
News2026-04-18 — XDA-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.