Tech News : Amazon Launches AI App-Building Platform

Amazon has announced the launch of ‘Amazon Bedrock,’ a new service which it says is the easiest way for customers to build and scale generative AI-based applications using foundation models (FMs).

What Is A Foundation Model (FM)? 

A foundation model is an “ultra-large” machine learning model that generative AI uses. FMs, which are machine learning (ML) models, are pre-trained on vast amounts of data and power generative AI. The term generative AI refers to a type of AI that can create new content and ideas, including conversations, stories, images, videos, and music. ChatGTP, for example, is currently the most well-known generative AI chatbot.

Bedrock 

Bedrock is essentially an AI app-building toolkit that’s available to Amazon Web Services (AWS) customers. AWS is the biggest cloud provider in the world and with Bedrock, customers can choose from a range of FMs such as AI21’s Jurassic-2, Anthropic’s Claude, Stability AI’s Stable Diffusion, and Amazon Titan. Using Bedrock (accessible via an API), AWS customers can customise and fine tune a model to perform a specific task without having to annotate large volumes of data.

Easily Find And Customise The Right Model For Your Own Purposes 

Amazon says that with Bedrock’s serverless experience, customers can “easily find the right model for what they’re trying to get done, get started quickly, privately customise FMs with their own data, and easily integrate and deploy them into their applications using the AWS tools and capabilities they are familiar with (including integrations with Amazon SageMaker ML features like Experiments to test different models and Pipelines to manage their FMs at scale) without having to manage any infrastructure.” 

Example 

One example (from AWS) of how customers could use Bedrock is a content marketing manager working for a fashion retailer, needing to develop fresh, targeted ad and campaign copy for an upcoming new line of handbags. AWS says the marketing manager could provide Bedrock a few labelled examples of their best performing taglines from past campaigns, plus the associated product descriptions, then Bedrock could automatically start generating effective social media, display ad, and web copy for the new handbags. However, Amazon is quick to point out that Bedrock would also not include any of the customer’s data to train the underlying models, and with all data being encrypted and not actually leaving a customer’s Virtual Private Cloud (VPC), AWS says customers can trust that their data will remain private and confidential.

The Advantages of Bedrock 

The advantages of Bedrock are:

– It’s relatively straightforward and easy to use and customers can take the base FM and build differentiated apps using their own data (a little data or a lot) just by using a few prompts.

– Customers can access high-performing FMs that give good results and are best-suited for their purposes.

– Bedrock enables a seamless move into applications, without having to manage huge clusters of infrastructure or incur large costs.

– Bedrock allows customisation but keeps the customer’s data secure, and private.

– It’s a scalable and reliable service that uses AWS managed service (the biggest cloud service).

– Bedrock makes the power of FMs accessible to companies of all sizes, thereby allowing them to accelerate the use of ML and get the value from ML across their organisations and make it easy to build their own generative AI applications. Amazon says it thinks “Bedrock will be a massive step forward in democratising FMs.” 

Also Announced 

As well as announcing the introduction of Bedrock, Amazon has also announced:

– The general availability of Amazon EC2 Trn1n instances powered by AWS Trainium and Amazon EC2 Inf2 instances powered by AWS Inferentia2, which it describes as “the most cost-effective cloud infrastructure for generative AI”.

– The general availability of Amazon CodeWhisperer, free for individual developers. Amazon CodeWhisperer is an AI coding companion that uses a FM to improve developer productivity by generating code suggestions in real-time based on developers’ comments in natural language and prior code in their Integrated Development Environment (IDE).

What Does This Mean For Your Business? 

Amazon says AI and ML have been a focus for over 20 years and that many of the capabilities customers use with Amazon are already driven by ML, however Bedrock provides a way for Amazon to compete in a rapidly growing and competitive generative AI (chatbot) market. With Bedrock, Amazon joins ChatGPT (OpenAI), Bard (Google), Copilot (Microsoft), Tongyi Oiawen (Alibaba), and others who are offering businesses the chance to create more value, save costs and time by leveraging the considerable power of AI. Amazon’s AWS is already the biggest cloud service so AWS can take advantage of this to introduce Bedrock to its many business customers, adding value for them and a helping to retain them. For businesses and developers who are AWS customers, Bedrock provides an easy, low-cost way to access and use powerful FMs to create specific, customised tools that can add value to their businesses and for their customers.

