Earlier quoted context omitted.
Do you feel an improvement in speed? My 32GB RAM M5 MBP is slow as molasses in Tahoe. My M1 MBA feels much faster (I haven't updated yet).
Do you use a lot of electron apps or a Chromium-based browser? Ever since Liquid Glass, I've had to run this script at each boot: #!/bin/bash launchctl setenv CHROME_HEADLESS 1 defaults write -g NSAutoFillHeuristicControllerEnabled -bool false It removes the drop-shadow from Chrome and removes an autofill context.
#!/bin/bash launchctl setenv CHROME_HEADLESS 1
defaults write -g NSAutoFillHeuristicControllerEnabled -bool false