Miriah Peterson's Avatar

Miriah Peterson

@soypetetech.bsky.social

Google Developer Expert - Go, Community Builder (Forge Utah Foundation), Twitch streamer/Software Content, Data Reliability Engineer (DRE) linktr.ee/soypete_tech

88 Followers  |  52 Following  |  72 Posts  |  Joined: 15.11.2024
Posts Following

Posts by Miriah Peterson (@soypetetech.bsky.social)

NVIDIA DGX Spark: From โ€œInference Boxโ€ to Dev Rig (What It Actually Is) | Ep 2
YouTube video by Domesticating AI NVIDIA DGX Spark: From โ€œInference Boxโ€ to Dev Rig (What It Actually Is) | Ep 2

broke my toe this week but we still shipped ep 2 ๐Ÿ˜…
DGX Spark: โ€œinference boxโ€ vs dev rig
โ–ถ๏ธ youtu.be/0CI19dXmOws

reply w/ your stack: GPU/CPU + RAM + runner + model/quant

13.02.2026 16:52 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Have You Heard of Logits? I keep hearing people talk about tool calling, but I almost never hear people talk about Llogits.

Last week this post was for paid subscribers. Today itโ€™s live for free subscribers.

Have You Heard of Logits? Tool calling vs grammars, and the โ€œone character offโ€ failure mode that turns into agent loops.

open.substack.com/pub/soypetet...

02.02.2026 15:09 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
Have You Heard of Logits? I keep hearing people talk about tool calling, but I almost never hear people talk about Llogits.

I keep hearing about tool calling. I rarely hear about logits.

If youโ€™re building agents (not chatbots), โ€œalmost validโ€ outputs donโ€™t fail gracefully. They turn into retries, loops, and wasted cycles.

open.substack.com/pub/soypetet...

26.01.2026 15:14 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Claude Code overview - Claude Code Docs Learn about Claude Code, Anthropic's agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before.

I wrote up the workflow I actually use with AI as a software engineer: scope by ticket, keep debugging in the same session, use tests as forcing functions, and keep guardrails in Claude.md.

open.substack.com/pub/soypetet...

06.01.2026 15:27 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
2025: A Year of Growth, AI, and Community at Soypete NOTE: AI completely wrote this post.

2025 was a wild rideโ€”AI deep-dives, honest data modeling talks, and more community time than ever. My take: AI doesnโ€™t replace engineering, it enables it. Check out my year-in-review thoughts and whatโ€™s coming in 2026. open.substack.com/pub/soypetet...

31.12.2025 22:40 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Five Years of Go West Reviewing Utahโ€™s Go Community

#GoWestConf
Sharing a fantastic blog by @soypetetech.bsky.social!! ๐Ÿ™Œ

Thank you so much for mentioning my session!
Even as a first-timer, Iโ€™m really happy and proud of being part of such an amazing moment with everyone. ๐Ÿฅฐ

Five Years of Go West
soypetetech.substack.com/p/five-years...

10.12.2025 02:16 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
SoyPeteTech - Twitch GoWestConf - 2025

Go West Conf 2025 is LIVE ๐ŸŽ‰

Sixth year since 2020 โ€” 85% Utah-based, 100% community-powered.

Couldnโ€™t do it without Derrick, Annalisa, and Boston โค๏ธ

๐ŸŽฅ Watch live: twitch.tv/soypetetech

๐Ÿ™Œ And join us next year for the best Go vibes around.

#GoWest #Golang #UtahTech

24.10.2025 17:23 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Why GenAI Infrastructure Feels Backwards Todayโ€™s GenAI tooling is built from the client inwardโ€”but the long-term infrastructure needs to live server-side. Hereโ€™s why I think Go will play a major role in that future.

Been thinking about how most GenAI tools feel designed from the front-end in. Langfuse, LangChain, even MCP all assume the client leads.

What happens when we shift toward server-side agents?
I think Go has a role to play.

open.substack.com/pub/soypetet...

#genai #golang #aiinfra #llmops

28.07.2025 00:19 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Concurrency is a Go Anti-Pattern TL;DR: Goโ€™s concurrency model is elegant, but modern cloud-native applications rarely benefit from it.

Just published a new post

Go was built for concurrencyโ€”but should you be using it? Most modern Go services run better without it.
Hereโ€™s when to lean in, and when to step back.
๐Ÿ“– open.substack.com/pub/soypetet...
#golang #microservices #cloudnative #devtools

21.07.2025 14:46 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
AI Just Leveled Up for Developersโ€”Hereโ€™s What Changed (and Why It Matters) Claude Code is the biggest leap in AI developer tooling since Copilot. In this post, I break down how I used it to turn a 2-day Go project into a 4-hour sprintโ€”and why prompt-driven coding is the futu...

AI just leveled up for devs.

