• Home
  • Latest News
  • Cryptocurrency and NFT
  • Virtual Worlds
  • Learning Zone
  • Videos
    • News
    • Learn
  • FAQ
  • Directory
Tuesday, March 17, 2026
Metaverse News Outlet
  • Home
  • Latest News
  • Cryptocurrency and NFT
  • Virtual Worlds
  • Learning Zone
  • Videos
    • News
    • Learn
  • FAQ
  • Directory
No Result
View All Result
  • Home
  • Latest News
  • Cryptocurrency and NFT
  • Virtual Worlds
  • Learning Zone
  • Videos
    • News
    • Learn
  • FAQ
  • Directory
No Result
View All Result
Metaverse News Outlet
No Result
View All Result
Home Latest News

Radar Trends to Watch: February 2023 – O’Reilly

2023-02-07
in Latest News
0
Radar Trends to Watch: February 2023 – O’Reilly
189
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter

This month’s news seems to have been derailed by the three-ring circus: Musk and Twitter, Musk and Tesla, and SBF and FTX. That said, there are a lot of important things happening. We usually don’t say much about computing hardware, but RISC-V is gathering steam. I’m excited by Ion Stoica’s vision of “sky computing,” which is cloud-independent. A similar but even more radical project is Petals, which is a system for running the BLOOM large language model across a large number of volunteer hosts: cloud-free cloud computing, which the authors liken to Bittorrent. There’s been a lot of talk about decentralization; this is the real thing. That model for large-scale computation is more interesting, at least to me, than the ability to run one specific language model.

Artificial Intelligence

  • Adversarial learning tries to confuse machine learning systems by giving them altered input data, tricking them into giving incorrect answers. It is an important technique for improving AI security and accuracy.
  • We all know about AI-generated text, voices, and art; what about handwriting? Calligrapher.ai is a handwriting generator. It’s nowhere near as flexible as tools like Stable Diffusion, but it means that ChatGPT can not only write letters, it can sign them.
  • ChatGPT has been shown to be good at explaining code. It’s also good at re-writing code that has been intentionally obfuscated in a clear, human-readable version. There are clear applications (not all of them ethical) for this ability.
  • Who needs a database for an app’s backend? For that matter, who needs a backend at all? Just use GPT-3.
  • Reinforcement learning from human feedback (RLHF) is a machine learning training technique that integrates humans into the training loop. Humans provide additional rewards, in addition to automated rewards. RLHF, which was used in ChatGPT, could be a good way to build AI systems that are less prone to hate speech and similar problems.
  • Demis Hassabis, founder of DeepMind, advises that humans be careful in adopting AI. Don’t move fast and break things.
  • A group of researchers from Google has published a Deep Learning Tuning Playbook on Github. It recommends a procedure for hyperparameter tuning to optimize the performance of Deep Learning models.
  • Anthropic, a startup founded by former OpenAI researchers, has created a chatbot named Claude with capabilities similar to ChatGPT.  Claude appears to be somewhat less prone to “hallucination” and hate speech, though they are still issues.
  • Satya Nadella has tweeted that Microsoft will offer ChatGPT as part of Azure’s OpenAI service. It isn’t clear how this (paid) service relates to other talk about monetizing ChatGPT.
  • One application for ChatGPT is writing documentation for developers, and providing a conversational search engine for the documentation and code. Writing internal documentation is an often omitted part of any software project.
  • AllenAI (aka AI2) has developed a language model called ACCoRD for generating descriptions of scientific concepts. It is unique in that it rejects the idea of a “best” description, and instead creates several descriptions of a concept, intended for different audiences.
  • A researcher trained a very small neural network to do binary addition, and had some fascinating observations about how the network works.
  • OpenAI is considering a paid, “pro” version of ChatGPT. It’s not clear what additional features the Pro version might have, what it would cost, or whether a free public version with lower performance will remain. The answers no doubt depend on Microsoft’s plans for further integrating ChatGPT into its products.
  • ChatGPT can create a text adventure game, including a multi-user dungeon (MUD) in which the other players are simulated. That’s not surprising in itself. The important question is whether these games have finite boundaries or extend for as long as you keep playing.
  • A startup has built a truth checker for ChatGPT. It filters ChatGPT’s output to detect “hallucinations,” using its own AI that has been trained for a specific domain. They claim to detect 90% of ChatGPT’s errors in a given domain. Users can add their own corrections.
  • Andrej Karpathy has written nanoGPT, a very small version of the GPT language models that can run on small systems–possibly even on a laptop.
  • Petals is a system for running large language models (specifically, BLOOM-176B, roughly the size of GPT-3) collaboratively. Parts of the computation run on different hosts, using compute time donated by volunteers who receive higher priority for their jobs.
  • Having argued that we would eventually see formal languages for prompting natural language text generators, I’m proud to say that someone has done it.
  • DoNotPay has developed an AI “lawyer” that is helping a defendant make arguments in court. The lawyer runs on a cell phone, through which it hears the proceedings. It tells the defendant what to say through Bluetooth earbuds. DoNotPay’s CEO notes that this is illegal in almost all courtrooms. (After receiving threats from Bar Associations, DoNotPay has abandoned this trial.)
  • Perhaps prompted by claims that Google’s AI efforts have fallen behind OpenAI and others, Google has announced Muse, which generates images from text prompts. They claim that Muse is significantly faster and more accurate than DALL-E 2 and Stable Diffusion.
  • Microsoft has developed an impressive speech synthesis (text-to-speech) model named VALL-E. It is a zero-shot model that can imitate anyone’s voice using only a three-second sample.
  • Amazon has introduced Service Cards for several of their pre-built models (Rekognition, Textract, and Transcribe). Service cards describe the properties of models: how the model was trained, where the training data came from, the model’s biases and weaknesses. They are an implementation of Model Cards, proposed in Model Cards for Model Reporting.
  • The free and open source BLOOM language model can be run on AWS. Getting it running isn’t trivial, but there are instructions that describe how to get the resources you need.

