Lazymastodon: I've been using the new Apple Intelligence proofreading tools a bit more lately, but I wish there was a way to see a diff of what it suggests vs. what it was. Is there a tool to do this already?
@ccgus doesn’t look like there is. I copy paste into BBEdit and use the diff tool. Not ideal and slower than it should be but works
@ccgus That’s what iA Writer by @ia does and I use it frequently. Read more here: https://ia.net/topics/turning-the-tables-on-ai
Turning the Tables on AI

AI is sold to make us think less... How about using AI not to think less but *more*?

iA
@mostafah @ia I was hoping to not have to switch to another tool, and rather it be built in somehow, but maybe this is the way.
@ccgus I agree. I wish something like this was built-in with other AI editing tools as well. But I’m already using iA Writer all the time, so it’s convenient for me.
@ccgus Undo/redo really fast? 😅
@bwebster This is what I'm currently doing!
@ccgus Depending on the details of the text view you are in, you can get an edit-by-edit breakdown. Try it in TextEdit, for instance.
@jasonmedeiros Whoa! This is what I'm looking for! I wonder why all NSTextViews aren't doing this?
@ccgus @jasonmedeiros most NSTextViews will do this when using TextKit2. If you call NSLayoutManager APIs it’ll fallback to TextKit1.