A voluntary advertisement for Microsoft Agent

A voluntary advertisement for Microsoft Agent

I knew Microsoft Agent recently when I was messing around surfing platform SDK documentation for some funny windows features to make use of. The minute I set eyes on the title “Microsoft Agent” I thought it would be a framework for developing network application. Then, when I knew I was wrong, also I knew I’ve found some technology cool enough for me to have an in-depth sight.

clip_image001[6]

Anybody who had used Microsoft Word 97 wouldn’t feel strange about the picture above. This picture shows one of the very few examples of Microsoft Agent usage – who else is using this in their application? From a programmer’s perspective of view, this darling paperclip shows a great potential in improving the way application interact with users. Today’s software usually has much more functionality than the ones users need. The button a beginner user wants to click is always hiding in a huge set of advanced features, complex options and other thing provided by over-warm-hearted software developers, so to help users get started become a big challenge for software developers. This paperclip above is a perfect example to guide the user to learn the features on writing letters. Guessing the user may be writing a letter, the paperclip think the best opportunity to exhibit their “Letter assistant” feature has come!

clip_image003[7]

However, Microsoft didn’t make good use of there cool idea. The stupid paperclip gives no usable tip on using Microsoft Word. Microsoft has an “Office Usability Improvement Program”, maybe from the feedbacks they collect through this program they found that the first thing a user do after he starts Microsoft Word is to turn off this annoying paperclip. So in Office XP released in 2001, they removed it, and about why they did that they made up a fairly reasonable reason.

http://www.microsoft.com/presspass/features/2001/apr01/04-11clippy.mspx

Then yes, in Microsoft Office, Microsoft Agent is completely a failure. But does that mean Microsoft Agent itself is a technology of no advantage? The reason why the use of Microsoft Agent in Microsoft Office is a failure is that Microsoft, inventor of Microsoft Agent, is a good introducer of the new way to interact, but not a good practicer. Microsoft did nothing further but just put the search box and search results in a balloon window, but that’s nothing new.

image

In this article I won’t spend time to discuss why the evolution Microsoft thought they included in their Office is in fact not. Nor will I say how it can be improved. Despite its failure in Microsoft Office, Microsoft Agent is a technology innovative and with big potentiality. The aim of Microsoft Agent is to help developers develop conversation based interactions. All robots in science fiction films are best examples of conversation based interactions. The “terminator” is one of the most famous robots in movies. This man may have a fan in Microsoft staffs and as a result made Microsoft to simulate him on Microsoft Windows.

clip_image006[6]

An overview of the technology

So to achieve this on desktop, in Microsoft Agent, they provide mainly three components:

1. A set of animated characters, to act as the more natural user interface.

clip_image007[6]

Because Microsoft doesn’t want to terminate Windows, the characters they provide are no killers like “Terminator”. They are nice, darling, and always with a smile.

2. A TTS (Text to Speech) engine, to replace the traditional text output to sound output, like we talk with each other every day.

This feature has exceeded the technology which is supposed to show up in late 2080. We know “terminator” can just speak a dull voice with an unchangeable tune. Microsoft Agent utilize quite advanced linguistic technologies.

1. Questions are not spoken like remarks. (That’s what the cool “terminator” does.).

2. You can specify which word to emphasis, for example:

“Please /Emp/ pay first!”

This feature is quite useful if the restaurant using your application has a customer who forgets to pay his bill often.

3. A voice command recognition engine, to replace traditional mouse and keyboard user input.

This feature seems need improvement if Microsoft wants to beat the “terminator”. The speech recognition engine can just pick out which command you are most likely to execute. However, this functionality is sufficient with most cases.

clip_image008[6]

A typical usage

Well, for example, when some one is ordering a dish online. He would feel quite fresh about the boy greeting him.

clip_image010[6]

Then you said with your micro phone.

clip_image011[6]

Now you finished your order.

clip_image012[6]

A pleasant experience, isn’t it?

Conclusion

