More links and Atom
I've done a bit more Pelican setup, turned on Atom feeds, and added more links to AI and programming topics.
This site has gone through many revisions, I've owned this domain for 15 years now! When I originally started it I intended to start a blog, but it took a long strange trip to get here.
I like Pelican, it's easy to deal with and does what I need. As much as I wish the core web, html/css/js, could do it all, until there is a good way to handle templates there is going to be a build step or SPA. I've chosen build step and serve static files. I've tried many others, WordPress, 11ty, Astro, rolled my own, worked on in-house CMSs, but I wanted simple and I think Pelican does a great job at that.
I'm still working on T.o.m., focused on research tasks, PDF processing and RAG. There are a lot of agent frameworks being developed and I'm starring them in GitHub as I come across them and want to revisit. Qwen 3 4B is surprisingly good at the coding tasks I've given it, working to extend its knowledge on recent changes in development helps as well. I haven't given the current version persistent memory yet. That is proving to be a deep rabbit hole, and as I learn more about controlling context and ways of feeding in outside information, I keep tweaking the underlying framework before adding in persistent memory. Session memory is fine, and I will look into offloading parts of it into persistant long term memory which should help with context at inference.