Leveraging {AI}to Code

Beyond the Vibe

The learning curve is shrinking

Birth your ideas into the world

"Exponential Organizations"

Who Am I?

Background in Web Development, Indie Hacker

Competitive chess player

Shipping apps

drewesk's GitHub contributions

Introductions

What inspired you to show up today + What tech projects have you been working on?

Ethical debate: What is our view on the benefits or ultimate negative of integrating more advanced AI into our culture?

Systems Thinking is the Future

The one who implements systems thinking gains compounding rewards on effort

  • SWARMS & multi-agent automation
  • AI as an auto-complete on efforts
  • Insulate yourself from the effects of AI

AI Slop Slop Special 🌯

  • What is the slop layer of an application
  • How does understanding Granularity and AI harnesses fix this issue
  • What Can I do?

Vibe Coding

  • The Okayest Starting Point
  • Can't see what the AI is thinking at all times
  • Human Intelligence Still Counts
  • Creates dependency on paying devs if all of a sudden you get a bajillion users

Your Pipeline: AI in the Age of Attack Vectors

Why does it seem like our passwords get leaked so often?

  • Harvest-Now-Decrypt-Later Attack
  • Scaling data and the pathways of attack
  • China, Russia, North Korea — less regulation, more advanced malware
  • StuxNet: a case study

Reading the Docs

Let's Go Through The Docs

Syntax Reps

API Keys and .envs, No Hardcoding Ever

Varlock

Unix and Bash/ZSH

Unix, everything is a file

command line is your Narnia (Linux OS)

What is a runtime environment(JS/PY in VM mode)

Cheat Sheet in Gist


									# Navigate directories
									cd ~/projects/my-app

									# List files with details
									ls -la

									# Run your app
									npm start
						

Let's Git LogoGit started

BASE MODE, Giant Button
  • Track changes and collaborate with others
  • Commit often with meaningful messages
  • Branch for features, merge when ready
  • Push to remote repositories (GitHub, GitLab)

Take a Break & Strudel.cc

OpenCode: Replace the Vibe

Finally, I can see what the AI is Thinking (At all Times, kinda)

  • Plan VS Build Mode, LLMs, and Variants
  • Model Quirks, Pay Per Req
  • Prompt Engineering 101
  • Debug Time, Console.log("Your best friend!") 🥳

Using AI to create the AI, Promptception..

  1. A global AGENTS.md or CLAUDE.md file is your best friend
  2. Everything is Templatized!
  3. Using ChatGPT to refactor

Syntax: Containers for Meaning

Think of syntax as boxes that hold logic


						// Simple variable
						let name = "value";
					

Scope is like building floors


						// Global scope (entire building)
						let globalVar = "everyone can see";

						function myFunction() {
						  // Local scope (one floor)
						  let localVar = "only this floor";
						}
					

Generating an Idea Worth Your Time

What problem am I solving?

Fewer thoughts creates more mental clarity

Having good intentions, that inspirational spark

Detaching from outcomes and not being afraid to debugf

You are the Chef, Algos and Programs

Exercise: Meditate In Motion, Building a spec

  • Reverse Engineering, what features are in my app
  • Who are the people using my app
  • If I was proficient in any framework/tool?
  • DeepSeek for Spec (flowcharts)

Break off into teams for VM + Choose your own adventure

Ask me to Create Private Repo for Git if you'd like to save your work

Master Agentic AI

  • Start with OpenClaw (Clawdbot)
  • Find an agentic structure and build it
  • Killswitches, training data, and fine-tuning

Q&A