Creative Coding
Meet other local people interested in Creative Coding: share experiences, inspire and encourage each other! Join a Creative Coding group.
266
members
4
groups
Largest Creative Coding groups
Newest Creative Coding groups
Frequently Asked Questions
Yes! Check out creative coding events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the creative coding events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find creative coding events near your location here. Connect with your local community and discover events within your area.
Creative Coding Events Today
Join in-person Creative Coding events happening right now
AppSec Aus Melb #19 - Zero-Friction DevSecOps: Automated Code Signing Done Right
**Event Confirmation Form!**
➡️ We kindly request you fill out this **event confirmation form** to confirm your attendance for the event and your dietary requirements - [https://forms.gle/5P1kfDSRtbtKze9AA](https://forms.gle/5P1kfDSRtbtKze9AA)
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
## **What's On? 👀**
**Speaker:** James Bannan
**Title:** Zero-Friction DevSecOps: Automated Code Signing Done Right
**Abstract:**
Software supply chain attacks aren’t hypothetical anymore; they’re depressingly regular headlines. Yet many teams still treat code signing as an afterthought: painful to set up, difficult to automate, and even harder to make developer-friendly.
This session shows that it doesn’t have to be that way. In this deeply technical, demo-driven talk, we’ll walk through how to implement automated artifact code signing using SigStore and Smallstep PKI, integrated directly into GitHub Actions. You’ll see how to transform code signing from a security bottleneck into a frictionless part of your CI/CD pipeline; one that developers barely notice, but auditors and CISOs absolutely love.
## **Location** 📍
Atlassian Melbourne
Queens & Collins Building, Level 20, 100 Queen Street, Melbourne VIC 3000
## **Agenda ⏰**
* 5:30 - Food is served
* 6:15 - Session start
* 7:30 - Post-event networking
\-\-\-
Note: Please complete the event confirmation form: [https://forms.gle/5P1kfDSRtbtKze9AA](https://forms.gle/5P1kfDSRtbtKze9AA)
Jewellers Bench Hire in Fitzroy
Jewellers can hire a desk in our workshop to make or finish off their own pieces.
This workshop is self run, you need to attend a health and safety induction before working daily unattended.
Basic jewellery making tools are provided and some consumables such as flux, borax, tumbling polish, lathe polish and some drill bits.
Aprons and safety glasses are provided, tie up loose hair, wear enclosed shoes.
Please email claw.creative.studios@gmail.com for any questions or inquiries.
Clara Carija, Director CLAW CREATIVE.
Who wants to be a f***ing leader?
Since 2019 Amir and David have been catching up for what they term 'shit sandwiches', exchanging professional and personal trials and successes, sharing sympathy and occasional advice. Should I leave my job; how do I handle a difficult report; how do I get buy in; and do you know a good osteo you could recommend, my back is killing me.
They’ve have turned our catch up sessions into a live, high stakes gameshow for the product community's amusement.
They will be borrowing from the 'who wants to be a millionaire format' and we will share stories that will hopefully inspire people to step up and lead (when required) in this messy and uncertain world we find ourselves in.
Get ready to have some fun and hopefully learn a thing or two.
Our Speakers:
Amir Ansari: With over 25 years’ of experience in the field of design and design leadership, Amir has worked across the private and public sectors, in-house and agency, managing design practitioners and leaders to build long-lasting and impactful products and services. Amir is passionate about democratising the craft of design and sharing my learnings - doing it with a smile and a hug.
David Bacon: After graduating from Monash with a Bachelor of Science, David worked as a penguin keeper in England which somehow lead to a career spanning marketing, behaviour change, innovation and human-centred design. David has experience delivering digital products and services in financial services, healthcare, retail, government. He has the goal of weaving humanity into technology. He still dreams about penguins.
GDG Melbourne June'26 Meetup!
RSVP on our GDG community platform -> https://gdg.community.dev/events/details/google-gdg-melbourne-presents-gdg-melbourne-june26-meetup/
This event is hosted at the Mantel Group Office, with the recording of the talks to be shared afterwards on YouTube if you can't make it.
There will be food, networking and some surprise swag!Agenda:
6:20 - Intro
6:30 - Talks
8:00 till late - networking & chat (& drinks optional)Speakers and Talks:
Talk 1: Olga Mirensky - Senior Staff Site Reliability Engineer @ Ping Identity
Olga and Her Agent Attended AI Engineer Conference. Lessons Learned
What happens when you let an experimental Stand-In Agent run loose against a live conference environment? To follow the fast-paced sessions of an AI Engineer conference, I built an agent while at the conference. The agent monitored talks and distilled what actually mattered to me - filtering for high-value signal and turning it into specs ready to implement or articles I should read.
I started with a different platform, but pivoted to an ADK agent deployed to GCP Agent Platform. Identical system prompt, different platform architecture, different LLM - completely different outcomes.
This talk is a transparent look at what happens when agentic experiments meet reality, including an architectural runaway bug that burned 1M tokens per minute.
We look past the hype and focus on the real engineering rigour required to build purposeful agents, with four key takeaways:
* The Purpose Filter: Why does your agent care about this specific talk? If it’s not highly unique, you’re just automating noise.
* Architecture > Hype: The gap between what you expect and what actually happens at runtime and why.
* The Personalised Flywheel: High-signal distillation requires deep context about you, your team, and where you are in your journey.
* Clear Goal Setting: Moving from “autonomous” to “purposeful”.
In the replay demo I’ll walk through my flywheel showing how the agent filtered the content in real-time, picked up on tech I am interested in, turned it into an implementable spec, and how AI tools can close the loop to further automate the entire implementation, testing, and release cycle.
Talk 2: Sahil Bahadur Devkota - Full Stack Developer
Beyond LLMs: why RAG is equally important
In this talk, I'll break down how RAG works, why is it really important in real-world and it's popular architectural pattern. We'll look at the core components of a RAG pipeline, discuss it's implementation approach, and cover some of the key things to think about when building an AI applications with RAG.
Whether you're working with AI or building application that need accurate responses, you'll leave with a practical understanding of when RAG make sense - and when it doesn't.
Talk 3: Abhijeet Kumar - AI & Automation | Cloud enthusiast
Beyond RAG: Building an Agentic "Second Brain" with FastAPI, pgvector, and Gemini
Move beyond static note-taking apps. This talk explores Project NeuralFortress—a custom, Python-built knowledge management system designed to actively synthesize information. We’ll walk through evolving a basic RAG script into an agentic pipeline using FastAPI for routing, Neon PostgreSQL (pgvector) for vector storage, and Google Gemini for cognitive processing.
In Development (Sneak Peek):
A brief look at experimental features currently in testing to make the system fully autonomous:
GraphRAG: Mapping multi-hop relationships beyond standard vector distance.
MCP Integration: Native database queries directly from your code editor.
Async Watchers: Autonomous background web scraping and data ingestion.
How to find us:
Doors open at 5:45 PM at our host the Mantel Group, Level 2/452 Flinders St, Melbourne. Message via Meetup or Slack if you are arriving after 6:00, as the lifts won't let you up.
This is an in-person only event. If you have any accessibility requirements, please reach out via the Meetup or Slack to the organiser group to discuss, and we will do our best to help you out.
Agenda
---
Hosted By
Katie Barnett, GDE Android / GDG Organiser
Katie is passionate about all things Android. She has taken on a wide variety of challenging projects including in the live event, media and travel space. Her favourite thing is to see someone having a delightful experience using something she has worked on. Katie is very active in the development community, she is a Google Developer Expert for Android, one of the organisers of GDG Melbourne and is a Women Techmakers Ambassador. She frequently runs events, speaks on technical and non-technical topics and enjoys writing blog posts to share her experience with others. Katie is based in Melbourne, Australia but loves to travel the world and outside of tech she enjoys boardgaming and attempting to finish many craft projects.
Suesi Tran, Senior Flutter Developer
Google Developer Expert in Dart, Flutter & Firebase, Women Techmaker Melbourne ambassador, GDG Melbourne & Flutter Melbourne co-organiser.
In short: Flutter is love, and mobile is life.
Poornima Sivakumar, GDG Organiser
Lovee Jain, GDG Organiser
Lovee is a Software Engineer at Prezzee, a GDG Melbourne Organiser and also a Women Techmakers Ambassador. A tech inquisitive philomath, she loves problem solving and solution design. She has worked at a city council where she developed a lot of useful system integrations and while at Prezzee she develops and works on multiple gift card solutions to cater the B2B2C market.
Zach Jensz, GDG Organiser
Passionate about the web, seamless UX and accessibility. I love attending meetups, find me and come say hi!
Ujjawal Raj, GDG Organiser
Bramley Turner-Jones, GDG Organiser
Yuba Raj (UV) Panta, GDG Organiser
Kartik Arora, Android Engineer
Google Developer Expert in Android
Android Engineer @ Bilue
Carolyn Ai Chi Wong,
Complete your event RSVP here: https://gdg.community.dev/events/details/google-gdg-melbourne-presents-gdg-melbourne-june26-meetup/.
50+ Filmmakers/Actors Gather Every Wednesday - Join Us!
Join us every **Wednesday at 5 PM** at the Emporium food court (located behind Grill’d Burger Restaurant in the CBD, not near Melbourne Station) for a dynamic networking event tailored for filmmakers, actors, and film enthusiasts. Afterward, we continue the evening with Happy Hour drinks at a nearby bar and a chance to grab dinner together. Understanding that schedules vary, feel free to join at any time that suits you. Rain or shine, our community has gathered every week for the past year, maintaining a consistent and welcoming environment.
Our group has grown remarkably, with a **weekly turnout of over 50 participants**, blending newcomers with regulars to create a vibrant, diverse community. Feel free to bring friends interested in filmmaking; it’s a great way to introduce new faces to our expanding network.
Whether you’re a writer, actor, animator, or independent filmmaker, come share your experiences, discuss current projects, or chat about favorite films. This event fosters connections among like-minded individuals, encourages friendships, and opens doors for collaboration.
At **7 PM**, we move to The Carlton Club, a five-minute walk away, where we continue networking in a more formal rooftop setting over drinks and food. This change of venue offers an ideal environment to keep conversations flowing.
**RSVP** to help us gauge attendance and become part of a growing network of film professionals and enthusiasts. Though the event begins in the afternoon, the relationships you build here can last well into the night and beyond.
**What to Expect:**
*Our Wednesday meetup is primarily a large networking event for industry professionals. There’s no set theme, workshop, or speaker. It’s a relaxed gathering where filmmakers, actors, and creatives can connect, discuss projects, share needs, and learn from each other. Conversations flow freely around the table, fostering an environment of growth and camaraderie. Beyond Wednesdays, we also host exclusive events such as table reads, cinematography workshops with Panasonic, member screenings, and more. Each week brings fresh dialogues—some participants discuss their weekend shoots, others exchange insights with seasoned producers and directors, and a few engage in filmmaking exercises. It’s a space designed for creative engagement without strict structure or formal oversight.*
*Note: Our community emphasizes collaboration, friendship, and goodwill rather than promotional activities. If you wish to promote a workshop, course, screening, or similar event, please contact the organizers first. Promotional privileges are generally reserved for trusted, long-standing members.
Artsy Afternoon @ O3Space ✨
Join us for a chill artsy afternoon, bring any art supplies you like 👩🎨🎨📝✨
Access to O3Space requires you to have the minimum ( FREE! ) membership that you sign up for when you download their app. Simply download the O3Space app, create a profile and use the QR code at the gate to enter/exit the building. The gate is located inside the tram on the right side of the cafe ☕️🚊
The free membership allows you in the building for up to 3 hours per week, if you go over they might charge you so make sure to use the QR code on your way out!! There is a timer countdown in the app so you know how long you have been there ⏰
Squishface Monthly Drawing Night JUNE @ SQUISHFACE
LAST WEDNESDAY OF THE MONTH so
**IT'S DRAWING NIGHT AT SQUISHFACE**
Join us at Squishface's studio space in South Melbourne: Studio Hall, on the grounds of St Kilda South Port Uniting Church on Dorcas St. There are FOUR TRAMS you can catch from the city. **58, 96, 12** or the **1!** It is even walkable from the city.
Bring your sketch books, bring your pens, bring a friend. It's not a class - it's a drawing hang out. All skill levels welcome. Always lots of regulars, always newies. Be socially awkward, be confident as heck. This is informal, it's just a free drawing session.
Go ahead and bring snacks. But no nuts please!
Our venue is wheelchair accessible, as are the very toilets.
Minors are welcome but will need an accompanying adult.
Contact us on 0422509144 if any issues or you get lost.
Please follow us both on instagram, for comic and zine related news and events. 👉 [Squishface Studio](http://www.instagram.com/Squishfacestudio)
Here's an [instagram video](https://www.instagram.com/reel/C4J5GiOPLxc/) showing where Studio Hall is. You simply enter from the street, walk up toward the big bluestone church, then go left to the car park and you will find Studio Hall!
Creative Coding Events This Week
Discover what is happening in the next few days
Art and Poetry Exhibition by Jessie Vong
Jessie Vong has created a calming and beautiful collection of prints and poetry.
Imagine -> 2 hours of MiniSprints -> Surprise and Delight
We are meeting in the board-room of the 55th floor of 318 Russel Street (The Abode). I'll be in the lobby till about 10 past, if you arrive late call me on 0447 591 141 and I'll come down and get you.
Join the group chat via https://imagineering.cc/
## **🛠️ Meetup Format (2 hours)**
**⚡ Project Intros (5 minutes total)**
Each participant gets **1 minute (hard stop)** to briefly share:
* What they’re building
* What they want to focus on today
**🚀 Build Sprints (90 minutes total)**
We’ll run **three focused build cycles**:
* **25 minutes** of deep, uninterrupted building
* **5 minutes** of casual chatting, sharing progress, and asking questions
**🎤 Demos & Wrap-up (10 minutes total)**
Each participant gets **1 minute (hard stop)** to:
* Demo what they built
* Share learnings or next steps
This format balances **deep focus**, **collaboration**, and **show-and-tell**, while keeping things lightweight and fun.
Jewellers Bench Hire in Fitzroy
Jewellers can hire a desk in our workshop to make or finish off their own pieces.
This workshop is self run, you need to attend a health and safety induction before working daily unattended.
Basic jewellery making tools are provided and some consumables such as flux, borax, tumbling polish, lathe polish and some drill bits.
Aprons and safety glasses are provided, tie up loose hair, wear enclosed shoes.
Please email claw.creative.studios@gmail.com for any questions or inquiries.
Clara Carija, Director CLAW CREATIVE.
Ruby Melbourne Meetup
## Details
**Ruby Meetup Melbourne will be run as a hybrid meetup.**
**1\. What**
Join us for an evening of talks on Ruby and related topics, plus socialising, food and drinks.
You can find out about the **[Talks for the night here](https://github.com/rubyaustralia/melbourne-ruby/milestones?direction=asc&sort=due_date&state=open)**
Alternatively, their will be announced on Slack, Twitter, Github & Meetup closer to the date
**2\. Where 📍**
\- In Person: meet us at the Ferocia in Melbourne CBD from 5:30PM
\- Online: Click [Jump in Zoom Meet Call](https://us02web.zoom.us/j/84834916944?pwd=SWlQOGJsbEZwNkNwVVk4Q25WaVNRZz09) from 6.30pm onwards
**3\. Sponsors 🎉**
This is a Ruby Australia supported meetup, with event sponsorship provided by our Major Sponsors:
* [Ruby Australia](https://ruby.org.au/)
* [Assembly Four](https://assemblyfour.com/)
* [Gleam.io](https://gleam.io/) for our Drink sponsors for Melbourne Ruby Meetup
* [Ferocia](https://ferocia.com.au/) for being our venue partner.
**4\. Anything else ?**
To suggest or vote on a talk, please look in[ Github repo](https://github.com/rubyaustralia/melbourne-ruby)
**Come in from 5:30pm-6PM** for some early chatter,
we'll kick the proceedings off properly around 6:15,
hear from our presenters,
and then socialise further after the talks.
See you there 😄
Freeda — A Community Creative Space
## 🌿 Important: Please read before RSVPing
✨ **IMPORTANT: Meetup RSVP does NOT reserve a place.**
**To attend Freeda, you must book through Humanitix.**
**🎟 Book here:**
[https://events.humanitix.com/freeda-a-community-creative-space](https://events.humanitix.com/freeda-a-community-creative-space)
**📸 Follow Freeda on Instagram:**
**@freeda.creativespace**
Freeda — A Community Creative Space is a welcoming, donation-based space to slow down, create freely, and reconnect — with yourself and with others.
Freeda offers a calm, pressure-free environment where creativity, connection, and belonging can be explored at your own pace.
No art experience is needed.
All materials are provided.
Gentle guidance is available if you'd like a starting point.
There is no right or wrong way to take part and no expectation to create something finished or "good".
You are welcome to make art, experiment quietly, observe, connect with others, or simply be present.
Freeda is not art therapy. It is a community creative experience that values process over product, freedom over perfection, and connection over comparison.
Come exactly as you are — curious, tired, uncertain, creative, or simply in need of a slower moment.
Everyone is welcome 🌿
— Noemie
AI-Assisted Vulnerability Research: Building a Binary Audit Agent
**AI-Assisted Vulnerability Research: Building a Binary Audit Agent - kdz**
Vulnerability research on closed-source binaries is slow, specialist work. It means pulling an executable into a disassembler, recovering its structure by hand, tracing attacker-controlled data flows, and proving that suspicious code fragments are reachable and exploitable. What if an AI agent could help drive that entire pipeline?
This talk walks through my attempt to design such an agent using a custom Claude Code plugin (very much a work in progress and a learning opportunity for me). The agent orchestrates a workflow that follows a target end to end: QA'ing the decompilation, sweeping for dangerous code, reasoning over the code to build a whole-binary flow map that traces attacker-controlled input through to dangerous operations, and then attempting to craft and verify a payload that actually triggers the bug.
**Location**
Room 080.02.002 at RMIT (Building 80) - 445 Swanston St, Melbourne
**Discord**
[Discord Invite](https://discord.gg/2qcaxce8Mw)
[Discord Event Info](https://discord.com/events/1347056412529791047/1477841544907325591)
Unlock the Power of Generative AI
**Generative AI for Developers Meetup 2026**
***Building AI Applications with Agentic AI, GenAI Workflows & Multi-Agent Systems***
We’re gearing up for another massive night on **Thursday, 25th June**. We’ve got an incredible line-up of speakers, a hands-on agenda, and our wonderful MC, **Annemarie Boicovitis**, to guide us through the evening.
📅 **Agenda**
**1️⃣ What’s Making News**
Featuring event host **Dr George Vossos** from **Evoke AI**, this segment will provide a round-up of the latest AI-related news and developments.
**2️⃣ Introducing the Sovereign Foundry AI Platform**
**Andy Lamrock** and **Hamish Toll** from **Circle T and The Foundry** will lift the hood on Australia’s only fully sovereign AI ecosystem and explore why prompts were just the beginning.
**3️⃣ Roundtable Discussion: Is Software Engineering Dead?**
A community-wide debate on the existential questions facing developers today. Event host **Dr George Vossos** will join the panel to discuss how AI augmentation is reshaping the role of the software engineer.
**4️⃣ Sovereign Foundry AI Platform Project Showcase**
**Andy Lamrock** and **Hamish Toll** will showcase a range of AI projects currently being built and deployed on the Sovereign Foundry AI Platform.
Whether you’re a seasoned developer or simply curious about the agentic future, join us for technical insights, practical demonstrations, and networking with Melbourne’s AI community.
***
🌍 **Live-streamed globally** — YouTube link shared on the day (EU + US welcome!)
**Why attend?**
If you’re building (or about to build) agentic AI systems, this is the room where you’ll pick up reusable patterns, avoid common traps, and meet others shipping in the same space - developers, data folks, founders, and technical leaders.
RSVP here: https://www.meetup.com/genai-for-developers/
Creative Coding Events Near You
Connect with your local Creative Coding community
Customize the IDE: Building Extensions for Visual Studio Code - Alan Barber
**Important time note:** Please plan on arriving between 5:30 and 6:00 as the elevators lock after 6 and you'll need to message us and we'll need to come get you.
The building address is 4450 Bridge Park
The entrance is 6620 Mooney St, Suite 400
You will need to scan your ID at the door to get a visitor badge.
**Abstract**
*Customize the IDE: Building Extensions for Visual Studio Code*
Visual Studio Code is one of the most widely used development environments today, and much of its flexibility comes from its extension ecosystem. Extensions allow developers to customize the editor with new features, integrations, and workflow improvements tailored to their needs.
In this session, we’ll cover what extensions are and the different types available, including full extensions written in TypeScript or JavaScript, along with lighter-weight extensions such as color themes, language packs, language support, code snippets, and keymaps. We’ll also look at practical reasons a developer might create an extension, from automating repetitive tasks to adding custom tooling.
The session includes a hands-on walkthrough of creating a new extension, testing it locally, and understanding the basic project structure. We’ll close with a brief overview of how extensions are packaged and published to the Visual Studio Marketplace and other distribution options.
**YouTube Link**
TBD
Columbus Code & Coffee 88 @ Improving
Columbus Code & Coffee is an inclusive, informal co-working session. People of all skill levels attend, and we love it that way. Many people (optionally) bring projects to work on, and many other people (optionally) socialize the entire time. It's entirely up to you!
**What to Expect at the Intro Circle**
\~\~\~\~\~\~\~\~\~\~\~\~\~
Near the beginning of the event (1:30 pm), we do a standup:
* Organizer announcements, updates, and logistics
Round 1 - (7 secs max):
* Your name
* What you're working on
* What you can help others with
Round 2:
* Community events you wanna plug. If none, that's cool too.
Round 3:
* Job opportunities you're hiring for OR announce that you are looking for one. If none, that's cool.
After the introduction circle, everything is self-organized! Feel free to work alone, pair up, attend one of our workshops/presentations, or mingle!
COhPy Monthly Meeting
**Improving Office in Franklinton**
Physical location:
Improving Office
330 Rush Alley Suite #150
Columbus, OH 43215
Schedule:
6:00 p.m.: Socialize, eat, and drink. Improving will be providing pizza and beverages.
6:30 to 8:00 pm. Main meeting and presentation(s).
Topic: This month Chris Pazsint will be talking about Agentic Coding. How does one use CLI Based Agents, and Agentic IDEs such as Cursor, Kiro, Antigravity? How to include agentic coding plugins for IDEs you already love such as Visual Studio Code.
We meet on the last Monday of each Month. Presentations are given by members and friends of this group. If you would like to do a presentation (small or large) on a python topic, please contact Central OH Python at centralohpython@gmail.com
Game Dev Meetup (@Improving In-Person)
PLEASE NOTE!!!
This event will be In-Person for our 2nd Improving collab! If you know the [Columbus Unity group](https://www.meetup.com/columbus-unity-user-group/) location, we'll be at the same place. This is our 2nd event at this location so bare with us as we grow into this space.
There's paid street parking on Saturdays but you can also pay to park in any of the local garages. See image of [parking map here](https://drive.google.com/file/d/1Mr9_LFIggbs-0_Zd3AJTGNqEhgMf2TzQ/view?usp=sharing).
\-\-\-
On the last Sunday of the month, we're having our usual end-of-the-month social gathering with our GameDev Meetup meeting. There will be announcements and presentations followed by some social networking Let's continue the conversations with good vibes and friends.
All are welcomed from all ages and backgrounds to this public event. If we can, we'll be streaming or uploading the video later via our COGG YouTube channel here:
[https://www.youtube.com/@TheCOGG/streams](https://www.youtube.com/@TheCOGG/streams)
(Also please do subscribe if you have not done so!)
No game development experience required!
If you are interested in doing a 20 minute game development related presentation, please fill out our form online here:
[https://goo.gl/forms/lVdTJZiNJewlPJuj1](https://goo.gl/forms/lVdTJZiNJewlPJuj1)
Or e-mail us at [info@thecogg.com](mailto:info@thecogg.com)
with the following:
Your Name, Company/Affiliation, Name of Your Game/Topic, Description, Tech Needs, and Your Contact.
Be sure to check out our Discord for real time news updates:
[https://discord.gg/NrBhuNQ](https://discord.gg/NrBhuNQ)
Columbus OpenClaw AI Agent Workshop
🤖 **Create a Working AI Agent – OpenClaw Workshop**
Create a working AI agent from your browser in one session. No prior coding needed.
⚠️ Register via the link below to secure your place — RSVP won't do it.
### [🔗 CLAIM YOUR PLACE](https://aiventurelab.org/product/OpenClawMasterclass?city=Columbus&groupurlname=network-of-book-lovers-and-discussion-meetups&startgmtdatetime=2026-06-30T22:00:00Z)
---
What you get:
- A real, working AI agent by the end of the session
- A browser-based setup you can use immediately
- Hands-on experience building AI workflows from scratch
*Don't just use AI. Build it.* 🤖
AI Agents 101: How to Make ChatGPT Do Actual Work
Most people still use AI like a search box: type one question, get one answer, repeat.
But the next step is AI agents: systems that can take a goal, break it into steps, use tools, remember context, and produce useful work for a human to review.
In this beginner-friendly session, we’ll demystify what AI agents actually are — without hype or jargon. We’ll walk through practical examples of how agents can help with research, planning, writing, coding, operations, and personal productivity.
We’ll cover:
* What makes an AI “agent” instead of just a chatbot
* How agents break tasks into steps
* Where agents are genuinely useful today
* Where they fail, hallucinate, or need human review
* How to design simple AI workflows for your own work
* A live demo of an AI agent-style workflow from start to finish
No coding experience required. This is for anyone who wants to understand where AI tools are going and how to use them more effectively right now.
LOGISTICS AND PARKING:
The talk starts at 7:00 PM. The first half hour is reserved for everyone to get set up and mingle. Free pizza and drinks!
The cheapest parking option is to find street parking, which will only cost you a few bucks. Otherwise, park in the nearby veteran's museum lot for $8. It's highly recommended you avoid the nearby $15 garage parking.























