Profile avatar
egoist.dev
buy me a coffee: github.com/sponsors/egoist
256 posts 1,955 followers 107 following
Prolific Poster
Active Commenter

If you're still using ChatGPT but feel you're missing out on the capabilities of today's best models like Claude 3.7 and Gemini 2.5 Pro I highly recommend you check out ChatWise (by @egoist.dev) chatwise.app?atp=maoberle... (affiliate link, but it is my LLM client of choice!). It has MCP support!

ChatWise now supports Gemini Image Gen Select the model "Gemini 2.0 Flash Exp (Image Gen)"

Got a basic version of MCP support working in ChatWise 💪

Paste a URL and ChatWise will fetch it

Now you can add chain of thoughts to any model, just use the @think prefix docs.chatwise.app/at-think

FYI, you can enable "Reasoning" for any model in ChatWise by using a system prompt: Just ask the model to think out loud in a <think> tag and ChatWise will do the rest Check out the system prompt: docs.chatwise.app/reasoning#en...

New in ChatWise 0.6.13: - Thinking UI for Gemini 2.0 Flash Thinking - HTML/SVG support in in Artifacts - Better default scrolling behavior

Y'all check out chatwise.app by @egoist.dev! Only $12 for Lifetime right now. 🤯

In the next version of Dum, it will support workspaces:

I just updated Dum to support Bun as a package manager, now it can use Bun to install packages when bun.lock(b) exists github.com/egoist/dum

Artifacts are live in ChatWise 0.6, and it supports models from Lllama 3.3 70B to Claude 3.5 Sonnet, check it out: docs.chatwise.app/artifacts

In the next version of ChatWise, we will introduce Artifacts.

I made a CLI to extract an entire website to a text file, so you can send it to your favorite LLM github.com/egoist/sitef...

I use PGLite (a wasm build of Postgres) by @electric-sql.com locally so I don't need to install Postgres or run a Docker container 👀

Keyboard friendly search

In the next version of ChatWise, you can create custom prompts 👀

Thanks to iPhone mirroring, I can use ElevenReader on my Mac 😄

You can open a chat from another app now, see docs.chatwise.app/open-from-ot...

Biggest pain points of using Tauri over Electron for me: - Inconsistent webview behavior: mac / windows / linux all different implementations - Safari devtools not as good as Chrome devtools - Rust complexity & slow compile time

It seems many people are not aware of macOS's built-in dictation feature 🤔

Gemini 2.0 voice mode can only transcribe speech, it can't recognize emotion and pronunciation like GPT-4o

Copy a URL -> CMD-K in ChatWise -> Summarize

Trying to implement system audio recording in Swift, let's see if Cursor can do it

Happy holidays, ChatWise for Windows has been released 👀

Introducing @vite.dev-plugin-compile-time v0.4 Call `compileTime` anywhere and it will be replaced with the returned data at compile time git.new/compile-time

new keyboard: nuphy air75

A pretty large Golang codebase (esbuild) vs A small Rust codebase (chatwise)

Also tried React Router v7 as a framework, missing docs about deployments and some other stuff, had to look into their template repos

Tried TanStack Start, still a few annoying bugs (like HMR not working), guess I need to wait for a stable release