Skip to content
View thomascherickal's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report thomascherickal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thomascherickal/README.md

Shalom 👋

Thomas Cherickal - Generative AI Consultant - Generative AI Trainer - Generative AI Mentor

📍 Chennai, India | 🌐 thomascherickal.com · thomascherickal.github.io | 💼 LinkedIn


What I Actually Do

I write 500+ published articles on AI - and I write the code behind them.

Most people do one or the other. I do both, and each one sharpens the other. When I explain a quantization pipeline to 50,000 readers, I have already built it. When I build it, I already know which part will confuse everyone.

My bet - Rust is the future of the AI stack.

Python owns the research layer and always will. But inference servers, agent runtimes, quantization tooling, and edge deployment need memory safety, predictable latency, and no GIL. That is Rust territory. Go handles the infrastructure around it.

I am building toward that stack, one tested crate at a time.


Three Roles

Role What it means in practice
Rust / Python / Go AI Engineer Porting Python AI workloads to Rust systems with Go infrastructure. TDD throughout, targeting 100% coverage. Local-first and edge deployment of small language models.
Technical Content Writer Long-form deep dives on Generative AI, LLM and SLM engineering, and Quantum Computing. 500+ articles across 10+ platforms since 2020.
AI Consultant Practical AI integration advisory and one-on-one upskilling for individuals and small teams - from first prompt to production deployment.

Technical Focus

Languages

  • Rust - systems, inference tooling, CLI, async with Tokio
  • Python - the AI research and prototyping layer
  • Go - services, infrastructure, and concurrency

Generative AI

  • LLM and SLM engineering: quantization, GGUF
  • Local-first and sovereign deployment - Ollama, llama.cpp, on-device inference
  • Agentic systems, MCP servers, and tool-using AI workflows

Test-Driven Development

  • PyTest, cargo test, Go's testing package
  • 100% coverage as a target, with the discipline to admit when it costs more than it earns
  • SOLID principles, design patterns, clean architecture

Quantum Computing

  • IBM Qiskit, Google Cirq, PennyLane
  • Quantum machine learning and variational circuits
  • Where quantum genuinely helps AI - and where the hype outruns the hardware

Writing

500+ long-form articles. 10+ platforms. Since 2020.

Platform Link
HackerNoon hackernoon.com/u/thomascherickal
Medium thomascherickal.medium.com
Substack thomascherickal.substack.com
Hashnode hashnode.com/@thomascherickal
LinkedIn linkedin.com/in/thomascherickal
All links linktr.ee/thomascherickal

Canonical: thomascherickal.com · Portfolio: thomascherickal.github.io


Book - RECRUITED

The AI-powered career development playbook for the age of intelligent machines.

Personal brand architecture, AI tool fluency, LinkedIn strategy, and a structured six-month roadmap.

Pre-order: $5 USD - free with an active Patreon subscription. patreon.com/thomascherickal


Work With Me

Service Link
🗓️ 1-on-1 Consultations topmate.io/thomascherickal
🛒 Digital Products & Playbooks thomascherickal.gumroad.com
📚 Exclusive Member Content patreon.com/thomascherickal

Open to: Technical writing collaborations · AI consulting · Course collaborations · AI mentoring at every level

Free first conversation: connect on LinkedIn.


Beyond the Terminal

I sing 1st Bass in four-part choral harmony and I play the violin. I love God, my family, my friends, and my pets. I also love swimming, badminton, table tennis, hot chocolate, and coffee strong enough to stand a spoon in.

I am a creative by calling who happens to write code. Both halves are the same job, in their true essence.

All the very best to you!


© 2026 Thomas Cherickal · The Digital Futurist (2020–present) · thomascherickal.com · thomascherickal.github.io · Chennai, India

Pinned Loading

  1. google-research google-research Public

    Forked from google-research/google-research

    Google Research

    Jupyter Notebook 1

  2. learn-rust-with-tests learn-rust-with-tests Public

    Forked from learn-with-tests/learn-rust-with-tests

    Rust 1

  3. developer-roadmap developer-roadmap Public

    Forked from nilbuild/developer-roadmap

    Interactive roadmaps, guides and other educational content to help developers grow in their careers.

    TypeScript 1

  4. openfang openfang Public

    Forked from RightNow-AI/openfang

    Open-source Agent Operating System

    Rust 1

  5. hermes-agent hermes-agent Public

    Forked from NousResearch/hermes-agent

    The agent that grows with you

    Python

  6. learn-go-with-tests learn-go-with-tests Public

    Forked from quii/learn-go-with-tests

    Learn Go with test-driven development

    Go