Tech Insight : What Is ‘Jailbreaking’ ChatGPT?

In this insight, we look at the ‘Jailbreaking’ concept in ChatGPT and other LLMs, and at what steps can be taken to mitigate the risks to users.

Jailbreaking 

Jailbreaking, in general, refers to the process of removing restrictions or limitations imposed by a device or software, often to gain access to features or functionality that were previously unavailable. One popular example is removing the artificial limitations in iPhones to enable users to install apps not approved by Apple.

Jailbreaking ChatGPT 

In the context of chatbots, and specifically ChatGPT, jailbreaking refers to designing prompts to make ChatGPT bypass its rules or restrictions that are in place to prevent the chatbot from producing hateful or illegal content.

Some security researchers, technologists, and computer scientists have recently reported developing successful jailbreaks and prompt injection attacks against ChatGPT and other generative AI systems to show how vulnerable these systems are. For example, Adversa AI’s CEO Alex Polyakov has reported taking just a couple of hours to break GPT-4 (the latest version of the GPT – Generative Pre-trained Transformer – series of language models from OpenAI). Polyakov has also reported making a “Universal LLM Jailbreak,” which works on many different large language models (LLMs) including OpenAI’s GPT-4, Microsoft’s Bing chat system, Google’s Bard, and Anthropic’s Claude. The jailbreak can fool systems into generating detailed instructions on creating meth and how to hotwire a car!

Prompt Injection Attacks 

Prompt injection attacks, which are related to jailbreaking, can be used to insert malicious data or instructions into AI models in various ways, depending on the specific type of AI model and the nature of the attack. Examples include:

– Language Models. As in the case of ChatGPT, language models are vulnerable to prompt injection attacks where the attacker inputs carefully crafted prompts to generate outputs that may contain hate speech or biased language. In this case, the attacker can inject prompts that contain malicious content such as hate speech or illegal instructions.

– Image Recognition Models. In image recognition models, the attacker can inject malicious data by modifying or manipulating the images used for training the model. For example, an attacker could add hidden messages or images to the training data to alter the model’s behaviour.

– Recommender Systems. In recommender systems, an attacker could inject malicious data by creating fake user accounts and manipulating the recommendations generated by the system. For example, an attacker could create fake accounts and provide biased ratings and feedback to manipulate the recommendations generated by the system.

– Autonomous Systems. In autonomous systems such as self-driving cars, an attacker could inject malicious instructions or data by exploiting vulnerabilities in the software or hardware used by the system. For example, an attacker could hack into the car’s computer system and inject malicious code to alter its behaviour.

Ethical and Security Issues Highlighted 

In a blog post on the Adversa AI’s website about his research, Polyakov highlighted the fact that being able to deploy a Universal LLM Jailbreak raises the issues of:

– Ethics and AI Safety. Ensuring responsible usage is crucial to preventing malicious applications and safeguard user privacy. Also, enterprises implementing LLM’s who fully trust vendors may not be aware of potential issues.

– Demonstrating such jailbreaks shows a fundamental security vulnerability of LLM’s to logic manipulation, whether it’s jailbreaks, Prompt injection attacks, adversarial examples, or any other existing and new ways to hack AI.

How To Prevent Jailbreaks and Prompt Injection Attacks In ChatGPT 

As an AI language model, ChatGPT is designed to be secure and robust, but there is always a possibility that malicious actors could attempt to jailbreak it. Here are a few strategies that can help prevent and mitigate the effects of jailbreaks in ChatGPT:

– Increase awareness of the threat. Increasing awareness and assessing AI-related threats are important first steps in protecting businesses.

– Implement Robust Security Measures during the development. Developers and users of LLMs must prioritise security to protect against potential threats.

– Secure Development. One of the most effective ways to prevent jailbreaks is to ensure that ChatGPT is developed using secure coding practices. This includes minimising the use of vulnerable libraries and APIs, implementing secure authentication and access controls, and regularly testing the system for security vulnerabilities. Assessment and ‘AI Red Teaming’ of models and applications before their release is an important step in mitigating potential issues around jailbreaking.

