GeistHaus
log in · sign up

zacksiri.dev

Part of zacksiri.dev

A minimal, responsive and SEO-friendly Astro blog theme.

stories primary
How I Build with LLMs
This post provides an overview of how I connect my application layer to the LLM and what are some tooling I used to handle streaming responses from the LLM.
https://zacksiri.dev/posts/how-i-build-with-llms/
The Intelligent Balance - Determinism and the Spark of Innovation
The distinction between determinism and non-determinism is often misunderstood as a measure of intelligence. In reality, it's a consequence of a system's design, influenced by a variety of factors. Truly intelligent systems require both deterministic and non-deterministic behaviors.
https://zacksiri.dev/posts/the-intelligent-balance/
LLMs - A Ghost in the Machine
The landscape of Large Language Models (LLMs) is evolving rapidly, with powerful and open models being released at an unprecedented pace. As these technologies advance, so does the potential to integrate them into our existing systems. Traditionally, we've built systems with distinct layers such as the Application layer and Data Persistence layer.
https://zacksiri.dev/posts/llms-a-ghost-in-the-machine/
Data Visualization for Machine Learning in Elixir
I show you the various ways you can visualize data for machine learning in Elixir. I start with doing a basic scatter plot and move to more complex examples like plotting the loss curve.
https://zacksiri.dev/posts/data-visualization-for-machine-learning-in-elixir/
I Built a Home Server
My NAS broke down and I couldn't fix it and replacements are expensive, so I decided to build a home server to solve all my problems.
https://zacksiri.dev/posts/i-built-a-home-server/
Learning Machine Learning in Elixir
I highlight the various tips and tricks to how I'm learning machine learning with elixir. I also go through the difference between python and elixir for various steps in machine learning.
https://zacksiri.dev/posts/learning-machine-learning-in-elixir/
Why I created the PAKman Build System
Why I created PAKman a build system based on Alpine packages using Elixir programming language.
https://zacksiri.dev/posts/why-i-created-pakman/