Sean Holm's Avatar

Sean Holm

@seanholm.bsky.social

Engineering / Programming (C++, .NET, Python, R) - AI, Analytics, MLOps, Data Science, DevOps, SQL, Synapse, Databricks. Occasional jokes & rugby banter.

1,125 Followers  |  993 Following  |  27 Posts  |  Joined: 23.04.2023  |  2.1716

Latest posts by seanholm.bsky.social on Bluesky

Preview
Context Engineering for AI Agents: Lessons from Building Manus This post shares the local optima Manus arrived at through our own "SGD". If you're building your own AI agent, we hope these principles help you converge faster.

Context Engineering for AI Agents: Lessons from Building Manus by Manys AI folks

Or... how to ensure your context takes advantage of KV-cache to save cost. For example, the cached input tokens cost 0.30 USD/MTok, while uncached ones cost 3 USD/MTokβ€”a 10x difference.

manus.im/blog/Context...

19.07.2025 15:09 β€” πŸ‘ 18    πŸ” 4    πŸ’¬ 1    πŸ“Œ 1
Post image

Talk: The future belongs to people who can just do things

If you want to stay ahead of how we’ll build software next, this is a talk you’ll want to catch live.

dataengbytes.com/sydney

18.07.2025 01:00 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

Talk: How Metadata-enabled Agentic AI Accelerates Enterprise Value

Don’t miss this session at DataEngBytes in Sydney or Melbourne!

SYD: dataengbytes.com/sydney
MELB: dataengbytes.com/melbourne

18.07.2025 10:00 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

The uv build backend is now stable, and considered ready for production use.

An alternative to setuptools, hatchling, etc. for pure Python projects, with a focus on good defaults, user-friendly error messages, and performance.

When used with uv, it's 10-35x faster.

03.07.2025 01:55 β€” πŸ‘ 231    πŸ” 42    πŸ’¬ 6    πŸ“Œ 3
Preview
The Prompt Engineering Playbook for Programmers Turn AI coding assistants into more reliable development partners

Just published: "The Prompt Engineering Playbook for Programmers"

My latest free write-up: addyo.substack.com/p/the-prompt... ✍️

31.05.2025 08:38 β€” πŸ‘ 87    πŸ” 15    πŸ’¬ 0    πŸ“Œ 1
Hands on with Python t-strings
YouTube video by Anthony Shaw Hands on with Python t-strings

t-strings are a new feature which is coming in Python 3.14. If you're wondering why we need t-strings when f-strings already exist, check out this video by @anthonypjshaw.bsky.social

www.youtube.com/watch?v=yx1Q...

#python #Programming #PythonProgramming #SoftwareDevelopment #TechNews #OpenSource

20.06.2025 10:47 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
Baseline Azure AI Foundry Chat Reference Architecture - Azure Architecture Center Use this baseline reference architecture to learn how to build network-secured, highly available, and zone-redundant enterprise chat applications by using Azure AI Foundry, the Azure AI Agent Service, Azure OpenAI models, and Azure App Service.

[Share] Baseline Azure AI Foundry chat reference architecture

This article provides a baseline architecture to help you build and deploy enterprise chat applications by using Azure AI Foundry and Azure OpenAI language models.

learn.microsoft.com/...

15.06.2025 10:32 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Hello @biceplang.bsky.social !

Do you have any bicep sample code which demonstrates how to:

1) add a certificate to keyvault and configure a contact (for notifications)
2) attach that certifcate to a container app / managed environment ?

Cheers :)

25.05.2025 16:57 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Beyond Vibe Coding: What I Discovered Testing 10 AI Coding Tools Or "An AI Skeptic spends a month with AI coding tools"

I was pretty skeptical. And I’m still pretty skeptical of pure vibe coding.

But i think vibe engineering is a thing

blog.kilocode.ai/p/beyond-vib...

01.05.2025 03:21 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Escaping the Platform Engineering PITFALL: Achieve Aligned Autonomy
YouTube video by Modern Software Engineering Escaping the Platform Engineering PITFALL: Achieve Aligned Autonomy

NOW AVAILABLE πŸ“½οΈ

@stevesmithtech.bsky.social | Escaping the Platform Engineering PITFALL: Achieve Aligned Autonomy

WATCH HERE ➑️ youtu.be/tu8qaKa0pKQ

30.04.2025 18:11 β€” πŸ‘ 5    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0

There is some limited support for local llms -> chattr works with LlamaGPTJ-chat, which supports llama, gpt-j and mpt model families.

19.02.2025 04:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Posit AI Blog: Chat with AI in RStudio Interact with Github Copilot and OpenAI's GPT (ChatGPT) models directly in RStudio. The `chattr` Shiny add-in makes it easy for you to interact with these and other Large Language Models (LLMs).

Are you looking for something like 'chattr' perhaps? -> blogs.rstudio.com/ai/posts/202...

19.02.2025 02:37 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

We’re building a new static type checker for Python, from scratch, in Rust.

From a technical perspective, it’s probably our most ambitious project yet. We’re about 800 PRs deep!

29.01.2025 17:18 β€” πŸ‘ 735    πŸ” 104    πŸ’¬ 35    πŸ“Œ 36

Hello world! I'm the Big Book of R bot πŸ€–.

Every few hours I post a random entry from my collection of over 400 open-sourced, free #RStats books.

04.11.2024 06:44 β€” πŸ‘ 25    πŸ” 7    πŸ’¬ 1    πŸ“Œ 2
Building an extremely fast Python package manager, in Rust - Charlie Marsh | EuroRust 2024
YouTube video by EuroRust Building an extremely fast Python package manager, in Rust - Charlie Marsh | EuroRust 2024