– Monitoring and Detection. Regular monitoring and detection of suspicious behaviour can help prevent jailbreaks by enabling the identification of unusual activity and the prompt response to security incidents. This includes implementing security monitoring tools and conducting regular security audits to identify potential vulnerabilities.

– Restricted Access. Restricting access to ChatGPT can help prevent jailbreaks by limiting the number of people who have access to the system and minimising the risk of insider threats. This includes implementing strong access controls, using multi-factor authentication, and restricting access to sensitive data and features.

– Regular Updates. Regular updates and patches can help prevent jailbreaks by addressing known vulnerabilities and updating security measures to address new threats. This includes keeping the system up to date with the latest security patches and regularly reviewing and updating security protocols and procedures.

– It’s also important to ensure that ChatGPT, going forward, is developed with ethical considerations in mind and that it adheres to responsible AI principles. This includes considering the potential impacts of the technology on society and taking steps to promote fairness, accountability, and transparency in its usage.

– AI Hardening. As highlighted by Polyakov’s research findings, organisations developing AI technologies should implement extra measures to “harden” AI models and algorithms. These could include adversarial training and more advanced filtering.

What Does This Mean For Your Organisation? 

Although the development of universal jailbreaks as part of research has value in finding vulnerabilities in LLM models and explaining and understanding how they work, it has also highlighted some serious threats and issues. It is a little scary how quickly and easily researchers were able to develop universal jailbreaks for the most popular AI chatbots and demonstrated how these current vulnerabilities could pose safety, security, and potentially legal threats to users as well as raising ethical concerns for LLM developers and highlighting how much more work they need to do quickly to mitigate the risks caused by misuse of their products.  Although worries about threats to privacy from LLMs have already made the news, raising awareness about jailbreaking of these models is another step towards making them safer to use.

Featured Article : OpenAI Now Exploring Humanoid Robots

A humanoid robotics company (1X Technologies) has announced that it raised $2.5m Series A2 funding led by ChatGPT’s creators OpenAI to pursue producing androids/humanoid robots at commercial scale.

Funding 

The funding round to develop more androids was led by the OpenAI Startup Fund, with participation from Tiger Global and a consortium of Norway-based investors, including Sandwater, Alliance Ventures, and Skagerak Capital.

1X Technologies 

Norwegian company 1X Technologies (formerly Halodi Robotics) founded in 2014, makes androids capable of human-like movements and behaviours, and its newest android iteration ‘NEO’ is powered by artificial intelligence but takes the form of a human-like body, i.e. an upright bi-pedal android with arms and legs.

The company previously made the news for its ‘EVE’ android – a teleoperated humanoid robot which has a human shape with arms, bending legs and a head, yet moves on a wheeled platform. Like the newest ‘Neo’ robot, EVE can perform many human tasks with its arms, such as packing goods.

No Robot Butler Just Yet 

Those hoping to have an android robot butler in the near future thanks to the new funding round, however, will be disappointed as 1X Technologies mission and focus is to create robots with practical, real-world applications to augment labour globally.

Money To Scale-Up

As well as increasing its efforts in building the upcoming bipedal android model Neo, the new funding will enable 1X Technologies to scale-up manufacturing of its first commercially available android EVE in Norway and North America.

Android Robots For Automated Labour 

IX’s Brad Lightcap says that the company is “at the forefront of augmenting labour through the use of safe, advanced technologies in robotics,” and OpenAI’s COO and manager of the OpenAI Startup Fund also confirmed that the new androids will initially be focused on augmenting the labour force by saying “The OpenAI Startup Fund believes in the approach and impact that 1X can have on the future of work.” 

Necessary To Try Them Out In Real World Settings 

Bernt Øyvind Børnich CEO and founder of 1X Technologies has highlighted the need to get androids deployed in the real world to learn lessons that could improve their effectiveness saying: “Deploying our wheeled android EVE at an unprecedented commercial scale gives us a unique understanding of the challenges and opportunities the robotics community has yet to address. If androids are going to work in our world, they need to experience our world.” 

Plug A Labour Gap 

