Clelia Astra Bertelli
banner
cle-does-things.bsky.social
Clelia Astra Bertelli
@cle-does-things.bsky.social
She/her
Open Sourceress at @llamaindex.bsky.social
Girly dev who likes AI and python💅💻
Find out more here 👉 clelia.dev
If you wanna hear me yap for 15 minutes about the two things that excite me the most in the AI space right now, i.e. @llamaindex.bsky.social agent workflows and vector search, and how together they can create context-rich AI systems, here's my talk at @qdrant.bsky.social VSD: youtu.be/CDyFukgpayY
November 3, 2025 at 5:50 PM
Do you want to hear about my first time (with Cluade Code)?
Well, you're in luck, since at @llamaindex.bsky.social we just recorded a tutorial of how to vibe-code your way to production with our agent workflows, using Claude code.
October 29, 2025 at 4:30 PM
Hey, I came up with a small PR, I think we can merge it without review...
October 28, 2025 at 3:08 PM
Ever wished for the code produced by your AI application to be able to run immediately in-browser?
October 26, 2025 at 9:43 PM
A couple of weeks ago, @cloudflare.social announced their Sandbox SDK. I was extremely excited and wanted to try it out, but soon learnt that it was behind a paywall.
October 25, 2025 at 6:52 PM
At @llamaindex.bsky.social we launched LlamaAgents recently, and we thought it could've been useful to create a "getting started" resource for anyone looking to take their AI-powered workflows to production at the speed of light.
October 23, 2025 at 4:30 PM
Hey, are you free today at 5 pm CET/8 am PDT?
Well, if you are, come by @qdrant.bsky.social office hours on Discord because, among other brilliant speakers, I'll be taking a little bit of time showcasing the new @llamaindex.bsky.social LlamaAgents in action with Qdrant vector search!
October 16, 2025 at 8:50 AM
I've been experimenting with OpenCode a little bit in these last two weeks, and I wanted to get programmatic access through python so that I could build 𝘴𝘰𝘮𝘦𝘵𝘩𝘪𝘯𝘨 (no spoiler🤭) around it.

That's how I came up with my very own OpenCode Client: github.com/AstraBert/o...
October 15, 2025 at 3:00 PM
A couple of weeks ago, someone asked me: "Can we use @llamaindex.bsky.social workflows with microservices?".
Short answer: yes.
Long answer: I built a small e-commerce system leveraging Docker and Kafka to demo it 👉 youtu.be/gPR0pMtY--c
October 14, 2025 at 10:20 PM
The open source team at @llamaindex.bsky.social is expanding!
We're looking for an Agents Engineer🚀
If you are:
👉 A talented python dev comfortable with modern tooling
👉 Looking to build core agentic tech, while fostering a thriving OSS community
October 8, 2025 at 2:34 PM
palettify.nl just got an update!🚀
Now, if you want to build your own color extraction application, you can use the new 𝘫𝘴𝘰𝘯/𝘤𝘰𝘭𝘰𝘳𝘴 API endpoint and send a post request with a JPEG or a PNG file, and you'll get back a list of RGBA codes!🎨
Try it with the code below👇
October 3, 2025 at 3:00 PM
Are you working with @golang.org and looking for a solution to distribute your packages easily?
In my latest blog, I explain how you can publish Go binaries to @npmjs.bsky.social using @goreleaser.com and @github.com Actions!
Check it out: www.gitpush.blog/blog/2
September 27, 2025 at 3:06 PM
This weekend I had a lot of fun building a small blog from scratch using @golang.org, so I'm very happy to introduce www.gitpush.blog today!
September 22, 2025 at 3:00 PM
I've recently took the time to read a blog post by @abbycabs.dev about who will maintain the future of open source (github.blog/open-source...)

1/🧵
September 20, 2025 at 3:00 PM
I'm determined to play around more with building web apps with @golang.org, and I've been searching for a deployment option.
I came across @gokoyeb.bsky.social: very nice DevX, deployed in less than a minute with @docker.com, integrated CD with @github.com, all from their dashboard.
Kudos!
September 19, 2025 at 7:45 PM
Are you in Berlin next week?📍
On Friday 26th, @qdrant.bsky.social is hosting Vector Space Day, with talks by speakers from @linkupplatform.bsky.social, @superlinked.bsky.social, @arize.bsky.social, Google DeepMind, Vultr, @awscloud.bsky.social, @microsoft.com, Emergent Methods and more!✨
September 19, 2025 at 11:11 AM
Upcoming news...👀
Take a look, in the meantime 👉 github.com/AstraBert/v...
September 16, 2025 at 9:29 AM
Today, I am finally launching a weekend(s) project of mine I am very excited about: Share-A-Code Learn (learn.shareacode.cc)
September 14, 2025 at 12:00 AM
With the surge of AI, data has become the new oil: enterprise data, though, is often locked behind piles of PDFs, presentations and other unstructured documents.
In this sense, it is key for everyone building intelligent systems right now to understand how to use documents the right way.
September 12, 2025 at 3:00 PM
Why? Why?
September 11, 2025 at 7:37 PM
I'm sure many of you are familiar with @llamaindex.bsky.social Workflows: if you are looking for an excuse to try them out, thanks to our latest update in vibe-llama (our vibe-coding tool), you can now get started in less than one minute, downloading human-curated examples of AI-powered workflows.
September 11, 2025 at 4:15 PM
In the last week and a half I've been quietly building a tool to help devs manage Postgres databases: it's called vivadb, works from CLI with minimal set up (for now in Linux and macOS), and can connect with, run queries against and migrate your Postgres database.👩‍💻
September 11, 2025 at 12:00 AM
I've decided to go back into the business of building RAG applications, and this time I went full-stack.
Meet 𝗴𝗲𝗿𝗺𝗮𝗻-𝘀𝗻𝗶𝗽𝗽𝗲𝘁𝘀, a @nextjs.org + @tailwindcss.com web app that combines the power of @qdrant.bsky.social, @llamaindex.bsky.social workflows (for typescript) and OpenAI LLMs.
September 9, 2025 at 9:00 PM
vibe-llama is back, with the power of #MCP and (sparse) vector search!
Just run: uvx vibe-llama starter --mcp 🚀
We also packaged a small demo app to showcase how you can use this brand new MCP server👇
Check out vibe-llama: github.com/run-llama/v...
Demo app: github.com/run-llama/l...
September 8, 2025 at 10:30 PM
Officially surpassed 2k contributions on @github.com 🥳
September 8, 2025 at 8:10 PM