Skip to main content

From Chat bots to Chat co writers




As machine learning technology rapidly improves in it's ability to explore the world visually, linguistically and sonically much like we do we will move from the current era of leveraging low context interpretation of our words to get things we want done completed to having full on conversations with our AI.

As it regards communication ...when we engage in social media with other humans we will have the aid of our AI providing guidance in real time...telling us what we've typed is not true or providing suggestions for new information based on searches of the web for context relevant information.

Imagine having a chat conversation or a forum conversation and having your AI indicate that you got a fact wrong and that you should correct it ...imagine it finding the flaws in the statements of those you are communicating with...allowing you to correct them.

The need to disengage the conversation in order to go research the minutia of the content will go away as our guide AI does that for us in real time. Human to Human conversations will really end up being Human + AI to Human + AI conversation.

It will be interesting to see how this helps our intelligence....more and more we will be passive consumers of new information...freed of even the small labor of actively searching for it...as by watching us our AI will be able to understand the context and provide relevant information or correction...a disembodied AI super assistant.

I think we are at least a decade away from assistants that do this well enough to start seeing people using them for now the chat bots in message applications are just the beginning of what is to come.

Comments

Popular posts from this blog

the attributes of web 3.0...

As the US economy continues to suffer the doldrums of stagnant investment in many industries, belt tightening budgets in many of the largest cities and continuous rounds of lay offs at some of the oldest of corporations, it is little comfort to those suffering through economic problems that what is happening now, has happened before. True, the severity of the downturn might have been different but the common factors of people and businesses being forced to do more with less is the theme of the times. Like environmental shocks to an ecosystem, stresses to the economic system lead to people hunkering down to last the storm, but it is instructive to realize that during the storm, all that idle time in the shelter affords people the ability to solve previous or existing problems. Likewise, economic downturns enable enterprising individuals and corporations the ability to make bold decisions with regard to marketing , sales or product focus that can lead to incredible gains as the economic ...

Engineers versus Programmers

I have found as more non formally trained people enter the coding space, the quality of code that results varies in an interesting way. The formalities of learning to code in a structured course at University involve often strong focus on "correctness" and efficiency in the form of big O representations for the algorithms created. Much less focus tends to be placed on what I'll call practical programming, which is the type of code that engineers (note I didn't use "programmers" on purpose) must learn to write. Programmers are what Universities create, students that can take a defined development environment and within in write an algorithm for computing some sequence or traversing a tree or encoding and decoding a string. Efficiency and invariant rules are guiding development missions. Execution time for creating the solution is often a week or more depending on the professor and their style of teaching code and giving out problems. This type of coding is d...

AgilEntity Architecture: Action Oriented Workflow

Permissions, fine grained versus management headache The usual method for determining which users can perform a given function on a given object in a managed system, employs providing those Users with specific access rights via the use of permissions. Often these permissions are also able to be granted to collections called Groups, to which Users are added. The combination of Permissions and Groups provides the ability to provide as atomic a dissemination of rights across the User space as possible. However, this granularity comes at the price of reduced efficiency for managing the created permissions and more importantly the Groups that collect Users designated to perform sets of actions. Essentially the Groups serve as access control lists in many systems, which for the variable and often changing environment of business applications means a need to constantly update the ACL’s (groups) in order to add or remove individuals based on their ability to perform cert...