Arne Tonning, Partner, Alliance Venture (one of the companies involved in the funding round) has highlighted how androids could also serve a useful purpose in plugging a labour gap. For example, Tonning said on the 1X technologies website: “Demographic changes will cause a labour shortage, and androids could help fill the gap. Goldman Sachs predicts a $150 Billion US market potential in 2035. Solving the right use cases is key to success, and we believe 1X Technologies is constructing a winning alliance.” 

It is anticipated that humanoid robots may help fill this gap by augmenting the labour market with their ability to perform repetitive, dangerous tasks or tasks that require high precision.

Others 

1X Technologies are by no means the only company working on creating androids focused on augmenting the labour market. There are several companies working on humanoid robots designed to work in various industries. Examples include:

– Boston Dynamics. Known for their advanced robots, Boston Dynamics has developed humanoid robots like Atlas and Spot that are designed to perform various tasks, including industrial inspections, construction work, and search and rescue operations.

– SoftBank Robotics. SoftBank Robotics is a Japanese company that has developed humanoid robots like Pepper and NAO, which are designed to interact with humans and assist with tasks like customer service, education, and healthcare.

– Hanson Robotics. Hanson Robotics is a Hong Kong-based company that has developed humanoid robots like Sophia, which can understand and respond to human speech and facial expressions and is designed for use in applications like customer service, education, and entertainment.

– PAL Robotics. PAL Robotics is a Spanish company that has developed humanoid robots like REEM-C and TALOS, which are designed to work in industries like logistics, healthcare, and hospitality.

– Toyota Robotics. Toyota Robotics is a subsidiary of the Toyota Motor Corporation and it is working on developing humanoid robots like T-HR3, which can be remotely controlled by humans and is designed for use in applications like disaster response and home assistance.

Amazon and Tesla? 

Although Amazon and Tesla are not primarily known for developing humanoid robots, yet they have both invested in developing robotic technology for various purposes, particularly Amazon.

Amazon has developed a variety of robotic systems for use in their warehouses, including the Kiva robot, which transports shelves of goods to workers for order fulfilment. These robots are not humanoid in shape but they are designed to work alongside human workers in a collaborative manner, increasing efficiency and reducing the physical strain on human workers. Amazon already uses robot arms called ‘Robin’ and ‘Cardinal’ to re-direct boxed-up pre-delivery items around its warehouses and has also been testing its machine-learning ‘Sparrow’ robot arm that could handle 65 percent of its 100+ million diverse parcels. The Sparrow robot arm leverages the technologies of computer vision and artificial intelligence (AI) to help it detect, recognise, select, and handle a huge variety of different shapes and sizes of products prior to packaging, in the handling part of its business

Tesla, on the other hand, has developed robotic systems for use in their factories, including the TeslaBot, a humanoid robot that the company announced in 2021. The TeslaBot was intended to perform repetitive and dangerous tasks in factories, freeing up human workers to focus on more complex and creative work.

While Amazon and Tesla are not primarily focused on developing humanoid robots for a wide range of applications, they are both investing in developing robotic technology to increase efficiency and safety in their respective industries.

AI’s Game-Changing Abilities 

Although the game-changing success of generative AI chatbot technology such as that in ChatGPT has helped businesses and holds huge potential in combination with robotics, some think it’s time to put the brakes on and think about the consequences. For example, a recent open letter signed by more than 2600 influential people, including Elon Musk, called for 6-month moratorium on the training of AI systems more powerful than GPT-4.

Will A Robot Take Your Job? 

The potential impact of robots on employment is a hot topic for debate but while robots and automation can increase efficiency and productivity in certain industries, it is also true that they can replace some jobs that were previously done by humans. However, it’s important to note that robots are not a threat to all jobs, and that they are more likely to replace certain tasks within jobs rather than entire occupations. It’s also worth considering that robots and automation can create new jobs, both directly in the development, manufacturing, and maintenance of robots and their components, as well as indirectly in industries that benefit from increased efficiency and productivity.

In 2020, a World Economic Forum report estimated that by 2025, 85 million jobs may be displaced by a shift in labour division between humans and machines. The same report, however, predicted that 97 million new types of “jobs of the future” will open up as robots are used to take on the more mundane and repetitive tasks that they are more suited to than humans.

What Does This Mean For Your Business? 

