HN user

kenforthewin

983 karma

https://kenforthewin.github.io/blog/

Posts62
Comments159
View on HN
kenforthewin.github.io 1mo ago

Show HN: Atomic Editor – Obsidian-style live preview for CodeMirror 6

kenforthewin
67pts19
atomicapp.ai 2mo ago

Show HN: Atomic – Local-first, AI-augmented personal knowledge base

kenforthewin
62pts43
kenforthewin.github.io 3mo ago

Show HN: Markdown editor with Obsidian-style inline live preview

kenforthewin
4pts1
atomicapp.ai 3mo ago

Reports of RAG's death have been greatly exaggerated

kenforthewin
1pts0
atomicapp.ai 3mo ago

Reports of RAG's death have been greatly exaggerated

kenforthewin
1pts0
github.com 4mo ago

Show HN: Atomic – Self-hosted, semantically-connected personal knowledge base

kenforthewin
152pts27
glyphbox.app 5mo ago

Show HN: NetHack agent harness with benchmarks and livestream

kenforthewin
1pts1
glyphbox.app 5mo ago

Show HN: Watch AI Agents Play NetHack

kenforthewin
1pts2
glyphbox.app 5mo ago

Show HN: Watch LLMs Play NetHack

kenforthewin
1pts1
kenforthewin.github.io 5mo ago

It's 2026. Can LLMs Play Nethack Yet?

kenforthewin
2pts0
kenforthewin.github.io 5mo ago

It's 2026. Can LLMs Play Nethack Yet?

kenforthewin
1pts0
openrouter.ai 8mo ago

Provider Variance: Introducing Exacto

kenforthewin
2pts0
github.com 8mo ago

Show HN: OpEx, an agentic LLM toolkit for Elixir

kenforthewin
4pts0
kenforthewin.github.io 8mo ago

Self-Directed AI Dev: Cellular Automata

kenforthewin
1pts0
kenforthewin.github.io 8mo ago

Experiments in Autonomous AI Development

kenforthewin
1pts0
github.com 11mo ago

Show HN: Docker-mcp-server – sandbox coding environment for agentic AI

kenforthewin
2pts0
blog.tripjam.app 1y ago

The Right Way to Embed an LLM in a Group Chat

kenforthewin
21pts15
tripjam.app 1y ago

Show HN: Collaborative, AI-powered trip planning with friends

kenforthewin
1pts0
tripjam.app 1y ago

Show HN: TripJam, a new way to plan trips with friends

kenforthewin
1pts0
tripjam.app 1y ago

Show HN: TripJam, a new way to plan trips

kenforthewin
2pts0
tripjam.app 1y ago

Show HN: TripJam – Seamless group travel planning

kenforthewin
1pts0
tripjam.app 1y ago

Show HN: TripJam – Plan Trips with Friends Using AI and Real-Time Map/Itinerary

kenforthewin
1pts0
tripjam.app 1y ago

Show HN: TripJam – Collaborative AI Travel Agent

kenforthewin
1pts0
news.ycombinator.com 1y ago

Ask HN: We built a travel app – a classic tarpit idea. What now?

kenforthewin
4pts7
tripjam.app 1y ago

Show HN: TripJam – Travel group chat with collaborative map and itinerary

kenforthewin
2pts0
app.tripjam.app 1y ago

Show HN: TripJam – Travel group chat with collaborative map and itinerary

kenforthewin
1pts0
tripjam.app 1y ago

Show HN: TripJam – Travel group chat with collaborative map and itinerary

kenforthewin
6pts1
blog.kenforthewin.com 4y ago

A meditation on three dead side projects

kenforthewin
11pts3
litchan.com 5y ago

Litchan – RSS aggregator with live commenting

kenforthewin
3pts0
litchan.com 5y ago

Show HN: Litchan, Link/RSS aggregator with live commenting

kenforthewin
1pts0

A study by MIT found that students who use AI to write show far less brain activity than those who used classic Google searching (with AI off) or those who used neither. Other studies find that students who use AI retain far less of the information that ends up in their writing, possibly as a result of “cognitive offloading” and “cognitive surrender.”

I'm unconvinced that AI will make us all dumber. In the public perception, at least among students, AI is viewed as a cheating tool. What kinds of students gravitate towards cheating tools to complete their coursework?

On the other hand, the opportunity for AI to act as a personal tutor, meeting you at your own skill and knowledge level, is limitless.

I have no idea what happens next if we create and horizontally scale superintelligence; one thing I do know for sure is it won't be "business as usual".

That's a much less generous interpretation of his writing. "Yes we will birth superintelligence, but everything will just sort of work out for us humans". This seems like a silly take to me.

I felt the same way in 2024-2025. Then Sonnet 4 was released, and things started feeling different. Opus 4.5 was another step change for me. Everything feels like it's accelerating, and timelines are getting crunched. I guess in some ways I envy OP, who would "bet everything" against ASI - the truth is I don't know, and I don't think anyone knows, where this ends.

I was able to repro one issue that could have been contributing to your broken experience - there's a slight delay between, for example, clicking text in a heading and having the "#" markdown decoration appear. This is to prevent the mouse location from shifting mid-click and causing text to be selected unintentionally (obsidian does this too). But there was a bug that was causing a cascading set of failures if edits happened during that delay window, which is likely what folks who are clicking around at random points in the editor and adding text are doing. I fixed it in 0.4.2, which should be live now.

Thanks for the heads up - I pushed up a fix to the hightlighting issue.

I originally went with Milkdown (Prosemirror-based) for Atomic, the knowledge base project that I built Atomic Editor for. ProseMirror doesn't provide virtualization out of the box. For shorter notes and even moderately long content it's fine - but atomic supports syncing content from a diverse set of sources and I noticed that long documents were causing delays on initial page load and some lag during edits. I didn't find anything like it with native virtualization that felt right to me so I built Atomic Editor.

Could you expand on the "substantial ops burden"? Let's say you're using a managed Postgres instance as the underlying data store, how substantial is the ops burden in that case? I understand that temporal is actually a set of 4 or so microservices on top of a data store, but if you're already running a distributed system backed by k8s or something like that, it doesn't seem like it adds significant incremental ops on top of that. But I could be wrong.

Looks like this comment is touching a nerve. This community is progressing from "AI can't write code", to "Well, AI can write code but it's not really about the code". I wonder where the goalposts will be moved next?

Thanks for the feedback. Yeah, I admit copywriting is not my forte. i'm a solo dev, I'm focusing most of the time and energy on the product itself. There are always 100 things I could be polishing for Atomic - social media presence, website, docs, etc. even with AI there just aren't enough hours in the day - you have to triage somehow.

Biggest difference is Atomic leverages an LLM to auto-tag and a text embedding pipeline to drive semantic search - so the knowledge base is self-organizing. The bet here is that having an agent grep the filesystem is fine for a carefully curated, relatively small set of markdown files. It starts to degrade if you approach your knowledge base as a place to put everything: personal notes, articles you find interesting, entire textbooks if you want to. Having a vector database in this context is pretty much required past a certain scale; a filesystem-based approach is just an incredibly inefficient way to do retrieval in this context, and your agent is bound to miss important data points.