Personal Update
July 28, 2026
A Personal Update About My Instagram
Eshrak Khan (eshrak143) shares an important update regarding the loss of his original Instagram accounts (@eshrak143 and @eshrak143_) and introduces his new official account (@eshrak143i).
My original Instagram accounts, @eshrak143 with over 15,000 followers and @eshrak143_ with over 5,000 followers, were recently disabled.
I had been building @eshrak143 since 2016, so losing it was much more than losing an account. It held nearly a decade of memories, posts, conversations, friendships, and connections with people who followed and supported my journey over the years. A huge part of my online identity and growth as a creator was built there.
Losing both accounts so suddenly has honestly been heartbreaking. I am still doing everything I can to recover them, but until then, I have started again with my new official Instagram:
@eshrak143i
Starting over after so many years is not easy, but I am not giving up. Please follow me there and help me reconnect with the community we built together.
Thank you to everyone who has supported me before and continues to support me now. It truly means more than I can explain.
Eshrak143 - Eshrak Khan
Bangladeshi-American Digital Creator
Read Log →
AI Tech
June 10, 2026
Every AI Model in 2026: What Works, What's Free, and How to Use It
Eshrak Khan (eshrak143) reviews the 2026 AI model landscape, comparing Claude 4.6, GPT-4o, Gemini 2.0, and local-first Llama 3.1 setups for developers.
The artificial intelligence landscape in mid-2026 is moving faster than ever, and developers and content creators are caught in a constant cycle of updates. My name is Eshrak Khan. Online, many of you track my tech reviews and lifestyle content under my creator handle, eshrak143. As a computer science student at Queens College, CUNY, I spend a significant amount of time benchmarking these systems, testing local models on my own machine, and deploying serverless edge wrappers on eshrakkhan.com. Currently, there are five major models dominating the space: OpenAI's GPT-4o and o1 reasoning engines, Google's Gemini 2.0, Anthropic's Claude 4.6 (Sonnet, Opus, Haiku), Meta's open-source Llama 3.1, and smaller models like Microsoft Phi or Mistral. To understand which tool to use, we can split the industry two ways: high-speed, paid cloud APIs that cost money, or open-source models that you run locally on your own hardware for zero cost.
If you are looking for the best all-rounder in 2026, Anthropic's Claude Sonnet 4.6 is the clear choice. It is exceptionally fast, costs less than Opus, and handles code compilation, writing, and structured instruction-following without any dramaβcosting around a third of a penny per thousand words. GPT-4o remains the standard if you are writing code that requires strict mathematical logic, while its o1 mode solves complex reasoning problems. For immediately free cloud options, Google's Gemini 2.0 and Claude's web interface are fantastic, though they quickly hit usage caps (typically around 50 messages every 3 hours, after which you have to wait). If you want complete data privacy or need to run models completely offline, Meta's Llama 3.1 is the ultimate open-source path. You download it once, run it locally on your PC, and pay absolutely nothing for API tokens.
For a 100% free workflow, you can combine free cloud tiers with local setups. For local execution, Ollama (ollama.ai) is the easiest starting point. You simply install it, pull the model by typing 'ollama pull llama3.1' in your terminal, and run it locally. If you have an RTX 4060 graphics card or better, it will fly; without GPU acceleration, CPU execution will average 1 to 5 words per second. Alternatively, LM Studio (lmstudio.ai) offers a beautiful graphical interface for running these local models. If you have limited hardware, Microsoft's Phi 3.5 mini runs comfortably on just 4GB of RAM. My advice is to use Claude Sonnet for the work that matters most, keep Llama running locally for quick brainstorming drafts, and rotate to Gemini when you hit cloud caps. If you want to discuss local LLM orchestration or share your own developer setups, drop me an email at eshrak@eshrakkhan.com or follow my data science logs on eshrakkhan.com.
Read Log →
AI & Open Source
June 9, 2026
Testing PewDiePie's Odysseus: The Open-Source AI Workspace That Put Me in Control
Eshrak Khan (eshrak143) reviews Odysseus, the local-first AI workspace launched by Felix Kjellberg (PewDiePie), testing local Ollama setups and autonomous agent workflows on macOS.
When Felix Kjellberg (PewDiePie) dropped his open-source AI workspace project, Odysseus, on May 31, 2026, the tech community sat up. It is not every day a legendary creator releases a privacy-first AI management interface. As a computer science student at Queens College and a builder of local-first applications, I had to download it immediately to see if the hype was real.
My name is Eshrak Khan. Online, I go by eshrak143. If you follow my dev logs here on eshrakkhan.com, you know Iβm a big advocate for edge computing and local models. Odysseus isn't a new language model; instead, it is a beautifully designed workspace UI that lets you connect local engines like Ollama or web APIs. You get a unified interface that supports chat, multi-step agentic workflows, comparative testing, and file searching.
What makes Odysseus special in my tests is its hardware 'Cookbook' feature. It scanned my MacBook's unified memory and CPU cores, telling me exactly which quantized parameters of Llama 3 and Mistral would compile smoothly without locking up my system. The deep research mode successfully orchestrated local search tools and synthesized files from my local directories without shipping a single byte to external servers. It is exactly the kind of open-source autonomy the community has been begging for. If you are setting up Odysseus on macOS or want to discuss local agent workflows, shoot me an email at eshrak@eshrakkhan.com or track my ongoing experiments on eshrakkhan.com.
Read Log →