Robotic automation in the workplace has been happening for many years and many companies recognise the value in automation that can perform repetitive tasks continuously and well, thereby bringing benefits like efficiency, safety, and 24-hour / 365 days a year working, reducing labour costs, and improving competitiveness.

As is usually the case in the tech world, it is the successful combination of different powerful technologies that brings about game-changing innovation, and the combination of AI, the power of which has been witnessed by all with ChatGPT, and robotics is exciting. Making robots that are ‘humanoid/android,’ however, feels like it’s one step closer to a science fiction future that’s been the stuff of films and dreams (nightmares?) for decades. In practical terms, a humanoid form is a design that is dextrous and the advantages in carrying out jobs is clear, although the worries about the advancement of AI could make the prospect of robots that are the most like humans to date a little creepy. That said, if the robots are affordable and can be shown to add real value in the workplace, there are likely to be many industries that could deploy them successfully. Although the current crop of robots is intended to augment the workforce, many human workers may be apprehensive that automation is coming for their jobs and may not yet be reassured that their introduction could create new types of jobs.

Tech News : Quantum Threat Growing

Following large investments in quantum computing followed by the ensuing advancement of this technology in recent years, as well as looking forward to benefits this could bring, there is also the growing threat of ‘quantum hacking.’

Quantum Computers 

Quantum computers can carry out complex calculations at high speed. Whereas traditional computers store data in binary ‘bits’ (ones and zeros) and work by creating and storing long strings of these ‘bits,’ quantum computing’s ‘qubits’ (quantum bits) can do both at once. This is because a qubit can hold a zero, a one, or any proportion of both zero and one at the same time, while an array of qubits can use something called ‘superposition’ to represent all 2^64 possible values at the same time. This means that quantum computers can store more data in fewer bits (i.e. much more information can be stored in fewer qubits), therefore information can be processed much more quickly than with a traditional computer. The power of a quantum computer is stated in its quantum volume number/how many qubits, for example, a 14-qubit system.

As a result, quantum computers can be used to dramatically speed up tasks that have traditionally taken a long time, such as finding new drug molecules for example. The results can be astounding, where crunching numbers that would take a classical computer a week, could take a quantum computer less than a second.

The power of quantum technologies offers possible solutions to some of the world’s biggest and most pressing challenges, e.g., global warming, healthcare, energy and more.

Investment 

Governments and private investors have been pledging and ploughing much more cash into developing quantum computing technology in recent years. For example:

– In March this year, the UK announced it ‘National Quantum Strategy’ whereby there will be a £2.5 billion investment.

– The US National Quantum Initiative Act was signed into law in 2018, providing over $1.2 billion in funding over 5 years for quantum computing research and development.

– In 2021, investment in quantum R&D reached $1.7bn, which was a 20 times increase from five years previously and US quantum startups raised double ($870m) what they raised in 2020 (McKinsey & Company).

The Threat 

Although quantum computers are powerful enough to help solve some of the world’s biggest challenges, this power could also mean that they could soon also pose a threat.  For example, quantum computers have the potential to break many of the commonly used encryption schemes that are used today, including RSA and elliptic curve cryptography (ECC). These encryption schemes rely on mathematical problems (such as factoring large numbers or computing discrete logarithms) which are difficult to solve using classical computers but can be solved efficiently using quantum algorithms.

With a powerful enough quantum computer, the risk is that an attacker could use these algorithms to break the encryption keys used to protect sensitive data, such as financial transactions, medical records, and government secrets. This could result in the exposure of confidential information, financial loss, and even threats to national security.

Quantum Hacking Threat 

As quantum computing technology advances, some tech and security commentators have warned of the risk of ‘quantum hacking.’ This refers to the use of quantum computing techniques to break cryptographic schemes that are commonly used to protect sensitive information. Quantum hacking takes advantage of the properties of quantum systems, such as superposition and entanglement, to perform certain operations much faster than classical computers can.

In the context of cryptography, quantum hacking means using a quantum computer to perform certain mathematical operations that are difficult or infeasible to perform using classical computers. For example, Shor’s algorithm is a quantum algorithm that can efficiently factor large numbers, which is the basis of many widely used cryptographic schemes. By using Shor’s algorithm on a powerful enough quantum computer, an attacker could break the encryption keys used to protect sensitive data.