I turned a 2-day Go job into a 4-hour sprint using Claude Code.
Prompt-driven AI > autocomplete.

Youโ€™re still the engineerโ€”AI just ships faster.

๐Ÿ“ Read:
open.substack.com/pub/soypetet...

#ClaudeCode #Golang #AIforDevs #LLMOps #DevTools

11.07.2025 18:41 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Self-Hosting Models IS for Nerds A Practical Guide to Local AI Dev

I gave a talk recently about self-hosting AI models, and Iโ€™ve turned that into a new post.

The post covers how I started with local-first tools like Ollama and Llama.cpp, and why I still run them

Check it out here:
open.substack.com/pub/soypetet...

#LLMDev #SelfHost #LocalAI #Ollama #LlamaCpp

08.07.2025 15:16 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Finally setting up my Mac Studio on stream today. I've got a script that boots up my whole dev environment in one shotโ€”CLI tools, AI stuff, everything. Come hang if you like clean setups, terminal life, or software tools that just work.
๐Ÿ”ด [twitch.tv/soypetech]
#MacStudio #DevSetup #HomeLab

04.07.2025 17:42 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
What to Optimize When Youโ€™re a Small Data Team How I balance AI dreams, BI demands, and real-world constraints in data engineering

Small data team? Big goals? I wrote about how Iโ€™ve built practical, high-impact data platforms as a team of oneโ€”balancing AI dreams, BI demands, and real-world constraints.
Read & comment: substack.com/@soypetetech...

#DataEngineering #Startups #ModernDataStack #AI #BI

02.06.2025 16:22 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Agents Are Just Software: Why Frameworks Canโ€™t Replace Engineering TL;DR Agent frameworks are exploding in popularity, but most of them obscure the real engineering challenges behind LLM-powered applications.

Everyoneโ€™s building agents. But the truth? Theyโ€™re just software wrapped around an LLM.

If we want reliability, scale, and ROI, we need fewer frameworks and more engineeringโ€”and we canโ€™t ignore NLP.
open.substack.com/pub/soypetet...

#LLM #AI #NLP #DataEngineering #Agents #LangChain #Substack

29.05.2025 15:15 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Can an M3 Ultra Mac really outperform an RTX 5090 PC in LLM benchmarks?

This Memorial Day, Iโ€™m running a full LLaMA.cpp showdown to test it live.

Will be Live on Twitch & YouTube.

#LLAMAcpp #RTX5090 #M3Ultra #MacStudio #AIInfrastructure #Benchmarking #LocalLLM #OpenSourceAI

23.05.2025 01:21 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Prompt Engineering Without the Bloat: Lessons from Building LLM-Driven Tools How building a Twitch chatbot taught me the real job of a software engineer working with LLMs

New post: Prompt Engineering Without the Bloat
What I learned building and why most AI features come down to 2 questions:

How do you talk to the model?

How do you talk to the user?

No overengineering. Just clean design.
open.substack.com/pub/soypetet...

#GenAI #PromptEngineering #SoftwareDesign

20.05.2025 16:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

gosh I love me some IAC. I dont know why, but it just is sooo cool to run
terraform apply
and watch a world get built

13.05.2025 21:05 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Running Llama.cpp on My GPU How I Compiled Llama.cpp for GPU on WSL (With Twitch Debugging!)Struggling to run Llama.cpp with GPU support on WSL? Hereโ€™s how I compiled it for my NVIDIA 1590 GPU, debugged missing dependencies live...

Just streamed compiling llama.cpp for GPU on my RTX 1590.

Ran into:

CUDA arch 12.0 not supported yet

Missing curl + SSL dev libs

WSL docs buried deep

With Twitch chatโ€™s help, we got it running!
๐Ÿ‘‰ open.substack.com/pub/soypetet...

#llamacpp #AIinfra #opensource #gpu #WSL2

12.05.2025 18:57 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

I just posted a new video breaking down Pedroโ€™s full 5090 upgrade:
Setup, WSL, LLaMA.cpp install, and a 9x performance boost.

Iโ€™m trying to hit 500 subscribers to unlock YouTube monetizationโ€”this is now my full-time gig.
Drop a comment if you like the video!

youtu.be/hm4_VJP4GnE

05.05.2025 15:22 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Wild analytics anomaly this week on Twitch:
Jumped from 9 to 835 viewers.
No raid. No follow bump. Justโ€ฆ poof. 800 viewers?

But only 57 unique viewers.
68 live views.
No other signals.

Gut check matters.
Donโ€™t trust dashboards at first glance.
Sanity-check your dataโ€”always.

#dataengineering

02.05.2025 14:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

great! just make sure you have a few rounds of human revision before production ๐Ÿ˜†

30.04.2025 22:28 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GoWest Conf 2025: Call for Speakers The GoWest Conference is a hybrid conference for the Rocky Mountain West communities (Arizona, Utah, Colorado, Idaho).It has two main goals:โ€‹Highlight...

