Skip to content

Commit 8332e00

Browse files
committed
add author emails
1 parent edb7de1 commit 8332e00

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

  • papers/from-hello-world-to-hello-llm-a-python-developers-survival-guide

papers/from-hello-world-to-hello-llm-a-python-developers-survival-guide/main.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
title: "From Hello World to Hello LLM: A Python Developer's Survival Guide"
33
authors:
44
- name: Audrey Webb
5+
email: awebb@berkeley.edu
56
affiliation: Autodesk
67
- name: Jasmine Omeke
8+
email: jomeke@post.harvard.edu
79
affiliation: Airbnb
10+
corresponding: true
811
abstract: |
912
AI tooling is moving fast, but many Python developers are unsure where to start or how today's AI patterns fit into systems they already know how to build. This talk is a practical, hands-on overview of modern AI development patterns in Python, focused on what you need to know to go from zero to hero. We'll walk through real-world coding examples from a social good hackathon. We'll break this down into parts that show core building blocks of modern AI applications, and explain when each pattern makes sense. This example is designed in a way that doesn't require any prior machine learning experience, and attendees will leave with an understanding of how AI systems work, what problems they're good at solving, and how to maintain and observe what has been built. Topics covered include the modern AI stack in Python, common patterns such as prompts, function calling, RAG, and simple agents, when to use a script vs an agent vs a service, how to get something working quickly without sacrificing reliability or safety, practical guardrails for handling errors and protecting data, and how to stand up common AI workflows from LLM-powered scripts to lightweight agents and MCP-style services. Attendees will leave with a clear map of the AI landscape, working Python patterns they can reuse immediately, and the confidence to start building AI features without needing a machine learning background.
1013
---

papers/from-hello-world-to-hello-llm-a-python-developers-survival-guide/myst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project:
1010
# Authors should have affiliations, emails and ORCIDs if available
1111
authors:
1212
- name: Jasmine Omeke
13-
email: jasmine.omeke@gmail.com
13+
email: j.omeke.consults@gmail.com
1414
corresponding: true
1515
affiliations:
1616
- /dev/color

0 commit comments

Comments
 (0)