Yeah, automation sounds good in theory, but you need to set it up, then it fails, and you need to fix the edge cases, maintain it. Even with OpenClaw, it still fails my daily briefing from time to time, and I keep debugging it, which isn't how I want to spend my time. At least with a bot I can keep asking it to "fix it"
Google has gemini-cli that is pretty close to Claude Code in terms of experience https://github.com/google-gemini/gemini-cli and has a generous free tier. Claude Code is still superior in my experience, Gemini CLI can go off-course pretty quickly if you accept auto edits. But it is handy for code reviews and planning with it's large context window.
For me the most interesting part in this patent was a "PATENT CITATIONS" section. Most of the patents in this section are quite obvious as well. Like Amazon's "Method and system for placing a purchase order via a communications network" basically describes every E-Commerce site on the internet.
Thanks a lot for the link, I was going to write Markdown -> NSAttributedString library myself, because I couldn't find one. Right now I'm just using DTCoreText and convert Markdown to HTML on the server.
Assuming that this project on GitHub is yours https://github.com/cirsteve/courseslate and you show it to potential employers, I would recommend you to learn pip/virtualenv, read about django best practices,
(http://lincolnloop.com/django-best-practices/)
Also I would recommend to cleanup your repository from files that are not completely necessary (varios .tar.gz files, .ssh folder, .bash_history, etc.) Those things give you away as a beginner.
Satchmo has some interesting approaches to solving certain problems in Django (like allowing to override general site settings in admin) - http://www.satchmoproject.com/
For examples of more lightweight WSGI apps using Werkzeug: