logo.png
  • HOME
  • Contents
  • Hub
  • Forum
  • Login

User login

Login/Register

Yahoo News Search



Google



  • Home
  • About Us
  • Contact
  • Documents
  • How To Contribute
  • Keywords
  • Services
    • Advertise
  • Partners
  • XML Feed (all)
  • Site Feed (all)
  • Tags Feeds
  • Atom
  • RDF For Piggy (Would like)

From the picture bank

kleeredandwhite.jpg

Who is Afraid of General Artificial Intelligence?

2010-03-04 Desk

Questions and answers with Ben GoertzelI was searching for answers to an old issue that bugged me for years: is there anything like 'chinese logic'. By chinese logic I refer to odd reasoning patterns, that do not seem to follow what in the west is called 'logical thinking'. Plenty of that in the real world. The question, after the laughs and the jokes, was more or less animately debated on various online discussion groups, and included notable scholars. Many answers, especially those from clever mathematicians, seemed to suggest that all logical systems are based on FOL (first order logic), and if it's not FOL, is not logical. Hm. Admittedly I am no logician, but having travelled far and wide, and lived in different countries I was under the impression that people in different parts of the world seem to reason somewhat differently, (not sure if FOL or not, and frankly I could not care less) and I wondered if so, why. One particular online search yielded a book entitled 'Chaotic Logic', by Ben Goertzel. Chapter six starts with a brief exposition of the Saphir Whorf theory, which explains (proves?) how 'language shapes categories', and reminds readers that also Lakoff addresses specifically that point. Section 6.1.2. (to my joy) is entitled Chinese and Western Modes of Thought, and it actually provides additional arguments in favour of a chinese logic hypothesis. This made me laugh (in a good way), and felt that maybe my suppositions about chinese logic were not that outrageous. My quest by now had drifted. Who is this researcher who does not think of AI narrowly like others I have come across before? Are there others like him? What school of thought do they belong to? It turns out that Goerzel in addition to being an AI researcher, a book writer, an entrepreneur and a family person, is also an aspiring immortal,A wikipedia entry says he is a member of the Order of the Cosmic Engineers. Aw.   I am rather open minded (being myself the founder of the Order of the Masters of the Universe, I am in no position to raise eyebrows).  It also looks like Goerzel is leading the AGI research effort, which stands for 'Artificial General Intelligence'. Something I had not heard of before. AGI is having their third annual conference in Lugano later this week. The conference was scheduled to have a keynote speech by Ray Solomonoff, pioneer of Machine Learning, founder of Algorithmic Probability Theory, father of the Universal Probability Distribution, creator of the Universal Theory of Inductive Inference, who sadly passed away last November. A memorial Solomonoff's lecture is scheduled, and I hope to be there.  I thought I should meet these legendary AGI folks, and before doing so it may be a good idea try to have a better understanding of what AGI is all about about, so I dig in. Ben kindly answered the following questions by email, edited for legibility. Can you provide some insights into the conference programme? AGI is a subset of the broad field of AI, focused on making systems that have the same sort of capability for learning, self-understanding and generalization that humans possess. Much of the work presented will be theoretical in nature. Significant progress is being made in joining together the abstract mathematical theory of intelligence with practical work being done building intelligent systems such as humanoid robots, and this theoretical unification should lay the groundwork for exciting future progress in the field. Regarding what may be transparently interesting to the layperson we will have a demonstration of some intelligent robots that learn from experience, from Juergen Schmidhuber's lab at IDSIA, some demonstration of machine learning software developed at Google, which is used inside some of their commercial applications to supply greater linguistic intelligence and some demonstration of intelligent virtual dogs in an online virtual world, which possess the ability to learn and communicate in simple language, and will be embodied in a children's game to launch in early 2011.  Can you summarise briefly how AGI differs from narrow AI? Is it research methods, paradigms, implementation, philosophy AI is a broad field encompassing many kinds of intelligent computer systems, but over time it has come to focus mainly on highly specialized, task-specific intelligent systems, i.e. "narrow AI". AGI is a subset of the broad field of AI, focused on making systems that have the same sort of capability for learning, self-understandingand generalization that humans possess. Examples of practical AGI systems would be:  - a robot that could go to preschool or college - an online question-answering system that could answer questions with real understanding - an artificial scientist that could come up with its own research ideas, do the research, and write a paper on it. Designing a robot that learns like a human be great, but surely sending it to school would only result in unnecessary fees? That does not sound very practical from where I stand.Of course a robot college student is not that useful, it's just an example of a criterion for AGI. If you could make a robot college student, you could also make a robot scientist that would do everything a real scientist does and better...  An online Q/A system that works would be helpful, like an intelligent knowledge base,right? I can see the use for that. "Ask Jeeves" didn't work -- current question-answering systems are very crude and display "understanding" only in very limited domains to which they were specially customized.... There are no computer programs that can carry out halfway intelligence conversations, not even in simple roles like librarian or customer support agent...   In terms of 'results' what can we say is an achievement?There are many tests for "human-level AGI" such as: - ability to pass a university class - ability to pass the third grade - the Turing Test (ability to fool judges that it's a human in a conversation) - ability to write publish a high-quality scientific paper based on its own ideas and work.  However, evaluating **interim progress** toward these grand goals is a difficult problem and a source of contention within the field, and is in fact the topic of the final workshop at the conference, the "AGI Roadmap" workshop.  What would be the best examples of AGI that we can look at now? Or is it still all work in progress? It's all work in progress. But the example demonstrations mentioned above are about as good as anything... What is the common denominator of AGI approaches, I mean why would the example you mention fall under AGI, what makes them so? The common denominator is the ability to transcend particular specialized domains, and transfer what is learned in one domain to help understand a different domain. To do this in an everyday human context turns out to be a subtle thing, and to require such phenomena as understanding of self and others<br><br>  In what way does AGI achieve the above, that AI did not?  Well, no one has yet achieved human-level or transhuman general intelligence in a machine. However, the **goal** of AGI research is different from the **goal** of most AI research. If your goal is to make a machine that can spot fraudulent credit card transactions, drive a car, or win at chess, then probably that is what you're going to create -- a machine that can do **just that** and nothing else.. The original founders of AI didn't know enough to draw a distinction between narrow-AI and AGI ... they thought that one could work toward AGI via narrow-AI.... They didn't understand that one could create a champion chess program that would operate in such a non-human-like matter and lack general intelligence... Many AI researchers **still** think that way -- they still think that by creating highly specialized systems solving particular problems intelligently, one can work toward human-level AGI. But most of us who classify ourselves as "AGI researchers" think differently: we think that to achieve human-like AGI, one is going to have to directly and concentratedly work toward that goal, rather than working toward specialized applications...   You still have not said much about 'how' general intelligence is achieved are there specific design features, for example, that would characterise an AGI system in terms of architecture, or something....  Different researchers have different theories of how to make an AGI ... Some look to neuroscience, some to psychology, some to comp sci and math for inspiration ... There is no consensus on what is the right path, this is a topic of the conference  How do you see the role of the web in relation to AGI? How do you think we can we make the web more intelligent? AGI and the Web, hmmm? Well, if you think about Tim Berners Lee's "Semantic Web" notion, you can see that it probably won't be realizable till something resembling human-level AGI has been created. The Semantic Web is based on the idea that every Web page will be marked up with structured meta-data describing the meaning of its contents: e.g. prices will be marked up as prices in appropriate currencies, opinions will be marked with their holders and their strengths, etc. If this markup were there, it would allow the Web tobe searched, organized and utilized in all sorts of new ways. But the reason the idea has not caught on, is that people who make Web pages don't want to be troubled to add all that markup data to the pages they write. What is needed is an automated (AI) system to read pages and add the semantic markup. But, Google and many other companies have tried to achieve this with narrow-AI natural language processing technology, and succeeded only to a very limited extent. Some sort of AGI with deeper understanding of the meaning of the text seems to be required. Of course, from the AGIs point of view, once it can read the text on the Web with understanding, it will go from being an ignorant baby mind to the most knowledgeable mind on the planet... AGI 2010, University of Lugano 5-8 March http://Novamente.net
 


Bookmark/Search this post with:
  • Delicious Delicious
  • Digg Digg
  • Reddit Reddit
  • Magnoliacom Magnoliacom
  • Newsvine Newsvine
  • Furl Furl
  • Google Google
  • Yahoo Yahoo
  • Technorati Technorati

Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><p><br>
  • Lines and paragraphs break automatically.
  • Images can be added to this post.

More information about formatting options

Captcha Image: you will need to recognize the text in it.
Please type in the letters/numbers that are shown in the image above.

BookMarks

  • Ecommerce Know-How: Setting SMART Goals; Measuring Success
  • "Web 3.0 is a stupid idea"
  • Stompernet's Leslie Rohde Debunks LSI
  • Weekly Resources #1: 5 Popular CSS Frameworks
  • Local Search – The New “Less Sexy” Internet Phenomenon
more
People browser Business Content Technologies Education Germany Technology Standards IBM Information Management Companies Content Management Development Internet XML Economy Advertising Media Microsoft Interwoven France Oracle Interwoven Marketing Knowledge Management metadata Enterprise Web EVER World Data Management
more tags

Give your story premium visibility!

Communicado deals


Latest

Who is Afraid of General Artificial Intelligence?
-
Semantic Content Syndication Needs User Testing
-
The Rise of the Semantic Enterprise
-
Vocabulary Mapping Framework: Major content metadata vocabularies to be mapped
-
Web 3.0 vs the Semantic Web
-
Content Management to Maximize Social Marketplace Revenues
-
Semantic Web, Getting It Right
-
DotNetNuke skins for your website with new book
-
More Ready-to-Use Applications to CMS
-
Access To Knowledge Initiative for Biblioteca Alexandrina
-

Keywords

- accelerate (33)
- access control (168)
- access digital (198)
- accessibility (63)
- accommodate (59)
- accountability (31)
- accounting (81)
- accumulated (14)
- accuracy (102)
- achieving (5)
- acquiring (230)
 - acquired (188)
- acquisitions (78)
- adaptation (6)
- additions (22)
- addressed (74)
- administrative effort (9)
- adoption (283)
- advanced technology (204)
- advertisements (4)
- advertisers (59)
- adverts (12)
- aggregate (10)
- aggregation (14)
- aggregators (10)
- alliances (10)
- Amsterdam (17)
- analytics (67)
- application developers (171)
- application development (233)
- application programming interfaces (16)
- application servers (89)
- application tools (177)
- architects (4)
- architecture (380)
- architectures (67)
- archiving (6)
- artificial intelligence (23)
- Asbru (1)
- ASP.net 2.0 (4)
- asset management (173)
- asset management software (92)
- assets (273)
- assets management (176)
- assumptions (6)
- auction (5)
- audience measurement (5)
- audio titles (4)
- authoring tool (46)
- automation (127)
- b2b (68)
- backbone (10)
- bacteria (4)
- bandwidth (26)
- bandwidth costs (4)
- bankrupt (6)
- bankruptcy (32)
- banks (17)
- belief (18)
- belonging (5)
- beneficial (26)
- benefit (312)
- benefited (4)
- best practices (55)
- billing system (36)
- biometric (5)
- biotech (10)
- biotech companies (4)
- biotechnology (71)
- blog (47)
- blueprint (4)
- bodies (14)
- bottlenecks (10)
- boundaries (36)
- broadband (195)
- broadband access (95)
- broadband service (92)
- broadband services (104)
- business applications (544)
- business benefit (136)
- business benefits (154)
- business case (109)
- business content (1043)
- business development (429)
- business functions (81)
- business goals (3)
- business information (700)
- business intelligence (124)
- business logic (49)
- business metrics (24)
- business model (216)
- business models (143)
- business need (419)
- business opportunities (147)
- business partners (292)
- business patterns (5)
- business periodicals (4)
- business process (372)
- business process management (286)
- business processes (317)
- business professionals (85)
- business solutions (577)
- business units (33)
- business user (312)
- business users (565)
- buzz (15)
- case studies (26)
- case study (40)
- catalog content (55)
- catalogs (42)
- catalogue content (31)
- catalogues (5)
- catalyst (4)
- categorization (120)
- categorization software (70)
- categorize (19)
- categorized (13)
- caution (5)
- cautious (4)
- cells (14)
- central repository (33)
- charity (10)
- checks (24)
- chemistry (4)
- chief executive (132)
- choices (50)
- circuit emulation (3)
- circumstances (28)
- classification technologies (4)
- clauses (5)
- climate (7)
- clinical trials (6)
- cloning (5)
- CMS (266)
- collaboration (367)
- collaborative content (107)
- competitive advantage (89)
- complexity (134)
- computer (232)
- computer systems (71)
- concentrate (9)
- confidence (28)
- conflict (39)
- confusion (9)
- consensus (5)
- conservative (4)
- consistency (7)
- consistent growth (3)
- consistently (4)
- consortium (6)
- constantly (7)
- constantly changing (4)
- constraints (39)
- consultancy (52)
- consulting firm (54)
- consumer service (85)
- consumers (259)
- consumption (52)
- content acquisition (160)
- content analysis (169)
- content authors (84)
- content creation (219)
- content creators (60)
- content delivery (350)
- content delivery service (127)
- content infrastructure (296)
- content integration (565)
- content management (1762)
- content management application (419)
- content management applications (519)
- content management capabilities (375)
- content management infrastructure (214)
- content management platform (406)
- content management services (595)
- content management software (839)
- content management solution (688)
- content management solutions (707)
- content management system (637)
- content management systems (548)
- content management tools (300)
- content migration (34)
- content offerings (131)
- content repository (177)
- content syndication (165)
- content technology (1091)
- contextual (13)
- continuously (10)
- contracts (22)
- controversy (5)
- convergence (81)
- conversion (92)
- cooperation (8)
- core business (147)
- core competencies (5)
- core issue (23)
- core team (39)
- corporate data (157)
- corporate knowledge (70)
- corporate marketing (100)
- corporations (137)
- correspondence (5)
- corruption (3)
- creating a website (25)
- creative assets (19)
- creative professionals (18)
- creators (64)
- credit card (11)
- criterion (14)
- critical business (219)
- current content (243)
- current market (196)
- customer behavior (4)
- customer care (26)
- customer loyalty (7)
- customer relationship management (93)
- customer satisfaction (5)
- customer service (253)
- customers need (290)
- customization (4)
- data access (330)
- data conversion (36)
- data equipment (5)
- data formats (98)
- data management (568)
- data mapping (5)
- data services (454)
- data sets (32)
- data sources (125)
- database management (210)
- databases (23)
- de facto (22)
- decision support (38)
- decisions (157)
- decoding software (4)
- definitions (42)
- definitive agreement (14)
- delegation (10)
- delivery network (101)
- delivery platform (116)
- delivery service (157)
- delivery solution (158)
- demand technology (166)
- deploy (272)
- deployments (74)
- desire (44)
- desktops (34)
- developer community (43)
- development environment (172)
- development infrastructure (119)
- development time (256)
- development tools (187)
- devolved (8)
- dictionary (20)
- digital asset (130)
- digital asset management (117)
- digital assets (99)
- digital delivery (100)
- digital music (61)
- digital publishing (88)
- digital rights management (83)
- digital video (111)
- digital watermark (7)
- direct access (55)
- direct marketing (35)
- disappoint (14)
- disaster recovery (17)
- discovery (154)
- dissemination (5)
- distribution networks (61)
- diversity (32)
- document management (355)
- document management systems (130)
- documentation rules (6)
- drug discovery (4)
- drugs (9)
- dynamic content (203)
- dynamic content management (154)
- earnings (59)
- earnings statements (9)
- easy access (114)
- ecommerce (165)
- economics (4)
- economy (185)
- ecosystem (7)
- editorial processes (15)
- editors (128)
- effective communication (37)
- efficiencies (60)
- electronic health (13)
- electronic publishing (53)
- element (10)
- elements (135)
- email (395)
- email marketing (82)
- Engineering Content Management (49)
- enterprise applications (470)
- enterprise content (830)
- enterprise content management (706)
- enterprise portal (168)
- enterprise portals (137)
- enterprise resource (58)
- enterprise resource planning (29)
- enterprise search (188)
- enterprise systems (375)
- entertainment services (3)
- entities (51)
- environments (187)
- ethics (20)
- evolution (14)
- execution (6)
- executive sales positions (6)
- existence (26)
- extensible (88)
- extranet (15)
- failure (56)
- file sharing (34)
- finance (87)
- financial institutions (45)
- financial management (214)
- financial services (253)
- financial transactions (38)
- firewall (5)
- firewalls (5)
- fixed wireless (30)
- flexibility (204)
- functionality (499)
- gaining traction (4)
- game (80)
- gatekeepers (5)
- gathers (3)
- general purpose (10)
- genes (11)
- genomics (6)
- global brand (47)
- global content (395)
- global economic (78)
- global network (149)
- global news (92)
- global provider (203)
- global reach (68)
- global technology (321)
- globalization (7)
- glossary (4)
- government agencies (63)
- government departments (5)
- government websites (30)
- graphical user interface (5)
- gross revenue (17)
- hackers (39)
- handheld devices (4)
- harnesses (2)
- headlines (82)
- health care (37)
- health sciences (15)
- help companies (236)
- heterogeneous (6)
- hierarchical (5)
- hierarchy (8)
- high speed (58)
- home networking (32)
- hospitals (22)
- hotspot (5)
- human genome (9)
- human rights (31)
- hurdles (6)
- hype (53)
- IETM (2)
- imagery (6)
- images (208)
- imperative (7)
- implementation costs (66)
- implementation issues (30)
- implicit structure (4)
- improvements (100)
- inbound (5)
- incentive (6)
- inclusion (14)
- incremental (10)
- incumbent (17)
- incumbent operators (6)
- incumbents (21)
- independent software vendors (21)
- independently (11)
- indexes (6)
- individually (16)
- industry news (127)
- inevitable (32)
- inevitably (19)
- information assets (106)
- information exchange (127)
- information portal (185)
- information retrieval (95)
- information technology (726)
- informational (15)
- infrastructure (518)
- infrastructure software (239)
- infrastructures (62)
- initial customers (35)
- initial presentation (6)
- initial release (17)
- initially (86)
- initiative (147)
- innovation (114)
- innovations (37)
- insiders (6)
- insight (9)
- insights (23)
- intangible (5)
- integrating digital (39)
- integration costs (128)
- integration platform (233)
- integration software (419)
- integrations (27)
- integrator (65)
- integrity (65)
- intellectual capital (24)
- intellectual property (82)
- intelligence (215)
- intelligent content management (58)
- intention (22)
- interactive electronic technical manual (1)
- interactive intelligent content (9)
- interactivity (7)
- interchange (4)
- international marketing consulting (15)
- international markets (71)
- internet (920)
- interoperability (31)
- intranet (180)
- intranets (100)
- intrusion (11)
- intrusion detection (6)
- intuitive interface (56)
- intuitive user (47)
- invaluable (8)
- investments (166)
- investors (117)
- invitation (11)
- irrelevant (20)
- issuance (3)
- java (188)
- joint venture (10)
- journalism (30)
- journalism business (13)
- journals (7)
- key business (334)
- key industry (235)
- knowledge base (61)
- knowledge management (246)
- knowledge workers (37)
- landmark (4)
- landscape (59)
- languages (21)
- laptops (4)
- large corporations (44)
- large enterprises (95)
- lasers (5)
- last mile (4)
- launch (294)
- leading publishers (50)
- leading technology (349)
- leading the way (104)
- life science (38)
- life sciences (45)
- lifecycle (132)
- line of business (126)
- local loop (4)
- logic (85)
- look forward (53)
- love (49)
- loyalty (10)
- lucrative markets (16)
- machine intelligence (5)
- mainframe (10)
- mainstream (76)
- maintain control (53)
- malware (23)
- management application (500)
- management applications (649)
- management capabilities (442)
- management consulting (116)
- management environment (278)
- management functionality (336)
- management infrastructure (268)
- management market (677)
- management platform (460)
- management product (602)
- management requirements (255)
- management solutions (827)
- management technology (940)
- management tools (364)
- management vendors (261)
- mandatory (3)
- manipulation (44)
- map (55)
- maps (4)
- margins (44)
- market demands (41)
- market leaders (79)
- market opportunity (187)
- market participants (6)
- market research (495)
- market research firm (110)
- market saturation (5)
- market share (232)
- marketers (6)
- marketing (652)
- marketing programs (30)
- marketplace (162)
- markup (6)
- massive amounts (20)
- massive volumes (12)
- match (89)
- matter experts (16)
- maturity (32)
- maximum value (14)
- media publishing (118)
- member countries (28)
- menus (21)
- merger (10)
- mergers (6)
- mergers and acquisitions (4)
- meta (6)
- metabolism (5)
- metadata (199)
- methodology (42)
- metrics (47)
- middleware (5)
- migration (80)
- milestone (6)
- Millennium Villages (1)
- mobile commerce (27)
- mobile content (210)
- mobile data (141)
- mobile devices (129)
- mobile network operators (83)
- mobile operators (146)
- mobile phone (110)
- mobile phones (95)
- mobile services (228)
- mobile workers (22)
- models (250)
- momentum (12)
- monetize (9)
- money (251)
- money to be made (47)
- motives (7)
- movers (4)
- moving away (23)
- multidimensional data (4)
- multilingual (90)
- multilingual content (73)
- multilingual solution (30)
- multilingual support (40)
- multimedia content (144)
- multipoint control units (4)
- music (149)
- music services (67)
- natural fit (12)
- natural language search (27)
- necessarily (42)
- net income (8)
- network infrastructure (136)
- network operators (116)
- networking (105)
- new business (904)
- new data (616)
- new economy (105)
- new generation (176)
- new product (576)
- new release (287)
- new research (487)
- new technology (966)
- new viruses (4)
- news content (329)
- news service (141)
- news site (106)
- news sites (88)
- news stories (44)
- newspapers (85)
- next generation (139)
- next wave (19)
- niche (70)
- no doubt (29)
- notebook (23)
- notion (30)
- novel (48)
- obstacles (7)
- oferta (5)
- offline content (4)
- one of the few (205)
- online auction (5)
- open architecture (102)
- open source (194)
- open source world (47)
- open standards (119)
- operating systems (93)
- optimistic (29)
- optimize (13)
- organised (33)
- outgoing emails (4)
- outsource (4)
- outsourced (8)
- outstanding shares (36)
- OWL (5)
- pace (11)
- parents (18)
- parliament (4)
- partnership (324)
- partnerships (126)
- passwords (4)
- patent (81)
- patented technology (51)
- patents (16)
- penetration (102)
- perception (11)
- periodical (8)
- periods (32)
- personalization (86)
- perspective (75)
- pertinent (11)
- pharmaceutical (24)
- pharmaceuticals (9)
- phishing (3)
- phrase (6)
- phrases (29)
- pilot (39)
- pioneer (44)
- pioneers (3)
- pipeline (28)
- piracy (5)
- plants (11)
- platforms (241)
- plugin (1)
- poets (5)
- poll (4)
- polling stations (4)
- pollution (10)
- portal integration (125)
- portal platform (106)
- portal solution (137)
- portal solutions (124)
- portals (292)
- poses (5)
- possibilities (36)
- precisely (11)
- preclinical (4)
- predictable (4)
- presence (213)
- price erosion (4)
- pricing model (6)
- priorities (11)
- prioritize (10)
- priority (67)
- private capital (33)
- pro forma (5)
- procedural (5)
- procurement (5)
- product integration (264)
- product line (88)
- product strategy (98)
- productivity (242)
- productivity gains (17)
- profiles (67)
- profitability (82)
- program manager (66)
- progressive (7)
- project management (190)
- proliferation (50)
- promises (61)
- proof of concept (12)
- proponents (5)
- proportion (39)
- proportional (3)
- proposals (5)
- proprietary (221)
- proprietary technology (126)
- prospects (59)
- protein (5)
- proteins (6)
- protocol (14)
- protocols (11)
- provide tools (188)
- provision (10)
- public access (110)
- public sector (83)
- publishers (230)
- puts (9)
- queries (66)
- rapid growth (47)
- rapid return (15)
- rationale (15)
- RDF (20)
- real estate (20)
- real time (175)
- realised (7)
- rebound (5)
- receivership (5)
- recent research (152)
- recognise (9)
- records management (108)
- recruitment (4)
- redlining (3)
- redundancy (8)
- reflection (4)
- regard (7)
- regimes (4)
- regional newspapers (5)
- regulatory compliance (56)
- relational database (49)
- relationship (250)
- relationship management (154)
- relationships (226)
- relevance (10)
- reliability (73)
- reliance (6)
- reliant (4)
- reluctance (5)
- repeatedly (19)
- replication (10)
- repository (210)
- representations (4)
- research analyst (258)
- research and development (217)
- research director (140)
- research firm (134)
- researcher (39)
- researching (3)
- resell (8)
- reseller agreement (24)
- resellers (4)
- resolve (4)
- respect to (53)
- restructure (7)
- restructuring (10)
- retail customer (4)
- retaliation (3)
- rethink (23)
- retrieve information (56)
- retrofit (4)
- return on investment (101)
- reveal (39)
- revenue growth (159)
- revenue opportunities (77)
- revenue share (108)
- revenue source (41)
- revenue stream (21)
- revenue streams (10)
- revolution (36)
- rich applications (101)
- rich media (100)
- rich media content (89)
- risk management (107)
- robust content (119)
- rollout (9)
- royalties (5)
- safeguard (9)
- sales and marketing (173)
- sales efforts (33)
- sand castles (4)
- satellite (11)
- satisfaction (5)
- saturation (5)
- scalability (21)
- scalable (143)
- scenarios (6)
- schema (78)
- schemas (41)
- science (107)
- Science of Getting Rich (1)
- scientists (92)
- score (26)
- scripting (9)
- seamless integration (5)
- search capability (44)
- search engine (110)
- search software (235)
- search technology (243)
- searchable database (5)
- second half (48)
- sectors (107)
- segment (143)
- segmentation (4)
- semantic (79)
- semantic technologies (23)
- senior analyst (121)
- senior research (111)
- senior technology (149)
- senior vice president (121)
- separately (7)
- server market (134)
- service offerings (78)
- service revenue (189)
- shape (40)
- share information (157)
- share price (60)
- shareholders (4)
- shoppers (6)
- short term goal (9)
- showcase (20)
- signals (8)
- significant impact (54)
- significantly (176)
- signs (92)
- silverstripe (1)
- simplicity (3)
- simplistic (11)
- simultaneously (14)
- single point (69)
- single solution (169)
- single source (68)
- single unit (4)
- site builder (4)
- six months (57)
- six percent (25)
- smart (87)
- software applications (512)
- software developers (225)
- software houses (7)
- software platform (326)
- software vendors (234)
- sooner (4)
- sophisticated content (4)
- sorts (26)
- source code (66)
- source of information (165)
- spaces (11)
- spam (27)
- specifically (129)
- spectrum (16)
- speech (63)
- speech technology (30)
- spokesperson (7)
- sponsorship (4)
- spy (15)
- stable (51)
- staging (4)
- stake (39)
- stock (148)
- stock quotes (22)
- storage (28)
- storefront (4)
- strategic alliance (45)
- strategic partnership (63)
- strategic partnerships (30)
- strategic technology (162)
- streaming media (96)
- streamline (94)
- style site (34)
- submission (31)
- subscriber growth (32)
- subscriptions (68)
- subsidiary (29)
- substantial business (4)
- substantially (8)
- success rate (5)
- suicide (14)
- supercomputer (2)
- supply chain (75)
- surprise (22)
- sweet spot (12)
- synchronized (4)
- syndicate (60)
- syndicated content (41)
- syndication (204)
- syndication services (77)
- synergy (18)
- system integration (258)
- systems integrator (36)
- tailor (4)
- take advantage (123)
- tap (32)
- target (278)
- target address (25)
- target market (107)
- targets (105)
- taxonomies (10)
- taxonomy (124)
- taxonomy software (69)
- team collaboration (44)
- technology alliance (92)
- technology allows (309)
- technology companies (597)
- technology deal (100)
- technology integration (367)
- technology platform (355)
- technology provider (409)
- technology research (367)
- technology solutions (592)
- telecom (5)
- telecommunication (8)
- telecommunications (110)
- telecommunications carriers (4)
- telecommunications services (68)
- telecoms (11)
- telephony (15)
- telephony markets (4)
- template management (5)
- templates (12)
- tender offer (4)
- tenfold (5)
- tension (4)
- terrorist (31)
- text search (82)
- The Secret (17)
- third parties (33)
- three elements (22)
- three months (69)
- ticking (5)
- tight integration (32)
- time and money (115)
- time consuming (6)
- time it takes (66)
- time spent (48)
- time to market (397)
- traffic (172)
- train (48)
- transformation (94)
- transformations (4)
- transforms (8)
- transition (7)
- translation (57)
- translation technology (32)
- travel editions (3)
- trillion (10)
- turnover (33)
- twelve months (30)
- ubiquitous (6)
- uncertainty (8)
- unique visitors (28)
- unit shipments (6)
- unnecessarily (4)
- unprecedented (72)
- unprecedented performance (12)
- unprecedented search (18)
- unsolicited attachments (4)
- unstructured data (12)
- unveiled (12)
- ups (3)
- usability (101)
- user experience (114)
- user interface (216)
- user interfaces (67)
- user profiles (26)
- users experience (159)
- value chain (77)
- value proposition (48)
- variants (26)
- venture capital (56)
- versatility (12)
- vertical markets (55)
- verticals (7)
- vetted (4)
- viability (39)
- vice president (414)
- video content (194)
- video services (124)
- virtual (133)
- virus (67)
- virus protection (4)
- viruses (5)
- visibility (62)
- visualization technology (21)
- vocabularies (5)
- voice services (107)
- voice telephony (6)
- voice transport (12)
- volatility (6)
- vulnerability (4)
- wastes (4)
- watermark (4)
- wavelength (6)
- weapons (31)
- weather (14)
- Web 2.0 (137)
- web applications (494)
- web based (378)
- web browsers (5)
- Web CMS (166)
- web content (1136)
- web content management (847)
- web content management system (360)
- web location (4)
- web managers (78)
- web pages (224)
- web portal (191)
- web server (281)
- web users (610)
- weblog (31)
- willingness (14)
- wired style (3)
- wireless data (114)
- wireless data services (79)
- wireless industry (105)
- wireless multimedia (39)
- wireless services (160)
- wireless solutions (86)
- wireless technologies (92)
- wisdom (15)
- witness (7)
- wizard (4)
- word processing (45)
- workflow (324)
- workflows (5)
- workforce (10)
- worldwide market (182)
- worm (4)
- worry (25)
- XML content management (289)
Copyright |Privacy| Disclaimer