Quantum hacking also includes attacks that exploit vulnerabilities in quantum communication systems, such as quantum key distribution (QKD). QKD is a method for securely distributing cryptographic keys using quantum properties, but it is vulnerable to certain types of attacks, such as photon number splitting attacks, which can be carried out using quantum technology.

There are also reports that cyber criminals now steal encrypted data in the hope that the encryption can be cracked at a later date, perhaps using quantum computers (‘harvest now, decrypt later’ attacks).

As quantum computing technology continues to advance, the risk of quantum hacking increases, highlighting the need for new cryptographic schemes that are resistant to attacks by quantum computers, known as post-quantum cryptography.

What Is Post-Quantum Cryptography, And How Could It Help? 

Post-quantum cryptography refers to cryptographic algorithms that are designed to resist attacks by quantum computers. As outlined, quantum computers have the potential to break many of the widely used cryptographic schemes in use today.

Post-quantum cryptography includes a variety of cryptographic algorithms that are based on different mathematical problems that are believed to be hard – even for quantum computers. Examples include lattice-based cryptography, code-based cryptography, hash-based cryptography, and multivariate cryptography, among others.

The goal of post-quantum cryptography is to provide a long-term security solution that can withstand the potential emergence of powerful quantum computers. While quantum computers are still in their early stages of development, research in post-quantum cryptography is ongoing to ensure that secure cryptographic algorithms will be available when the time comes that they are needed.

Public-Key Algorithms

Public-key algorithms are thought to be particularly vulnerable to the quantum hacking threat. For example, the US National Cybersecurity Center of Excellence (NCCoE) has recently highlighted how once access to practical quantum computers becomes available, all public-key algorithms and associated protocols will be vulnerable to criminals, competitors, and other adversaries. The advice is, therefore, that “It is critical to begin planning for the replacement of hardware, software, and services that use public-key algorithms now so that information is protected from future attacks.”

What Does This Mean For Your Business?

Quantum computers offer the chance to solve complex problems and save vast amounts of time in doing so. Not only could quantum computers help with challenges such as developing new medicines, helping find solutions in the climate crisis, and making many other dramatic scientific discoveries, they could also help solve problems in a variety of more mundane industries. For example, quantum computers could be used to optimise supply chains or model financial data in new ways. However, with huge investment and advancement in quantum technologies that could help businesses and humanity comes the risk that they could also be used to crack encryption, leading to the theft and exposure of confidential information, financial loss, and threats to national security. Ways to counter the threat of quantum hacking include advancing and investing more in and implementing post-quantum cryptography, alongside the replacement of hardware, software, and services that use public-key algorithms. Other ways that businesses could protect themselves from the threat of quantum hacking include:

– Monitoring developments in quantum computing and quantum communication technology and staying informed of new attacks and vulnerabilities as they emerge so that appropriate steps can be taken to mitigate these risks.

– Using secure communication protocols, such as Transport Layer Security (TLS), and implementing proper key management practices to protect sensitive data in transit.

– Upgrading encryption algorithms to those that are believed to be resistant to attacks by classical computers.

Sustainability : Quantum Magnetic Material Discovery Could Deliver Ultrafast Sustainable Devices

The discovery of new quantum materials with magnetic properties could bring ultra-fast, more energy efficient, and sustainable computers and mobile devices.

Quantum Breakthrough In Sweden 

A research team at team at Chalmers University of Technology in Sweden have reported making a quantum breakthrough by being the first to make a device made of a two-dimensional magnetic material that works in at room temperature. Previous efforts have only seen new quantum materials with magnetic properties work in extremely cold temperatures.

Two-Dimensional Magnetic Materials 

The search for two-dimensional magnetic materials has been motivated by the rapid IT expansion generating vast amounts of digital data that needs to be stored, processed, and communicated, and the ever-increasing need for energy.

The Two-dimensional magnetic materials that are being researched and developed to help meet these challenges are formed in sheets and are only a few atoms thick.

Following the development of graphene, a single atom-thick plane of graphite, that resulted in the 2010 Nobel Prize in Physics, two-dimensional materials with magnetic properties were discovered for the first time in 2017.

A First – 2D Magnet-Based Devices At Room-Temperature 

