VOOZH about

URL: https://thenewstack.io/dev-news-google-unlearns-fresh-1-3-and-wixs-ai-plan/

⇱ Dev News: Google Unlearns, Fresh 1.3 and Wix’s AI Plan - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2023-07-22 05:00:07
Dev News: Google Unlearns, Fresh 1.3 and Wix’s AI Plan
AI / Frontend Development / JavaScript / Large Language Models

Dev News: Google Unlearns, Fresh 1.3 and Wix’s AI Plan

This week in developer news, Google launches a machine unlearning contest, Fresh 1.3 updates, and Wix's promised AI plan.
Jul 22nd, 2023 5:00am by Loraine Lawson
👁 Featued image for: Dev News: Google Unlearns, Fresh 1.3 and Wix’s AI Plan
Photo by Kevin Ku on Unsplash

There’s a lot of talk about machine learning and large language models, but one related challenge that’s just now getting attention is machine unlearning — the process of removing data from a trained AI.

It’s not simply enough to delete the data. It’s a complex problem, as this Google post explains.

“Fully erasing the influence of the data requested to be deleted is challenging since, aside from simply deleting it from databases where it’s stored, it also requires erasing the influence of that data on other artifacts such as trained machine learning models,” Google Research Scientists Fabian Pedregosa and Eleni Triantafillou wrote in a June 29 blog post. “Moreover, recent research has shown that in some cases it may be possible to infer with high accuracy whether an example was used to train a machine learning model using membership inference attacks (MIAs).”

This creates privacy concerns since it indicates that it may be possible to infer that an individual’s data trained the model even when it’s deleted, they added.

To help dress the problem, Google is running a competition that started in mid-July and will continue through September 2023. They’ve also published a starting kit to provide a foundation for participants to build and test their unlearning models on a toy dataset.

The contest is part of the NeurIPS 2023 Competition Track Program, but there’s no mention of what the prize will be. Developers can contact unlearning-challenge@googlegroups.com for more information.

Fresh 1.3 Updates

The Fresh team plans to release new minor versions of its full-stack JavaScript web framework each month but this month’s release — Fresh 1.3 — includes quite a few changes, including expanded and improved documentation, bug fixes and new features.

Among the changes is a merged Get handler and component feature. The two were already highly coupled but required “a bit of annoying boilerplate.”

“To ensure type-safety, you’d always have to create an interface for the component’s props, pass that to the Handlers type as a generic and use that in the component definition. That’s quite a lot of steps!” noted frontend developer and Fresh maintainer Marvin Hagemeister. This led to a similar snippet of code needed to pass data between the two. The change is simpler but doesn’t require developers to rewrite their routes.

Also, Fresh 1.3 plugins can now inject virtual routes and middleware, which is useful for plugins adding development-specific routes or admin dashboards, he wrote.

Another change: Fresh will now automatically render the _500.tsx template as a fallback when an error is thrown in a route handler.

Previously, Fresh required every island to live in its own file and be exported via a default export. That meant every island file was treated as its own entry point and shipped in a separate JavaScript file to the browser. Fresh 1.3 removes that requirement so that many islands can be exported in a single file.

There’s also support for Deno.serve.

“With the recent Deno 1.35.0 release, the Deno.serve API was marked stable,” wrote Hagemeister. “We followed suit in Fresh and with version 1.3 we’ll use Deno.serve when it’s available. This new API is not just faster, but also a lot simpler than the previous serve API from std/http.”

Wix to Automate Website Deployment with AI

Website builder Wix plans to introduce a suite of new AI-powered tools, including an automated tool to create websites using natural language prompts.

The tool, called AI Site Generator, will allow users to describe their intent and instantly it will generate a website. However, in an unusual move, Monday’s press release did not indicate when these AI capabilities will be available. A request for a timeline by The New Stack had not been answered by the time this post was published.

“The tailor-made website is complete with a homepage and all inner pages with text, images, and any business solution including Stores, Bookings, Restaurants, Events and more,” the release stated. “Users can continue to customize the site and edit based on their needs with integrated AI tools.”

Wix is a web hosting solution that competes with the likes of Squarespace, GoDaddy and WordPress.

Other promised tools in the AI suite are:

  • An Assistant Tool for Managing Your Business, which will suggest improvements for businesses and create individualized strategies based on analytics and site trends;
  • AI Page and Selection Creator, which will enable users to quickly add a new page or section to a website by describing their needs — AI generates the layout, design and text; and
  • Object Eraser, which enables users to extract objects from images and manipulate them.

Currently, Wix offers a number of AI-powered features, such as AI Text Creator, which leverages ChatGPT to create content for particular sections of a site, such as titles, taglines and paragraphs; AI Template Text Creator, which generates the homepage and inner pages of a site after choosing a ready-made template; and AI Domain Generator, which helps users choose a unique domain name.

TRENDING STORIES
Loraine Lawson is a veteran technology reporter who has covered technology issues from data integration to security for 25 years. Before joining The New Stack, she served as the editor of the banking technology site Bank Automation News. She has...
Read more from Loraine Lawson
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Deno.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.