Ok I have Hermes Agent + Desktop (tailscale) + profiles + kanban + supermemory + skills, connected to Google Gmail/Calendar, some bots in Python, some cron jobs - what should I add next to feel superpowers? #hermes
@ChristianXCesar Thanks, will check it. I had some already: Three strikes, then block Track repair attempts explicitly. A repair attempt is any edit made in response to a failing build or test.
Wall clock cap is something I was missing, adding it now ๐
@VraserX humans spent years building the capability to talk to machines. the machines skipped that part and went straight to talking behind our back :)
Hermes profile create builds you a whole world - directory, config, sessions, skills. but memory (supermemory) still has to be wired in by hand: key in .env, json config, per profile. at 9 profiles that's not configuration anymore, that's data entry :) 1/2
People keep asking whether AI can replace CEOs.
The more interesting question is why a company would still need five layers of management once agents can coordinate work directly.
Imagine Microsoft watermarking the text you write.
Imagine Visual Studio Code watermarking your source code.
I canโt wait for the copyright trial where Big AI start claiming ownership of anything that bears their watermark.
I won't even brag about how easy it is to connect it to n8n, but I think I'll do the same thing in Spring, i.e., a microservice in Docker using Python sources. Rewriting it to Java would only require maintaining this code.
I started using Hermes to help me learn new skills because I'm quite a lazy person when it comes to some essential things I should know. I asked Hermes to prepare complete courses for me and guide me through them on demand.
5/ Infrastructure and security evolve alongside AI growth. Open-source tools, NVIDIAโs optimized runtimes, and initiatives like FLARE help ensure robust, efficient, and secure AI ecosystems for developers and users worldwide. ๐ง๐
๐งต Explore open-source AI models like GLM, Kimi, Hermes Agent; robotics advances by NVIDIA, Flexion; and breakthroughs from DeepMind's AlphaFold 2. https://t.co/f37p5yTdbc
4/ Everyday workflows get smarter with AI-powered tools like Presenton for presentations, Acti keyboard for instant AI actions, and legal AIs that improve contract reviews, saving time and costs in creative and professional tasks. ๐ผ๐จ
3/ AI boosts science too! AlphaFold 2's protein mapping revolutionizes biology, earning a 2024 Nobel share. Quantum leaps by Chinaโs Jiuzhang and NASAโs lunar plans hint at a tech-driven future beyond Earth. ๐งฌ๐
2/ Robotics are stepping out of labs into real life. Affordable bots from BracketBot and Nori Robotics bring smart helpers to homes and offices for under $3K, while industrial robots work 24/7 remotely. ๐ค๐
1/ The AI world is buzzing with open-source breakthroughs! Models like GLM-5.2 and Kimi K2.7 now rival top proprietary AIs, showing that collaboration fuels rapid innovation and access. ๐๐ค
FastAPI's router.frontend() now also supports router dependencies โจ
E.g. add cookie auth to a router, and a frontend at /admin.
Handle the cookie auth in FastAPI, and let the frontend do its client-side routing (e.g. TanStack Router with React).
In FastAPI 0.139.0 ๐