In this latest discovery, researchers at Chalmers University of Technology have been able to demonstrate, for the very first time, a new two-dimensional magnetic material-based device at room temperature. The material is an iron-based alloy (Fe5GeTe2) with graphene which can be used as a source and detector for spin polarized electrons.

Bing Zhao, post-doc in Quantum Device Physics and first author of the study said of discovery: “These 2D magnets can be used to develop ultra-compact, faster and more energy-efficient memory devices in computers. They may also be used to develop extremely sensitive magnetic sensors for a wide range of applications, including biomedical and environmental monitoring, navigation, and communication.” 

What Does This Mean For Your Organisation? 

Two-dimensional quantum materials such as these magnetic ones are more sustainable because they are atomically thin, and they offer unique magnetic properties. This makes them ideal for developing new energy-efficient and ultra-fast applications for sensors and advanced magnetic memory and computing concepts. For computer and device manufacturers, if at the right price, these materials could enable a new generation of ultra-fast, more energy efficient, and sustainable devices. All of these qualities are likely to be appealing to end customers too, and the discovery of these quantum materials with magnetic properties could open up a range of new opportunities in many different markets for a wide variety of devices and offer a more environmentally friendly component in a world that’s already struggling to deal with a climate crisis and a growing pile of electronic waste.

Tech-Trivia : Did You Know?

This Week in History : April 23, 2005: A Trip to the Zoo and $1.6 Billion Later …

On April 23, 2005, at exactly 8:31:52 pm local time, the first ever YouTube video was uploaded. It was titled ‘Me at the Zoo’ and is a 19 second recording of the co-founder of YouTube (Jawed Karim) standing in front of an elephant enclosure. It’s grainy and with poor audio – yet it made history.

If you’d like to see this seemingly insignificant clip, link to it is here https://www.youtube.com/watch?v=jNQXAC9IVRw … so far it’s had over a quarter of a billion views.

The recording was taken by Yakov Lapitsky, Karim’s high school friend at the San Diego Zoo and the top comment made by the San Diego Zoo amassing around 2.8 million likes, making it the second most liked comment on YouTube. The first one being ‘I’m the bald guy’ by SethEverman on the ‘Billie Eilish – Bad Guy’ music video.

3 former PayPal employees founded YouTube – Chad Hurley, Steve Chen and Jawed Karim in February 2005. We all know YouTube as a video sharing platform yet their original idea was for YouTube to be a dating platform. It even had its very own slogan: “Tune In, Hook Up.” The idea was that people would upload videos of themselves talking about their dream partner. But that idea proved troublesome from the beginning and in desperation for actual dating videos the founding trio turned to craigslist to offer women $20 to upload to the site. But- nobody came forward and the trio decided to open the site up to any video, and the rest is history.

Shortly after YouTube became successful and grew, the 3 founders sold it to Google in November 2006 for a total of $1.6 billion. Sequoia Capital, YouTube’s venture backer walked away with approximately $500M after investing around $10M into the startup. Not too shabby! Today, YouTube is the second most visited site in the world and over 70% of viewers watch YouTube using their mobile phones and spent around 23.1 hours monthly using the app. That’s around 6 books read, or 11 movies watched. All this indicating that YouTube has become a major player in the entertainment industry, outcompeting other leisure activities in the bid for our attention.

So, how did Google’s investment back in 2006 work out? In 2022, YouTube’s annual Ad revenue amounted to $29.24 billion, higher than the $28.84 billion in the previous year. That is 18x what Google paid to acquire YouTube in just one year’s revenue.

Jawed Karim went on to create Youniversity Ventures which offers startup capital and consultation services to young entrepreneurs in the technology sector and is simply known as YVentures. Notably, Karim became a seed investor for Airbnb in 2009 making him one of the first investors.

Chen and Hurley would join forces once more to create MixBit a competitor to Vine and Instagram in the video sharing market. However, it ceased operations on 21st April 2018.

The Moral? Selling a successful startup can generate generational wealth off just one deal. However, they are also highly risky. You can buy established businesses and secure significant advantages (financial, operational, strategic) with a lot less risk.

Each week we bring you the latest tech news and tips that may relate to your business, re-written in an techy free style. 

Archives