My @eurorust.eu talk is up!

"Building an extremely fast Python package manager, in Rust"

It was the closing talk of the conference, covering what uv is, why we built it, how it works, what makes it fast -- and the role that Rust plays in all of this.

www.youtube.com/watch?v=zOY9...

06.12.2024 18:52 β€” πŸ‘ 74    πŸ” 9    πŸ’¬ 5    πŸ“Œ 0
Post image

And we're off!

I just signed with @manningbooks.bsky.social for the 2nd edition of #Python Workout (pythonworkout.com), my book with 200 exercises to improve your Python fluency.

It'll be more update than overhaul, fixing bugs and modernizing things to help you more than ever.

I'm excited!

05.12.2024 12:09 β€” πŸ‘ 38    πŸ” 5    πŸ’¬ 5    πŸ“Œ 0
Hyperfine benchmark for uv resolving apache-airflow[all].

Hyperfine benchmark for uv resolving apache-airflow[all].

Found an optimization in uv's resolver that makes Apache Airflow (with all optional dependencies enabled) resolve >20% faster.

01.12.2024 21:30 β€” πŸ‘ 85    πŸ” 4    πŸ’¬ 4    πŸ“Œ 0
Create a modern pre-commit setup for Python using UV, Ruff and more
YouTube video by Timnology Create a modern pre-commit setup for Python using UV, Ruff and more

Here is another great youtube video by Tim Van Cann (aka Timnology) -> "Create a modern pre-commit setup for Python using UV, Ruff and more" www.youtube.com/watch?v=xhg1...

#python

29.11.2024 04:04 β€” πŸ‘ 9    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0

Same here :)

28.11.2024 10:45 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Have you tried Mamba? It’s a drop-in replacement for conda and it’s pretty darn fast.

28.11.2024 05:55 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Niels Cautaerts - Python dependency management is a dumpster fire

I agree with this - Python dependency management truly is a dumpster fire.

27.11.2024 20:49 β€” πŸ‘ 48    πŸ” 8    πŸ’¬ 6    πŸ“Œ 1
Preview
Get certified in Microsoft Fabricβ€”for free! Get ready to fast-track your career by earning yourΒ Microsoft Certified: Fabric Analytics Engineer Associate certification. For a limited time, the Microsoft Fabric Community team will be offering 5,0...

Hey data engineers (and anyone else that might be interested), get certified in Microsoft Fabricβ€”for free! #DP-600 #Fabric #PowerBI community.fabric.microsoft.com/t5/Power-BI-...

27.11.2024 00:13 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image Post image Post image Post image

My deep learning course at the University of Geneva is available on-line. 1000+ slides, ~20h of screen-casts. Full of examples in PyTorch.

fleuret.org/dlc/

And my "Little Book of Deep Learning" is available as a phone-formatted pdf (nearing 700k downloads!)

fleuret.org/lbdl/

26.11.2024 06:15 β€” πŸ‘ 1265    πŸ” 254    πŸ’¬ 50    πŸ“Œ 17
Preview
Use Foreign Key Constraints in your Databases - Part I When revising one of my popular sessions on scenarios in which indexes no longer help, one of the topics covered was foreign key constraints for data integrity

Database don't need Foreign Key constraint; the application is taking care of it. Standard arguments are:
- to slow
- limit my handling of data
I took the time to run a few tests with and without Foreign Key Constraints. Surprising results...
www.db-berater.de/2024/11/use-...
#sqlfamily #sqlserver

25.11.2024 11:54 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Next-gen SQL projects with Microsoft.Build.Sql
YouTube video by dotnet Next-gen SQL projects with Microsoft.Build.Sql

This demo of next-gen SQL projects looks quite interesting -> youtu.be/uYT8UGZgC5w

26.11.2024 03:42 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Data people starter packs, parts 1 and 2. Gotta follow them all!

go.bsky.app/8TdEfdK

go.bsky.app/DsDyXF3

07.11.2024 12:35 β€” πŸ‘ 67    πŸ” 21    πŸ’¬ 26    πŸ“Œ 6

Interested in open datasets for ML and AI?

I've just created this feed with posts about @huggingface.bsky.social datasets!

Don't miss the latest news and conversations about the secret sauce behind every AI model.

bsky.app/profile/dvil...

25.11.2024 15:11 β€” πŸ‘ 45    πŸ” 12    πŸ’¬ 3    πŸ“Œ 1

Who else belongs in this Women in AI starter pack?! go.bsky.app/847WJHE

23.11.2024 04:13 β€” πŸ‘ 33    πŸ” 11    πŸ’¬ 16    πŸ“Œ 2
How I animate 3Blue1Brown | A Manim demo with Ben Sparks
YouTube video by 3Blue1Brown How I animate 3Blue1Brown | A Manim demo with Ben Sparks

The best ad for Python and interactive programming (and math?) I've ever seen. youtu.be/rbu7Zu5X1zI?...

24.11.2024 15:18 β€” πŸ‘ 85    πŸ” 9    πŸ’¬ 5    πŸ“Œ 0
Preview
uv: An extremely Fast Python Package Manager :: Jane Street Jane Street is a quantitative trading firm and liquidity provider with a unique focus on technology and collaborative problem solving.

uv: An extremely Fast Python Package Manager

www.janestreet.com/tech-talks/u...

23.11.2024 00:15 β€” πŸ‘ 2    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

@seanholm is following 19 prominent accounts