Dan Corin
banner
danielcorin.com
Dan Corin
@danielcorin.com
Software and AI Engineer
I write at danielcorin.com

Author of Tomo, an ambient chat app and Delta, an open source tool for conversation branching with LLMs

https://www.wvlen.llc/apps/tomo
https://github.com/danielcorin/delta
Maybe it's just me but I really enjoy making chat components to narrate language model conversation for my blog posts and in general. This has been one of the deepest forays into design that I've taken, trying to get these to look just how I had in mind.
May 2, 2025 at 12:39 AM
Throwback to typing out every character of my code. It was a simpler time ampcode.com/how-to-build...
May 1, 2025 at 1:08 AM
I’ve been playing with an ambient chat concept, so I designed and generated a bunch of different chat UIs to see what felt right www.thoughteddies.com/notes/2025/l...
Thought Eddies
An Experimental Digital Garden
www.thoughteddies.com
April 20, 2025 at 6:49 PM
Having done a lot of vibe coding lately, I think I’ll move away from it exclusively. Current agents eventually fail to adhere to some prompt despite various attempts and approaches. Whenever this happens and I look in the codebase I am usually mortified by what I find.
March 28, 2025 at 11:12 PM
I write convenience scripts to remove cruft in dev workflows. These start with one off scripts that I parameterize and document. With tools like Goose, LLM use cases no longer require you to write the script. Just write the spec and let the model execute www.danielcorin.com/posts/2025/g...
Way Enough - Goose as a Task Runner
www.danielcorin.com
March 2, 2025 at 11:41 PM
A note taker that generates various different "indexes" (summaries and similar) using an LLM and different target templates
February 28, 2025 at 3:11 AM
What happen to completion models like `text-davinci-003`? Why does no one train or release these types of models anymore? Maybe I am just romanticizing early models, but I recall this model being much more steerable that chat models because there was no bias to responding conversationally
February 26, 2025 at 1:08 AM
Can someone point me to an inpainting API they like? I am using Flux Canny served by together.ai. Ideally a low-latency Flux Inpainting API or something similar.
Together AI – The AI Acceleration Cloud - Fast Inference, Fine-Tuning & Training
Run and fine-tune generative AI models with easy-to-use APIs and highly scalable infrastructure. Train & deploy models at scale on our AI Acceleration Cloud and scalable GPU clusters. Optimize perform...
together.ai
February 20, 2025 at 1:43 AM
Hoping to be “wrong on the internet” and have someone tell me how to workaround the triple backtick stop sequence in Cursor www.danielcorin.com/til/cursor/t...
Way Enough - Cursor Triple Backticks Stop Sequence
www.danielcorin.com
February 18, 2025 at 11:16 PM
Vibe coding is tantalizing in that it often can feel like you’re one prompt away from solving a problem when you are not. I’ve wasted plenty of time rolling the dice with the Cursor agent when I could have just dug in and done the work (even LLM assisted in a lower level way) and finished faster.
February 17, 2025 at 10:51 PM
I’ve been experimenting with feeding around 200 log posts from my site into an LLM to summary, following a certain template structure. The result have been pretty promising with Haiku and Sonnet. With a bit of prompt eng, Gemini also does well.
February 17, 2025 at 8:26 PM
I open sourced my app, Delta, a UX for local-first conversation branching with LLMs. It let's you "rewind" and take conversations in different directions. You can also swap models, temperature and top_p to see how the model responds changes you make and support images. github.com/danielcorin/...
February 3, 2025 at 11:01 PM
I hadn't yet had the time or need to prompt an LLM to cite its answers from the documents in its context but today Anthropic release will do it for you. Here's Python code to get you off the ground and running since I couldn't find something to quickly copy+run www.danielcorin.com/til/claude/c...
Way Enough - Claude Citations
www.danielcorin.com
January 23, 2025 at 11:11 PM
Currently playing around with a prompt+sketch as an input to an image-to-image model. It feels like cheating but it's incredibly effective for translating initial ideas out of your head.
January 18, 2025 at 8:50 PM
Playing around with D3 and conversation branching. Here is a a conversation with several separate branches
January 16, 2025 at 12:39 AM
Playing around with D3 in React/Astro to create from UX experiments for conversation branching. This attempt didn't quite go as planned.
January 15, 2025 at 2:28 AM
Tailwind/React are a potent combo when building UIs with LLMs. Why is that? Sonnet seems biased towards this stack. I’d guess this is due to training. However, it also feels like co-location of style and structure would make it easier to effectively steer the model’s output through prompting.
January 6, 2025 at 4:45 PM
Shamelessly consolidating some replies from this thread to showcase some apps/prototypes with LLM conversation branching UX
x.com
x.com
December 30, 2024 at 5:30 PM
Who is building an idea and latent space explorer? Sort of a hybrid of a thought partnership and knowledge web traversal. I’m still mulling on what the UX could look like but I think it involves conversation branching, semantic zoom and some kind of topic clustering.
December 28, 2024 at 2:25 PM
I’ve found software engineers to be surprising holdouts in adding language models to their workflows. I’m unsure if this is due to some kind of preference for probable correctness that comes with the territory of writing code or something else. Often I hear “the model gets it wrong (isn’t perfect)”
December 26, 2024 at 7:01 PM
Can someone recommend me a simple, no-cloud-required Typescript LLM evals framework or should I just write what I need myself?
December 22, 2024 at 2:16 AM
I’m not convinced it will be possible to rely on different models/providers for redundancy for a product use case. We can write evals and run across multiple models to validate parity but as model APIs seem to be diverging, I wonder if we’ll be able to avoid committing to a single provider.
December 20, 2024 at 6:54 PM
Great writeup from Simon as always. I recently used LLM-generated code to debug a similar AWS networking issue: testing TCP, ping and telnet connectivity, SSL certificate verification, and even constructing a full request body from scratch in binary with just a short prompt to the model.
December 19, 2024 at 10:44 PM
A day in the mind of Claude Sonnet
December 19, 2024 at 9:21 PM
Reposted by Dan Corin
These are pretty nice

My pelican on a bicycle prompt is intended to be deliberately absurd and hence very difficult to produce anything remotely "good", so it's fun to see that SVG sunsets can produce quite pleasing images
Inspired by @simonwillison.net's pelican-bicycle repo, here are some CSS sunsets by gpt-4o, claude-3-5-sonnet and gemini-2.0-flash-exp. Sonnet and Gemini animate the birds and clouds.

Prompt: Generate pure HTML/CSS art of an extremely detailed, beautiful sunset. No talk or code fences. Code only.
December 15, 2024 at 2:00 AM