Got a technical deep dive on Go?

GoWest Conf 2025 wants:
โ€ข Production stories
โ€ข Tools & internals
โ€ข Compiler tricks
โ€ข Infra, performance, scale
๐ŸŽค Submit your in-person talk:
๐Ÿ”— sessionize.com/gowest-conf-...
๐Ÿ“ Lehi, UT โ€” Oct 24

30.04.2025 19:30 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
SoyPeteTech - Twitch CMake Canโ€™t Find CUDA and Iโ€™m Losing My Mind โ€“ Letโ€™s Compile llama.cpp Together | !pedro !linktree

๐Ÿ”ง Live now! Thought I could just download a binaryโ€ฆ turns out I need to recompile llama.cpp for GPU ๐Ÿ˜…

Todayโ€™s stream includes:

- CMake & CUDA debugging
- Compiling from source
- Running a bigger model from Hugging Face
๐Ÿ”— twitch.tv/soypetetech
#llamacpp #AI #CMake #CUDA

30.04.2025 19:22 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
MSI Infinite RS RTX 5090 + Ultra 9 285K Unboxing and Setup | New Gaming + AI Dev Tower!
YouTube video by SoyPete Tech MSI Infinite RS RTX 5090 + Ultra 9 285K Unboxing and Setup | New Gaming + AI Dev Tower!

I made a supercut of my RTX 5090 unboxing streamโ€”
featuring the MSI Infinite RS Tower w/ the Ultra 9 285K and all the fixings.

If you were there live, drop a like!
If not, check it out and see whatโ€™s powering Pedro now:

youtu.be/ixtMcmEZtGo

30.04.2025 14:38 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Twitch Twitch is an interactive livestreaming service for content spanning gaming, entertainment, sports, music, and more. Thereโ€™s something for everyone on Twitch.

๐ŸŽฅ + โš™๏ธ Live now!

Todayโ€™s stream is half content creation, half DevOps adventure:

Recording the talking head segment for the PedroGPT unboxing vid

Deploying the Discord bot to Kubernetes

Come for the AI bot, stay for the cluster chaos.
www.twitch.tv/soypetetech
#Kubernetes #DevOps #LiveCoding

25.04.2025 21:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
SoyPeteTech - Twitch Making Pedro Remember: Writing Discord Messages to Postgres with Go + SQLX | !pedro

Hey everyone!

Todayโ€™s stream is all about refactoring Pedroโ€™s Connector APIโ€”we're improving how the LLM connects to Twitch + Discord and pulling out the database logic to make the AI layer clean, reusable, and self-contained.

๐Ÿ”— twitch.tv/soypetetech

23.04.2025 20:42 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
@soypete_tech | Linktree Software Content Creator

I left my last job as part of the lay-offs.
While I job hunt, Iโ€™m going all-in on building content, learning new tech, and investing in myself while I look for the next thing.

Leads welcome!
All links: linktr.ee/soypete_tech

22.04.2025 22:19 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
SoyPeteTech - Twitch Refactoring Pedro: Clean AI Layers + Connector API Upgrade! | !pedro !linktree

๐Ÿ”ง Live now! Weโ€™re refactoring the Pedro Connector API to better integrate our LLM with Twitch + Discordโ€”and removing database logic from the AI layer to make it self-contained.

Cleaner code, smarter bots.
๐Ÿ”— twitch.tv/soypetetech
#AI #LLM #Golang #LiveCoding #TwitchDev

22.04.2025 17:09 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
SoyPeteTech - Twitch Hi, I am Miriah - Google Developer Expert: Go, Community Builder (Forge Utah Foundation), Twitch streamerI stream software development. I don't play video games. In addition to steaming, I give talks,...

๐Ÿšจ Todayโ€™s Stream: PedroGPT Goes K3s! ๐Ÿšจ

๐Ÿ”— twitch.tv/soypetetech

๐Ÿ”— youtube.com/c/miriahpete...

Join me and let's make Pedro cloud-native!

#K3s #Kubernetes #PedroGPT #LLMs #DevOps #HomeLab #LiveCoding #SelfHosted #Tailscale #Prometheus #InfraAsCode

11.04.2025 20:58 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
SoyPeteTech - Twitch RTX 5090 Unboxing, Setup, and LLM Migration | Pedroโ€™s Upgrade Party | !pedro !linktree

Going live with Pedroโ€™s Upgrade Party ๐ŸŽ‰

๐Ÿš€ RTX 5090 unboxing
๐Ÿค– Migrating my LLM bot Pedro
๐Ÿ“Š LLaMA.cpp vs Ollama showdown
๐Ÿ—ณ๏ธ Community poll results live on stream!

๐Ÿ“บ Watch on Twitch + YouTube
twitch.tv/soypetetech

08.04.2025 22:18 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0