MSvana

@msvana
42 Followers
117 Following
268 Posts
I’m an AI/ML engineer working for a company that analyzes heavy machinery data for the financial industry. On the side, I develop my own AI/ML projects, and I’m particularly interested in AI safety. Right now, I’m building my own AI coding assistant.
LocationCzechia, Ostrava
Websitehttps://svana.name

This weekend im a working on two side-projects:

1) A long postponed soil moisture monitoring for the cherry tomatos on my balcony. For starters, I just connected a simple moisture sensor and a few LEDs to an #arduino board.

2) A tool to monitor the 429 error rate and response times when calling #Gemini via Vertex #AI in different US regions. Written in #Rust, because I am learning Rust.

Decided to reactivate my #LinkedIn account. Took me about 2 minutes to hibernate it again.

I've updated my Arduino RGB controller:
- color transitions are now much smoother
- I can now control the maximum color intensity
- The ambient light when my PC is turned off is now much dimmer

Read more here: https://svana.name/2026/04/my-arduino-rgb-controller-is-now-even-better/

#arduino #embedded #rgb #tinkering #pcbuild

My Arduino RGB controller is now even better – Miloš Švaňa

Big update to the Embeddings Playground: I've added a simple semantic search interface:

Check it out here: https://embeddings.svana.name/

#ai #nlp #llm #embeddings #ml

The company I work for relies heavily on 3rd party LLMs. We struggle a lot with their reliability. It's abysmal. During working hours, around 20% of requests to Gemini end up with 429 Resource exhausted (and it wasn't us hitting the quota). Claude's uptime is < 99%. It was down just when we wanted to introduce it to a new project.

These people say that SWE is solved. Also, it's a good argument for local LLMs.

#ai #llm #claude #anthropic

I start the week with another incremental upgrade to the Embeddings Playground that includes:

- a few UI improvements, especially for the similarity matrix
- a fix for Euclidean distance, which wasn't calculated properly

Next tasks on the list:

- add the option to download embeddings
- add a few loading spinners
- extend test coverage

Play with Embeddings here:
https://embeddings.svana.name/

#ai #embeddings #nlp #datascience #ml #transformers #openai

Text embeddings playground

Explore text embeddings and visualize them in 2D. We support embedding models from OpenAI, Mistral, and Sentence Transformers (SBERT)

@baldur I just read your "Challenging fate" essay. You've expressed in words a feeling I've had for a while, but more in the context of meetups and conferences. Thanks, and keep up the good work!

Running a seat-of-my-pants code-test evaluation on #AI generated these results on #ollama 7b models running in a 16Gb GPU where I asked how to add a FastAPI endpoint to a python app for which they had the source code and these were the results:

🤔

#qwen #deepseek #llama #mistral #gemma

"Gone is any hint of talk about design, problem-solving, making, or creating. It’s all about how to shunt things off onto the 'robot'."

https://www.baldurbjarnason.com/2025/challenging-fate/

Challenging fate with goodwill (and a holiday sale)

Writing at the end of the world, from Hveragerði, Iceland

During the last week, I changed a few things in my Embeddings Playground:

- Added a unique color for each text
- When comparing multiple models, embeddings are now in a single plot, but each model uses a different symbol
- Added a similarity matrix
- Removed a reference text selector for calculating distance/similarity.

Try the Embeddings playground now: https://embeddings.svana.name/

Next, I'll do some code cleanup and improve error handling.

#ai #nlp #ml #machinelearning #llm