Data

  • How do you use the third dimension in visualization? Jeffrey Heer (one of the creators of D3) and colleagues are writing about “cinematic visualization.”
  • SkyPilot is an open source platform for running data science jobs on any cloud: it is cloud-independent, and a key part of Ion Stoica’s vision of “sky computing” (provider-independent cloud computing).

Security

  • An annotated field guide to detecting phishing attack might help users to detect phishes before they do damage. According to one study from 2020, most cyber attacks begin with a phish.
  • Docker security scanning tools inspect Docker images for vulnerabilities and other issues. They could become an important part of software supply chain security.
  • Browser-in-browser phishing attacks are becoming more common, and are difficult to detect. In these attacks, a web site pops up a replica of a single sign-on window from Google, Facebook, or some other SSO provider to capture the user’s login credentials.
  • We’re again seeing an increase in advertisements delivering malware or attracting unwary users to web sites that install malware. Ad blockers provide some protection.
  • Amazon has announced that AWS automatically encrypts all new objects stored in S3. Encrypted by default is a big step forward in cloud data security.
  • The Python Package Index (PyPI) continues to suffer from attacks that cause users to install packages infected with malware. Most notably, the PyTorch nightly build was linked to a version that would steal system information. Software supply chain problems continue to plague us.
  • Messaging provider Slack and continuous integration provider CircleCI were both victims of attacks and thefts of software and data. The companies haven’t been forthcoming with details, but it seems likely that CircleCI has lost all customer secrets.

Programming

  • GPU.js is a JavaScript library that transpiles and compiles simple JavaScript functions to run on a GPU.
  • Libsodium is being used to benchmark WebAssembly, which is gradually becoming a mainstream technology.
  • Julia Evans (@b0rk, @b0rk@mastodon.social) has an excellent discussion of the problems that arise from using floating point arithmetic carelessly.
  • Platform engineering may be the latest buzzword, but building reliable pipelines and tools for self-service development and deployment delivers important benefits for programmers and their companies.
  • Codeium is an open source code completion engine, like Copilot, that plugs into Vim. It isn’t clear what kind of language model Codeium uses.
  • YouPlot is a terminal-based plotting tool: no fancy graphics, just your standard terminal window.  Quick and easy.
  • Tetris can be used to implement a general purpose digital computer that, among other things, is capable of running Tetris.

Chips and Chip Design

  • A new generation of processors could use vibration to generate a flow of air through the chip, providing cooling without the need for fans. The developers are collaborating with Intel and targeting high-end laptops.
  • Google wants RISC-V to become a “tier-1” chip architecture for Android phones, giving it the same status as ARM. There is already a riscv64 branch in the source repository, though it’s far from a finished product.
  • Ripes is a visual computer architecture simulator for the RISC-V. You can watch your code execute (slowly). It’s primarily a tool for teaching, but it’s fun to play with.

Things

  • Boston Dynamics’ humanoid robot Atlas now has the ability to grab and toss things (including awkward and heavy objects).  This is a big step towards a robot that can do industrial or construction work.
  • Matter, a standard for smart home connectivity, appears to be gaining momentum. Among other things, it allows devices to interact with a common controller, rather than an app (and possibly a hub) for each device.
  • Science fiction alert: Researchers have created a tractor beam! While it’s very limited, it is capable of pulling specially constructed macroscopic objects.
  • A new catalyst has enabled a specialized solar cell to achieve 9% efficiency in generating hydrogen from water. This is a factor of 10 better than other methods, and approaches the efficiency needed to make “green hydrogen” commercially viable.