Although never been popular since its first release from Microsoft – even its pre-existence, Microsoft Bob came out to be a failure; Microsoft Agent is an evolution in the history of user interaction development. The issue is the people who use it, not the technology itself. Just build your next project on Microsoft Agent to give your customer the best experience they’ll ever have!

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Go语言(也称为Golang)是由Google开发的一种静态强类型、编译型的编程语言。它旨在成为一门简单、高效、安全和并发的编程语言,特别适用于构建高性能的服务器和分布式系统。以下是Go语言的一些主要特点和优势: 简洁性:Go语言的语法简单直观,易于学习和使用。它避免了复杂的语法特性,如继承、重载等,转而采用组合和接口来实现代码的复用和扩展。 高性能:Go语言具有出色的性能,可以媲美C和C++。它使用静态类型系统和编译型语言的优势,能够生成高效的机器码。 并发性:Go语言内置了对并发的支持,通过轻量级的goroutine和channel机制,可以轻松实现并发编程。这使得Go语言在构建高性能的服务器和分布式系统时具有天然的优势。 安全性:Go语言具有强大的类型系统和内存管理机制,能够减少运行时错误和内存泄漏等问题。它还支持编译时检查,可以在编译阶段就发现潜在的问题。 标准库:Go语言的标准库非常丰富,包含了大量的实用功能和工具,如网络编程、文件操作、加密解密等。这使得开发者可以更加专注于业务逻辑的实现,而无需花费太多时间在底层功能的实现上。 跨平台:Go语言支持多种操作系统和平台,包括Windows、Linux、macOS等。它使用统一的构建系统(如Go Modules),可以轻松地跨平台编译和运行代码。 开源和社区支持:Go语言是开源的,具有庞大的社区支持和丰富的资源。开发者可以通过社区获取帮助、分享经验和学习资料。 总之,Go语言是一种简单、高效、安全、并发的编程语言,特别适用于构建高性能的服务器和分布式系统。如果你正在寻找一种易于学习和使用的编程语言,并且需要处理大量的并发请求和数据,那么Go语言可能是一个不错的选择。
Go语言(也称为Golang)是由Google开发的一种静态强类型、编译型的编程语言。它旨在成为一门简单、高效、安全和并发的编程语言,特别适用于构建高性能的服务器和分布式系统。以下是Go语言的一些主要特点和优势: 简洁性:Go语言的语法简单直观,易于学习和使用。它避免了复杂的语法特性,如继承、重载等,转而采用组合和接口来实现代码的复用和扩展。 高性能:Go语言具有出色的性能,可以媲美C和C++。它使用静态类型系统和编译型语言的优势,能够生成高效的机器码。 并发性:Go语言内置了对并发的支持,通过轻量级的goroutine和channel机制,可以轻松实现并发编程。这使得Go语言在构建高性能的服务器和分布式系统时具有天然的优势。 安全性:Go语言具有强大的类型系统和内存管理机制,能够减少运行时错误和内存泄漏等问题。它还支持编译时检查,可以在编译阶段就发现潜在的问题。 标准库:Go语言的标准库非常丰富,包含了大量的实用功能和工具,如网络编程、文件操作、加密解密等。这使得开发者可以更加专注于业务逻辑的实现,而无需花费太多时间在底层功能的实现上。 跨平台:Go语言支持多种操作系统和平台,包括Windows、Linux、macOS等。它使用统一的构建系统(如Go Modules),可以轻松地跨平台编译和运行代码。 开源和社区支持:Go语言是开源的,具有庞大的社区支持和丰富的资源。开发者可以通过社区获取帮助、分享经验和学习资料。 总之,Go语言是一种简单、高效、安全、并发的编程语言,特别适用于构建高性能的服务器和分布式系统。如果你正在寻找一种易于学习和使用的编程语言,并且需要处理大量的并发请求和数据,那么Go语言可能是一个不错的选择。
Go语言(也称为Golang)是由Google开发的一种静态强类型、编译型的编程语言。它旨在成为一门简单、高效、安全和并发的编程语言,特别适用于构建高性能的服务器和分布式系统。以下是Go语言的一些主要特点和优势: 简洁性:Go语言的语法简单直观,易于学习和使用。它避免了复杂的语法特性,如继承、重载等,转而采用组合和接口来实现代码的复用和扩展。 高性能:Go语言具有出色的性能,可以媲美C和C++。它使用静态类型系统和编译型语言的优势,能够生成高效的机器码。 并发性:Go语言内置了对并发的支持,通过轻量级的goroutine和channel机制,可以轻松实现并发编程。这使得Go语言在构建高性能的服务器和分布式系统时具有天然的优势。 安全性:Go语言具有强大的类型系统和内存管理机制,能够减少运行时错误和内存泄漏等问题。它还支持编译时检查,可以在编译阶段就发现潜在的问题。 标准库:Go语言的标准库非常丰富,包含了大量的实用功能和工具,如网络编程、文件操作、加密解密等。这使得开发者可以更加专注于业务逻辑的实现,而无需花费太多时间在底层功能的实现上。 跨平台:Go语言支持多种操作系统和平台,包括Windows、Linux、macOS等。它使用统一的构建系统(如Go Modules),可以轻松地跨平台编译和运行代码。 开源和社区支持:Go语言是开源的,具有庞大的社区支持和丰富的资源。开发者可以通过社区获取帮助、分享经验和学习资料。 总之,Go语言是一种简单、高效、安全、并发的编程语言,特别适用于构建高性能的服务器和分布式系统。如果你正在寻找一种易于学习和使用的编程语言,并且需要处理大量的并发请求和数据,那么Go语言可能是一个不错的选择。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值