GREETINGS! 🧑🏻💻
you've reached joncoded ( the "software" side of jonchius )
🍁
a life-long Canadian originally based in Toronto
snippets
2026-01-10
LLM-generated JSON output
outputting JSON (instead of text) as a response to a prompt
2026-01-09
Prompt chaining
using the output from an LLM for another prompt (and so on)
2026-01-08
Connecting to an LLM API with Python (for beginners)
a bare-bones ChatGPT (or chatbot wrapper) on your own computer
2026-01-07
Svelte essentials
reactive web app framework
2026-01-02
Using the Groq open source LLM with Google Colab
step-by-step guide on how to use a free LLM with a cloud-based interactive notebook
2025-12-17
Pre-processing steps for NLP
splitting text up with tokenization + removing "textual noise" + reducing tokens with stemming and lemmatization
🧑🏻💻
firmly believing in web development as more than just coding
...but also documenting and planning!
thoughts
the cues
2026-01-05
Differences between AI workflows and autonomous agents
the former still has predetermined steps while the latter has more autonomy
2026-01-04
Kinds of AI agent structures
listing the different kinds of digital assistants
2026-01-03
Key components of AI agents
listing the life-cycle of data through agents
2025-10-15
Opening a link to a new window?
what should website visitors expect when clicking on a link?
2025-08-31
On using AI
coding (and living) mindfully in the age of artificial intelligence
2025-05-14
Code as total algebra
having a variable mindset in computer programming