GN Blog

Adventures and experiments with AI

Do We Still Need to Learn Programming? Probably Yes

tl;dr

Natural language, pseudocode, and code are not competing tools. They are different languages for different levels of precision.

In the age of AI-assisted programming, learning to program is not only about writing every line of code by hand. It is about knowing when an idea needs to become more precise, how to control that translation, and how to distinguish between decisions made by a human and decisions filled in by an AI system.

Read article

MokuML: Local ML Predictions Without a Pipeline

MokuML: Local ML Predictions Without a Pipeline

Proof-of-concept research. github.com/amiune/MokuML

What if a small business could connect Postgres, describe a prediction in plain English, and get results on their Mac without a data science team, cloud ML stack, or Kumo-style subscription?

That's what we're exploring with MokuML. Think lightweight Kumo.ai: connect a database, ask for predictions, get answers. But everything runs locally.

Read article

2025 a Year of Experimentation

LLMs and AI in 2025: experiments, frustrations, and a few big surprises

2025 has been a year of hands-on experimentation for us with LLMs and applied AI. Instead of just watching the space from the sidelines, we spent the year building, testing, breaking things, and trying ideas that sometimes worked and sometimes didn’t.

The overall feeling is mixed. Some parts of the tech are impressive and moving incredibly fast. Other parts still feel early and fragile. Here’s a summary of what we learned and how it’s shaping what we want to do next.

Read article

LLMs: A Real Use Case

LLMs: A Real Use Case

TLDR: We worked on implementing LLMs, Vector DB, and RAG for elMejorTrato.com. We concluded that:

  • Working with Spanish language has its tricks
  • ChatGPT API is too costly
  • LangChain and agents are sometimes an overkill
  • With SentenceBert and a VectorDB, marvelous things can be done
  • Quantized open-source LLMs give very good results
Read article