Web

  • A not-so private metaverse: Someone has built a “private metaverse” (hosted on a server somewhere for about $12/month) to display his art and to demonstrate that a metaverse can be open, and doesn’t have to be subject to land-grabs and rent-taking by large corporations.
  • Twitter has cut off API access for third party apps. This was a big mistake the first time (a decade ago); it’s an even bigger mistake now.
  • GoatCounter is an alternative to Google Analytics. It provides “privacy-friendly” web analytics. It can be self-hosted, or used as a service (free to non-commercial users).
  • Google is developing a free tool that websites can use to detect and remove material associated with terrorism, as an aid to help moderators.

Biology

  • Where do we go next with mRNA vaccines? Flu, Zika, HIV, cancer treatments? The vaccines are relatively easy to design and to manufacture.

Learn faster. Dig deeper. See farther.



Source link

Tags: FebruaryOReillyRadartrendsWatch
Share76Tweet47
Previous Post

The Latest Big News on VR Headsets, Industry Challenges, and the future of XR

Next Post

Layoffs alone won’t solve tech’s problems

Related Posts

Atlassian Cuts 10% of Workforce in AI-Driven Restructure

Atlassian Cuts 10% of Workforce in AI-Driven Restructure

2026-03-16
0

Atlassian has announced plans to cut approximately 10 percent of its global workforce – around 1,600 employees – as part...

March Madness for Stocks: Vote in BI’s Elite 8 Tournament Bracket

March Madness for Stocks: Vote in BI’s Elite 8 Tournament Bracket

2026-03-16
0

The AI revolution has minted a new generation of scorching-hot tech stocks. You know them as the Magnificent 7. Investors...

Presenting the First Trade Awards 2026: the Oscars for Markets

Presenting the First Trade Awards 2026: the Oscars for Markets

2026-03-13
0

If you're like me, you'll tune into the Oscars this Sunday to see the A-list likes of Timothée Chalamet, Michael...

Companies Are Shelling Out Cash to Get You to Use AI. Is It Worth It?

Companies Are Shelling Out Cash to Get You to Use AI. Is It Worth It?

2026-03-11
0

Sometimes it pays to be a hater. Loading audio narration... Online trolls rejoice! An AI software company is looking for...

Will Pico Enterprise XR Headset Fill the Gap Meta Just Vacated?

Will Pico Enterprise XR Headset Fill the Gap Meta Just Vacated?

2026-03-05
0

When Meta discontinued Horizon Workrooms and ceased commercial Quest sales in February 2026, it drew a line under an era....

Load More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Trending
  • Comments
  • Latest
Top 5 Biggest Metaverse Crypto Projects for 2022

Top 5 Biggest Metaverse Crypto Projects for 2022

2022-01-16
Why Are Photographic Avatars Vital for Work in the Metaverse?

Why Are Photographic Avatars Vital for Work in the Metaverse?

2022-01-02
YouTube’s Primetime Channels bring streaming movies and TV into the YouTube app

YouTube’s Primetime Channels bring streaming movies and TV into the YouTube app

2022-11-01

Gateway to the Metaverse | Monthly Memos from Hrish Lotlikar

2022-01-04
Someone paid 450k to be Snoop Dogg’s virtual neighbour

Someone paid 450k to be Snoop Dogg’s virtual neighbour

0
Metaverse Land On Solana Is Also Gaining Value Rapidly

Metaverse Land On Solana Is Also Gaining Value Rapidly

0
Snoop Dogg Sandbox Sale Goes Live Today!

Snoop Dogg Sandbox Sale Goes Live Today!

0
Metaverse Land Sales Are Flying

Metaverse Land Sales Are Flying

0
Atlassian Cuts 10% of Workforce in AI-Driven Restructure

Atlassian Cuts 10% of Workforce in AI-Driven Restructure

2026-03-16
March Madness for Stocks: Vote in BI’s Elite 8 Tournament Bracket

March Madness for Stocks: Vote in BI’s Elite 8 Tournament Bracket

2026-03-16
Presenting the First Trade Awards 2026: the Oscars for Markets

Presenting the First Trade Awards 2026: the Oscars for Markets

2026-03-13
Companies Are Shelling Out Cash to Get You to Use AI. Is It Worth It?

Companies Are Shelling Out Cash to Get You to Use AI. Is It Worth It?

2026-03-11

Metaverse News Outlet

Our mission is to bring you the latest metaverse news and help you learn about the metaverse. It doesn't matter if you're a metaverse beginner or a metaverse noob, we've got you covered. Be sure to check out our Learning Zone to find out how you can join the metaverse if you want to get involved.

Categories

  • Cryptocurrency and NFT
  • Latest News
  • Learning Zone
  • Virtual Worlds

Recent Posts

  • Atlassian Cuts 10% of Workforce in AI-Driven Restructure
  • March Madness for Stocks: Vote in BI’s Elite 8 Tournament Bracket
  • Presenting the First Trade Awards 2026: the Oscars for Markets

No Result
View All Result
  • Home
  • Latest News
  • Cryptocurrency and NFT
  • Virtual Worlds
  • Learning Zone
  • Videos
    • News
    • Learn
  • FAQ
  • Directory

© 2018 Metaverse News Outlet.