---
title: "Welcome to the Alchemist's Workshop"
slug: "welcome-to-the-alchemists-workshop"
description: "Why I started this blog, and what to expect: notes on Elixir, AI, and the craft of building software."
publishedAt: "2026-06-05T23:49:46Z"
author: "Stefan Mojsilović"
canonicalUrl: "https://alchemist-labs.dev/posts/welcome-to-the-alchemists-workshop"
tags:
  - "elixir"
  - "craft"
---

Every craft has its workshop. This is mine — a place to think out loud about
**Elixir**, **AI**, **technology**, and the day-to-day **craft of coding**.

Expect short, practical posts: things I learned the hard way, patterns worth
stealing, and the occasional deep dive.

```elixir
defmodule Workshop do
  @moduledoc "Where ideas get transmuted into code."

  def greet(name), do: "Welcome, " <> name <> "!"
end
```

Pull up a stool. The crucible is warm.
