The two most time-saving uses of #AI I am finding in my work are not in the obvious use case of asking AI about my math problems, but rather either in creating computer code for various scientific computations, or in mundane data formatting tasks. A case in point is that of putting together a bibliography for a paper (with or without BibTeX). Often, I need to grab a dozen or so references from other sources (e.g., PDF documents) and format them to a specific bibliography style. This is not difficult, but is certainly tedious. With Github Copilot, it has become quite trivial; I paste in the raw reference in some random format as a comment, and Copilot usually understands without any additional prompting that I want to convert it to precisely the same format that all other references are in, usually correcting for any typos and other misprints in the original comment This is far faster than any previous method of collecting references that I have used. (And I have started taking joint papers in Overleaf offline to edit, solely to take advantage of these sort of autocompletions.)