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
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
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
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
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
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
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
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
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
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
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
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].
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
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
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
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
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
Independent data engineering advice at Cloud Shuttle & founder of DataEngBytes
Engineering lead working on Google Chrome.
I want you to win :) For more on what I'm up to, I'm at addyosmani.com
Microsoft Azure MVP π | MS Learn & Startup Advocate π | Patterns & Practices & Cloud Native π€ | ISM Service Delivery Lead, HSO | Coffee-Driven βοΈ
My views are my own. He/Him.
https://luke.geek.nz/
Principal Software Engineer at MakerX | Microsoft MVP | She/Her
Home of the maintainers of the Bicep programming language for Azure-based deployments
aka.ms/bicep
Senior Software Engineer at Microsoft π§βπ»
@Arsenal fan
Posts are mine
Blog: https://www.willvelida.com/
YouTube: https://www.youtube.com/@willvelida
Linktree: https://linktr.ee/willvelida
Using metaphors and analogies to explain Software Engineering a fun way: https://youtube.com/@metaphoricallyspeaking
Passionate about DDD, CQRS and Event Sourcing. Kayaking, too.
DevRel at @kilocode.ai
Ex-GitLab. Ex-Board Member CNCF
1x developer π¨βπ» 4x dad π¦π»π§πΌπ¦π»π§πΌ
https://boleary.dev
Data Scientist at Nesta in the Sustainable Future mission | Passion for clean energy and all things generative AI | Views are my own.
MSc from UvA, PhD in particle physics from UCL.
Markup Language for Recipes and Tools http://cooklang.org/
Industry analyst at the Enterprise Strategy Group (ESG), a TechTarget company, interested in everything that makes app developers more productive and of course in lots of other cool technologies. Obsessed with automating everything and trying every gadget.
A mind-blowing programming conference, held in Estes Park, CO.
https://www.lambdaconf.us/
Infrastructure Engineer at @rustfoundation.org
ποΈ Podcast host https://ieni.dev/rustship
π¦ Maintainer @release-plz.dev
π Mastodon @MarcoIeni@hachyderm.io
π Website https://ieni.dev
International conference for software developers, taking place in MalmΓΆ, Sweden! Mark your calendar for this year's edition: 5-7 November 2025 π
https://linktr.ee/oredev
Conference Director @maydbs.bsky.social
Producer @hannagustavsson.bsky.social
She/her. Public health data scientist. Views my own.
π©π½βπ»Cloud solutions architect
βΈοΈ k8s | DevOps | SRE | PL Design
πΈπ½The #FSharp #Kubernetes princess of #BlackSky
kubedoll.com
patreon.com/kubedoll
youtube.com/kube_doll
twitch.tv/cardcaptor_cadence
#Kubernetes: open source production-grade container orchestration management. #CNCF #K8s
The nonprofit organization behind the Python programming language. For help with Python code: http://python.org/about/help/
On Mastodon: @ThePSF@fosstodon.org
π€ A collection of over 400 open-sourced, free #RStats books. This bot posts a random entry every few hours. Maintained by @oscarbaruffa.com