Neither of those are particularly compelling IMO.
The first is a digital information gatherer that is explicitly not playing the role of a therapist (likely for the reasons I mentioned above around risk/cost of failure, difficulty in evaluating what constitutes 'good advice', and probably legal barriers). There is a world of difference between a chatbot that does information retrieval and an autonomous agent that provides therapy.
The second is also vastly different from the "summarize legislation and detect 'nefarious' clauses" scenario in the article. They are identifying errors in standard NDAs, which is a (comparatively) well-defined, straightforward supervised learning task where the data has a pretty consistent shape unlike congressional legislation and what 'nefarious' means. (I have to make some assumptions here since as far as I can tell there isn't a technical paper on the work).
These sound similar to the tasks in the article, but once you get into the details of implementing and deploying them, I don't think they're very similar. You would still need to solve the problems that have plagued self-driving cars for years: high cost of failure, unpredictable failure modes, a long-tail distribution of data that prevents realistic-to-collect data sets from generalizing well enough, almost no progress in AI for autonomous agents (RL is promising, but it hasn't really made it out of the lab yet AFAICT).