Hello HN!<p>We're currently working on a work automation platform. We have a few capabilities that we're building to help you do your work better. For guidance it would be super helpful to hear directly from the HN crowd :)<p>Please do comment below about one thing you'd like to see automated. Would super awesome if you could complete this quick 1-min survey: https://bit.ly/2MjN6fd<p>Many thanks!
It's not fully automate, but I frequently find myself having to do a lot of one off shell tasks, which are not quite worth the effort of writing a bash script. While some command is running I would like to start enqueing the next command.<p>Technically I could write one command like this and go get a coffee:<p>cd dir1 && task1 && cd ../dir2 && task2 some arg && etc<p>But then the task would only start executing when I'm done typing all commands... I want it to start task1 right away and then tkae my time to enter the rest...
We have many software programs that need to be run in sequence to transform a set of data from one form (on the order of tens to hundreds of GB) into a bunch of different output file formats. At some points the tools need to be run linearly, and at other points there are a few tools that need to be run in a branched fashion and then their outputs are combined in some complicated way using the next tool. Some of these tools take on the order of up to days to run, so an improper configuration due to human error loses time (pretty common given the complexity of work). Often the time lost is on the order of days.<p>These tools need to be configured in certain ways depending on the business needs.<p>Having a nice way to look at the dataflow as a whole, configure these tools on a global level within some framework, and be able to nicely distribute the work on our internal server farm would be worth a good bit of money to the company.
Figure out all the things I need to read and summarise it for me... tab switching, reading, skimming take up a lot of my time<p>Many channels on slack + email threads + conversations on DMs
heres a potentially easy one: create a tool that behaves exactly like outlook rules to the user but can be applied to gmail<p>I spend too much time looking at email and can’t seem to get the hang of the gmail labels system
Does code review and keeping up with code reviews count? I find that I can review PRs from multiple teams in a day and keeping up with them all of them is a lot of effort<p>If there was a bot that kept up with my work and just summarised all the progress since my reviews ... that would really be super useful and I’d likely do more reviews
Repeated tasks, low structure but high effort:<p>- Finding files that are relevant to my work<p>- Meetings / stand ups<p>- Creating status reports and communicating progress with work<p>I often find that tasks I do repeatedly is often not automatable due to high contextual information that is required to do so
you will find numerous examples of what can be automated on this thread <a href="https://old.reddit.com/r/AskReddit/comments/ebp6ak/there_is_a_well_known_saying_that_goes_always/" rel="nofollow">https://old.reddit.com/r/AskReddit/comments/ebp6ak/there_is_...</a>