Home Blog Page 105

Superman’s Robot Assistants

0

Warner Bros. Releases Extended Sneak Peek of New Superman Movie

First Look at the Film

During its presentation at this year’s CinemaCon, Warner Bros. shared an extended sneak peek from the new Superman movie. The studio has just posted the footage online.

A Begging Superman

The video focuses on a very badly-wounded Superman, played by David Corenswet, begging for his dog, Krypto, to drag him home because he’s unable to walk or fly. While it’s played for comedy, it’s a little morbid to see Superman’s body flopping around like most of his bones are broken.

The Fortress of Solitude

But the scene becomes much weirder (in a good way) as Krypto drags Superman to a very inspired take on the Fortress of Solitude, where a team of cape-wearing medical robots are ready to run triage. Along with a very wild shot of the robots concentrating the sun’s light to heal Superman, the trailer also features longer shots of Lois Lane (Rachel Brosnahan), Lex Luthor (Nicholas Hoult), Hawkgirl (Isabela Merced), Mister Terrific (Edi Gathegi), Metamorpho (Anthony Carrigan), and Guy Gardner (Nathan Fillion).

Gunn’s Vision

Gunn is obviously banking on audiences digging a wilder, more whimsical world of superheroes, and it might pay off when Superman hits theaters on July 11th.

Conclusion

The new Superman movie promises to deliver a unique take on the iconic superhero, with a focus on whimsy and humor. With a talented cast and innovative special effects, this film is sure to be a hit with fans.

Frequently Asked Questions

Q: Who plays Superman in the new movie?
A: David Corenswet plays Superman in the new movie.

Q: What is the release date of the movie?
A: The movie is set to release on July 11th.

Q: Who are some of the other characters featured in the trailer?
A: The trailer also features Lois Lane (Rachel Brosnahan), Lex Luthor (Nicholas Hoult), Hawkgirl (Isabela Merced), Mister Terrific (Edi Gathegi), Metamorpho (Anthony Carrigan), and Guy Gardner (Nathan Fillion).

Q: Is the movie a serious take on the superhero genre?
A: The movie appears to take a more whimsical and humorous approach to the superhero genre.

Midjourney Releases V7

0

Midjourney Releases New AI Image Model, V7

Midjourney, one of the first AI-based image generators on the web, has released its first new AI image model in nearly a year. Dubbed V7, the model began rolling out in alpha around midnight EST on Thursday, a week after OpenAI debuted a new image generator in ChatGPT that quickly went viral for its ability to create Ghibli-style photos.

Key Features of V7

V7 is Midjourney’s smartest, most beautiful, and most coherent model yet. To use it, you’ll first have to rate around 200 images to build a Midjourney "personalization" profile, if you haven’t already. This profile tunes the model to your individual visual preferences; V7 is Midjourney’s first model to have personalization switched on by default.

Once you’ve done that, you’ll be able to turn V7 on or off on Midjourney’s website and, if you’re a member of Midjourney’s Discord server, on its Discord chatbot. In the web app, you can quickly select the model from the drop-down menu next to the "version" label.

New Features and Improvements

V7 is available in two flavors, Turbo (costlier to run) and Relax, and powers a new tool called Draft Mode that renders images at 10x the speed and half the cost of the standard mode. Draft images are of lower quality than standard-mode images, but they can be enhanced and re-rendered with a click.

Standard Midjourney Features Not Yet Available

A number of standard Midjourney features aren’t available yet for V7, according to CEO David Holz, including image upscaling and retexturing. Those will arrive in the near future, he said, possibly within two months.

Conclusion

Midjourney’s V7 is an exciting new development in the world of AI-generated images. With its improved performance and new features, it’s sure to be a hit with users. Whether you’re an artist, designer, or just someone looking for a new way to express yourself, V7 is definitely worth checking out.

FAQs

Q: What is Midjourney?
A: Midjourney is an AI-based image generator that allows users to create images from text prompts.

Q: What is V7?
A: V7 is Midjourney’s latest AI image model, released in alpha in April 2025.

Q: How do I use V7?
A: To use V7, you’ll first need to rate around 200 images to build a Midjourney "personalization" profile. Then, you can turn V7 on or off on Midjourney’s website or Discord chatbot.

Q: What are the differences between Turbo and Relax modes?
A: Turbo mode is costlier to run but produces higher-quality images, while Relax mode is faster and cheaper but produces lower-quality images.

Q: When will standard Midjourney features be available for V7?
A: According to CEO David Holz, standard Midjourney features including image upscaling and retexturing will be available for V7 in the near future, possibly within two months.

Tesla’s Hidden Swan Secret

0

The Wild New Logo Conspiracy Surrounding Tesla

The Rumor Spreads

It seems like every week there’s a wild new logo conspiracy floating around the internet, but this latest rumour about the Tesla logo has truly perplexed me. While I’m all for a little bit of playful theorising, the supposed dark ‘hidden meaning’ behind the logo seems a little far-fetched, yet some users are not so sceptical.

The Conspiracy Unfolds

Surfacing on TikTok (as all great things do), the extreme logo conspiracy soon gained traction, with users shocked and appalled by what was supposedly ‘revealed’ when the design was flipped. While the Tesla logo has been subject to controversy over the years this is certainly the most extreme and least convincing I’ve seen so far.

The "Hidden Meaning" Revealed

@thedisciplinedfatkid, a TikTok user, posted a short video showing an upturned Tesla logo which could be interpreted as a hooded figure synonymous with a certain extremist collective (I’ll let you work it out). "You WON’T believe this", the poster claims, "You’ll never unsee this."

A Closer Look

While it’s tempting to see dark symbolism reflected back to us, it’s worth noting that the original poster added ‘eye hole’ dots to the logo, making it appear more sinister than reality. While it’s true that some Tesla owners are covering up the logo, I can assure you this ‘hidden meaning’ isn’t the reason.

Conclusion

Logo conspiracies are nothing new, and it’s often entertaining to see what creative and imaginative interpretations people come up with. However, in this case, the supposed ‘hidden meaning’ behind the Tesla logo seems more like a stretch than a genuine revelation.

Frequently Asked Questions

Q: What is the supposed "hidden meaning" behind the Tesla logo?
A: According to some users, the logo can be interpreted as a hooded figure synonymous with a certain extremist collective when flipped.

Q: Is this the first time a logo has been subject to conspiracy theories?
A: No, several logos have been subject to controversy and conspiracy theories over the years, including the Coca-Cola logo.

Q: Why do some users think the logo has a hidden meaning?
A: Some users may be looking for symbolism or meaning in the design, and the recent controversy has sparked a lot of discussion and speculation.

Chunked Transfer Encoding

Here is the rewritten article:

What is Chunked Transfer Encoding?

Chunked transfer encoding is a key HTTP/1.1 feature that allows servers to stream data incrementally without knowing the total size of the response upfront. It’s particularly useful in streaming APIs, live updates, and large or dynamically-generated responses.

Practical Example

Let’s use the FastAPI backend we developed earlier. We’ll hit the /stream endpoint with curl to see how chunked transfer encoding works in practice.

curl -i --raw http://localhost:8000/stream

Expected Output

Here’s a diagram to help visualize the chunked transfer encoding:

[Insert diagram]

Here’s what’s happening:

  • Each chunk starts with its length in hexadecimal (1f = 31 bytes).
  • The data follows the length, and the next chunk starts after a newline.
  • The chunk with 30 represents a simulated log entry (30 = 48 bytes).
  • The response ends with a zero-length chunk (0).

Step-by-Step Breakdown of Chunking

We’ll be using the index.py file. Here’s exactly what’s happening under the hood:

  1. Generator (yield): Every time yield is executed, the Starlette framework (used internally by FastAPI) receives a new piece of data to stream to the client. Each yielded data segment corresponds directly to one HTTP chunk.

  2. Starlette’s StreamingResponse Handling: The StreamingResponse from Starlette wraps the async generator. Starlette doesn’t wait until the generator finishes (which might be infinite). Instead, it immediately pushes each yielded chunk to the underlying ASGI server, typically Uvicorn.

  3. Uvicorn’s Chunk Formatting: Uvicorn receives the yielded chunk from Starlette and formats it according to the HTTP/1.1 chunked transfer encoding specification: Each chunk is transmitted as follows:
<chunk-size in hexadecimal><\r\n>
<chunk-data><\r\n>
  1. Continuous Chunk Transmission: Uvicorn immediately sends each formatted chunk down the TCP connection. Your client (like curl) receives each chunk as soon as it’s sent, which allows incremental processing.

  2. Ending the Stream: If your generator ever completes (or if the server shuts down the connection), Uvicorn sends a special zero-length chunk (0\r\n\r\n) to indicate that transmission has ended.

What about HTTP/2 and HTTP/3?

The short answer: HTTP/2+ does not use chunked encoding at all. In fact, the HTTP/2 specification explicitly forbids the use of the Transfer-Encoding: chunked header; if a client incorrectly tries to send it, it’s considered a protocol error.

Instead, HTTP/2 uses a more efficient binary framing layer that allows multiplexing multiple streams over a single connection. This means that chunked transfer encoding is not necessary in HTTP/2 and HTTP/3, as the protocol itself handles streaming more efficiently.

Key Takeaways

Through these practical examples, you’ve seen firsthand how chunked transfer encoding enables incremental streaming of data:

  • Responses are sent as a series of chunks, each with a defined size.
  • The end of data transmission is indicated by a zero-length chunk.
  • Tools like curl, Python frameworks like FastAPI, and browser developer tools help visualize and debug chunked encoding.

Conclusion

Understanding chunked transfer encoding helps you build better streaming APIs and debug complex HTTP interactions effectively.

FAQs

Q: What is chunked transfer encoding?
A: Chunked transfer encoding is a feature of HTTP/1.1 that allows servers to stream data incrementally without knowing the total size of the response upfront.

Q: Why is chunked transfer encoding useful?
A: It’s particularly useful in streaming APIs, live updates, and large or dynamically-generated responses.

Q: How does chunked transfer encoding work?
A: Each chunk starts with its length in hexadecimal, followed by the data, and then the next chunk starts after a newline. The response ends with a zero-length chunk.

Q: What about HTTP/2 and HTTP/3?
A: HTTP/2+ does not use chunked encoding at all; instead, it uses a more efficient binary framing layer.

GenAI Investments Accelerate

AI Growth Accelerates as Companies Invest Billions

The pace of investment and innovation in generative AI (GenAI) is accelerating as companies spend hundreds of billions to generate tens of trillions in business returns over the next decade, according to separate reports from IDC and Gartner.

Gartner’s Forecast

Gartner announced that it sees worldwide GenAI spending growing 76.4% in 2025 to reach $644 billion. About 80% of that spending is going to AI-enabled devices and servers, the analyst firm said, with about $37 billion going to software and $28 billion to services.

Device Makers Embedding AI

Device makers are also embedding GenAI into consumer products – whether customers are asking for them or not. "The market’s growth trajectory is heavily influenced by the increasing prevalence of AI-enabled devices, which are expected to comprise almost the entire consumer device market by 2028," said John-David Lovelock, a distinguished VP analyst at Gartner. "However, consumers are not chasing these features. As the manufacturers embed AI as a standard feature in consumer devices, consumers will be forced to purchase them."

Gartner’s Impact

GenAI is having a transformative impact across all aspects of IT spending markets, Gartner said, adding that it "suggests a future where AI technologies become increasingly integral to business operations and consumer products."

IDC’s Forecast

That sentiment of far-reaching AI effects jibes with a forecast released by IDC, which said that AI will account for 3.7% of the world’s economy by 2030 and drive a cumulative impact of $22.3 trillion.

IDC’s Multiplier Effect

IDC says that AI investments have the benefit of a multiplier effect. For every $1 spent on AI solutions and services by adopters, IDC says it will generate an additional $4.90 in the global economy.

Hurdles Remain

However, rosy predictions have a way of petering out. Sparingly few GenAI projects are making it into production, and Gartner noted last summer that 30% of GenAI projects will be abandoned this year. A number of hurdles – including access to GPUs and power, availability of new training data, stubbornly high hallucination rates, security and privacy concerns, and new regulations – remain to be cleared.

Conclusion

The question is: Is there enough runway for GenAI to clear these hurdles before CFOs put their collective feet down?

FAQs

Q: How much is GenAI spending expected to grow in 2025?
A: Worldwide GenAI spending is expected to grow 76.4% in 2025 to reach $644 billion.

Q: What is the main driver of GenAI spending?
A: The race among AI model builders to develop and train bigger and better foundation models is driving much of the hardware spending.

Q: How much of GenAI spending is going to software and services?
A: About $37 billion is going to software and $28 billion to services, according to Gartner.

Q: What is the expected impact of GenAI on the world’s economy?
A: AI is expected to account for 3.7% of the world’s economy by 2030 and drive a cumulative impact of $22.3 trillion, according to IDC.

ChatGPT Plus Worth Your $20?

Choosing the Right ChatGPT Plan: Free, Plus, or Pro?

You should use ChatGPT Plus if…

  1. You want to access Deep Research

    OpenAI launched its Deep Research feature in February, and it is perhaps one of the most powerful ChatGPT features. With Deep Research, users can have the AI agent conduct multi-step research for them by pulling a robust amount of information from the web and synthesizing those sources for them in a comprehensive report.

    Because of its agentic capabilities, Deep Research can work entirely independently, working like a research analyst at your command. Most impressively, it can create a detailed research report for you in five to 30 minutes, depending on the complexity of the task.

    The reports are comprehensive, including embedded images with citations in the output, and are better at understanding uploaded files. Every report also includes clear citations and a summary of the agent’s thinking so that users can double-check the information for themselves. This work would otherwise take humans hours.

    Currently, this feature is only available for ChatGPT Plus users.

  2. You want Advanced Voice Mode

    All ChatGPT Plus subscribers now have access to the Advanced Voice Mode in their accounts. The voice assistant is a really powerful tool that takes AI voice assistants to the next level. It can:

    • Be interrupted mid-sentence by a user.
    • Adjust its responses based on perceived emotions in the user’s tone.
    • Support video and screen sharing for visual assistance.

    Meanwhile, free users can only access a limited monthly preview of Advanced Voice, so if you’re on that tier, you’ll run into usage caps. If having a more advanced voice conversation with ChatGPT is important to you — and you don’t want to be cut off by usage limits — the $20-per-month Plus subscription might be the best path forward. It still has limits, but OpenAI doesn’t specify what they are, other than it’s larger than the free version.

  3. You want to generate multiple images using the new GPT-4o model

    OpenAI just released its most capable image generator, GPT-4o. The model can tackle complex tasks such as realistic human generations and texts. However, free users can only generate a handful of images daily, while Plus and Pro users have much higher limits.

    If you’re on the Free tier and rely heavily on image creation, you’ll likely see a message like: "You’ve reached your image creation limit. Upgrade to ChatGPT Plus or try again tomorrow…" With the standalone image generator experience discontinued, ChatGPT is the only way to generate unlimited images using OpenAI’s latest image models. So, if you need frequent or large-scale image outputs, ChatGPT Plus is an easy choice.

  4. You want all of OpenAI’s latest and greatest features first

    Subscribing to ChatGPT Plus grants you priority access to OpenAI’s newest tools well before they reach the free tier. We’ve already mentioned perks such as GPT-4o image generation and Advanced Voice, but there’s even more:

    • Higher limits on advanced features: With a Plus account, users can access extended limits on messaging, file uploads, and data analysis, in addition to image generation, as mentioned above.
    • Reasoning models: OpenAI’s reasoning models were trained to "think before they speak" and, as a result, can provide higher-quality answers. ChatGPT Plus users have access to o3-mini, o3-mini-high, and o1.
    • Sora video generation: Plus users have limited access to Sora, OpenAI’s state-of-the-art text-to-video generator.

    If you don’t want to miss out on the latest ChatGPT features, the Plus tier is an easy choice. Historically, OpenAI has released new features to Plus subscribers first, giving subscribers a head start over Free tier users and an edge in their daily workflows.

  5. You are a student (free access)

    In April, OpenAI announced it would make its ChatGPT Plus subscription free for all students in the US and Canada through the end of May. Therefore, if you have been interested in the plan and are a student, right now is the best time to see how it fits in and upgrades your workflow.

    Full and part-time students at degree-granting schools can claim the free ChatGPT Plus offer starting now at the ChatGPT Students landing page.

You should use ChatGPT Pro if…

  1. You want everything ChatGPT Plus has at a greater scale

    Every single ChatGPT Plus perk applies to ChatGPT Pro users, but with far fewer usage constraints and additional exclusive features. That includes:

    • Unlimited access to all reasoning models, GPT-4o, and Advanced Voice.
    • Higher limits for video and screen sharing when using Voice Mode.
    • Extended access to Sora video generation and Deep Research.
    • Access to the Operator research preview (currently US only) and o1 pro mode.

    Meanwhile, ChatGPT Plus offers extended (but still capped) access to many advanced features. Pro users rarely bump into usage limits and can really maximize the full potential of these new tools.

  2. You want access to o1 pro mode

    The biggest selling point of ChatGPT Pro is o1 pro mode. Introduced in December 2024, o1 pro mode uses more computing resources to tackle especially hard math, science, or coding problems. Here’s why it stands out:

    • Increased reliability and accuracy: It ranks well on advanced ML benchmarks across math, science, and coding, even under a stricter evaluation (must be correct 4 out of 4 times).
    • Substantially outperforms o1-preview and standard o1, making it a good choice for users who need the most powerful reasoning engine possible.

    If you routinely solve intricate computational tasks, design complex algorithms, or conduct research that pushes AI to its limits, o1 pro mode will give you the best answers possible.

You should use free ChatGPT if…

  1. You don’t want to pay a monthly fee

    The free subscription includes many competitive features, making a Plus subscription less necessary for many features that were once paywalled. Free ChatGPT users now have access to:

    • GPT-4o mini and limited access to GPT-4o and o3-mini
    • Web browsing capabilities for timely info and sources
    • Image generation via GPT-4o (with a daily limit)
    • Advanced data analysis tools (limited usage)
    • File and photo uploads for in-chat discussions (limited usage)
    • Use custom GPTs in the GPT Store

    If you only need occasional AI assistance — and do not mind daily usage caps — the free tier should serve you well. It’s still surprisingly robust and now includes many advanced features that were once behind a paywall.

  2. You’re a casual ChatGPT user

    If you find yourself rarely hitting the daily usage limits for text, voice, or image generation, upgrading might not be necessary. The free version provides enough headroom for light interactions, whether you’re asking a few questions per day, generating a handful of images, or briefly exploring advanced data analysis.

    However, if you frequently receive messages about hitting your limits (for text, voice, or images), that’s your cue to consider ChatGPT Plus. There’s also the ChatGPT Pro tier for superusers who need the highest capacity and specialized features, but Plus is a more affordable middle ground.

    Ultimately, if your needs are minimal and you’re not bothered by the occasional limit notification, sticking with the free tier is perfectly fine.

How much do ChatGPT Free, Plus, and Pro cost?

As of January 2025, here are the ChatGPT Free, Plus, and Pro pricing tiers and how they differ:

Plan Monthly price What you get…
Free $0 Basic access to ChatGPT features with daily usage limits, now including access to o3-mini, GPT-4o, and more.
Plus $20 Everything in Free plus extended limits on messaging, file uploads, advanced data analysis, and image generation. Standard and advanced voice mode. Opportunities to test new features. Ability to create and use custom GPTs.
Pro $200 Everything in Plus, with unlimited access to the reasoning models, GPT-4o, and Advanced Voice Mode (audio only). Higher limits for video and screen sharing in voice. Access to o1 pro mode (the most powerful o1 model). Extended access to Sora video generation. Access to Operator research preview (US only).

Does ChatGPT Pro include all Plus features, plus more?

Exactly. Pro contains everything in Plus — unlimited or higher limits on certain features — plus exclusive access to o1 pro mode, Sora video generation, and the Operator research preview (US only).

Do ChatGPT Pro users experience downtime or blackout periods?

Pro subscribers have the highest priority for uptime, making downtime extremely rare. However, no tier can guarantee 100% uptime if OpenAI undergoes major outages or scheduled maintenance.

Is Advanced Voice the same in Plus and Pro?

Both tiers have Advanced Voice features, but Pro users can make more frequent and extended use of voice (including video and screen sharing) without hitting limits.

What is the difference between GPT-4o, o1, and o3-mini?

We have written entire articles on this, but here’s a quick answer:

  • GPT-4o are advanced language models with multimodal capabilities.

Ver el futuro

0

En Mi Opinión: Un Acuerdo Ganar-Ganar entre EE. UU. y China

En mi opinión, el único acuerdo ganar-ganar es uno que yo llamaría: hecho en Estados Unidos, por trabajadores estadounidenses, en asociación con tecnología, capital y expertos chinos. Es decir, simplemente invertimos la estrategia que China utilizó para enriquecerse en la década de 1990, que fue: hecho en China, por trabajadores chinos, con tecnología, capital y socios estadounidenses, europeos, coreanos y japoneses.

La Estrategia de China

Así es como me lo explicó Jim McGregor, un consultor empresarial que vivió en China durante 30 años: las grandes multinacionales estadounidenses solían ir a China y hacer una empresa conjunta con una empresa china para entrar en el mercado chino. Ahora las empresas extranjeras vienen a China y les dicen a las multinacionales chinas: si quieres entrar en Europa, haz una empresa conjunta conmigo y trae tu tecnología.

Un Tapete de Bienvenida para China

Deberíamos combinar cualquier arancel sobre China con un tapete de bienvenida para que las empresas chinas ingresen al mercado estadounidense, licenciando sus mejores innovaciones en manufactura a empresas estadounidenses o asociándose con ellas para crear fábricas de manufactura avanzada en empresas conjuntas al 50-50. Sin embargo, las empresas conjuntas chinas en Estados Unidos tendrían que estar obligadas a aumentar gradualmente la proporción de piezas que obtienen localmente, en lugar de simplemente importarlas indefinidamente.

Reconstruir la Confianza

Esto, por supuesto, requeriría de un esfuerzo enorme para reconstruir la confianza, que ahora está casi completamente ausente en la relación. Es la única manera de llegar a un comercio razonablemente beneficioso para todos. Sin ella, nos dirigimos a un escenario de perder-perder.

Prohibiciones Irracionales

Por ejemplo, el 19 de marzo, el Senado de Texas dio su aprobación inicial a un proyecto de ley que prohibiría a los residentes y a las organizaciones con sede en China, Irán, Corea del Norte y Rusia poseer propiedades en Texas. Incluir a China en esa lista es una estupidez: oigan, prohibamos a algunas de las mentes más brillantes del mundo en lugar de ofrecer incentivos y condiciones para que inviertan en Texas.

¿En Qué Momento Nos Asustamos?

¿Y en qué momento perdimos tanto de vista el mundo en que vivimos? Puedes denunciar el globalismo todo lo que quieras, pero eso no cambiará el hecho de que las telecomunicaciones, el comercio, la migración y el cambio climático nos han unido, y han unido nuestros destinos.

Conclusión

En resumen, un acuerdo ganar-ganar entre EE. UU. y China requiere invertir en la confianza y en la cooperación. Deberíamos ofrecer un tapete de bienvenida a las empresas chinas y trabajar juntos para crear oportunidades de innovación y crecimiento para ambos países.

Frequently Asked Questions

¿Por qué es importante invertir en la confianza entre EE. UU. y China?

La confianza es fundamental para cualquier acuerdo ganar-ganar. Sin ella, no hay manera de lograr un comercio razonablemente beneficioso para ambos países.

¿Cómo podemos fomentar la cooperación entre EE. UU. y China?

Podemos fomentar la cooperación mediante la creación de oportunidades de innovación y crecimiento para ambos países. Esto puede lograrse mediante la creación de empresas conjuntas, la licencia de tecnología y la inversión en investigación y desarrollo.

¿Por qué es importante la cooperación en la lucha contra el cambio climático?

La cooperación entre EE. UU. y China en la lucha contra el cambio climático es crucial para lograr un futuro sostenible. Ambos países pueden compartir conocimientos y tecnologías para reducir emisiones y mitigar el cambio climático.

Google Introduces Encrypted Gmail Messages

Google’s Client-Side Encryption (CSE) and the Limits of End-to-End Encryption

Google Workspace product manager Julien Duplant recently emphasized the importance of security in Gmail communications, stating that the platform never has access to the real encryption key and never decrypts content. However, this claim is subject to interpretation.

True End-to-End Encryption?

According to stricter definitions, E2EE requires that only the sender and recipient have the means to encrypt and decrypt the message. In the case of Google’s CSE, the organization deploying and managing the Key Authority for Client-side Encryption (KACL) technically has custody of the key, making it difficult to classify as true E2EE.

The Encryption Process

While Google claims that the actual encryption and decryption process occurs on the end-user devices, the keys are managed by the organization. Admins with full access can monitor communications at any time. This means that although the encryption process is occurring on the device, the organization still has control over the encryption keys.

Google’s Client-Side Encryption (CSE)

The CSE mechanism, which provides a simple programming interface, has been used with S/MIME until now. The new feature allows for securely sharing a symmetric key between the organization and the user. This is of potential value to organizations that must comply with regulations mandating end-to-end encryption.

Limits and Implications

This feature is not suitable for consumers who want sole control over their messages. Privacy advocates should take note that this solution does not provide true end-to-end encryption.

Conclusion

Google’s CSE provides a solution for organizations that require end-to-end encryption, but it falls short of true E2EE in stricter definitions. The encryption keys are managed by the organization, and admins can monitor communications. While this may be a valuable solution for certain organizations, it is not suitable for consumers who value their privacy.

FAQs

Q: What is Google’s Client-Side Encryption (CSE)?

A: CSE is a mechanism provided by Google that allows for securely sharing a symmetric key between the organization and the user.

Q: Is Google’s CSE true end-to-end encryption?

A: No, it is not. The organization deploying and managing the KACL technically has custody of the key, making it difficult to classify as true E2EE.

Q: Who has control over the encryption keys?

A: The organization deploying and managing the KACL has control over the encryption keys.

Q: Is this suitable for consumers?

A: No, it is not. This solution does not provide true end-to-end encryption, and consumers who want sole control over their messages may not find it suitable.

Q: What are the implications for privacy advocates?

A: Privacy advocates should take note that this solution does not provide true end-to-end encryption and may not meet their expectations for secure communication.

Amazon’s AI Shopping Agent

0

Amazon Introduces AI-Powered Shopping Agent, "Buy for Me"

What is Buy for Me?

Amazon is testing a new AI shopping agent, called "Buy for Me," with a subset of users, according to a blog post announced by the company. This feature allows users to purchase products from external websites without leaving the Amazon Shopping app. If Amazon doesn’t sell a product that a user is searching for, the Buy for Me feature will display products from other websites that sell the item, and users can select and request to purchase one of these products.

How Does Buy for Me Work?

Behind the scenes, Amazon’s AI shopping agent will visit an external website, select a product that a user requested, and fill out the user’s name, shipping address, and payment details to purchase it. This process is powered by Amazon’s Amazon Nova AI models, in addition to Anthropic’s Claude. One of those models is Nova Act, an AI agent that can use websites autonomously.

Security and Trust

Amazon says that Buy for Me uses encryption to "securely" insert users’ billing information on third-party sites, so Amazon can’t see what users are ordering from outside its platform. This is a unique approach compared to OpenAI and Google’s agents, which require humans to fill out credit card information themselves, as well as Perplexity’s AI agent, which has a prepaid debit card to make purchases.

Limitations and Concerns

Handing credit card information over to AI, which is prone to hallucinations and mistakes, may give some users pause. In TechCrunch’s experience, AI shopping agents often take a long time to process requests, and often get stuck somewhere along the line. Amazon is asking users to trust that its agent won’t accidentally purchase the wrong items, and to accept less control over the shopping experience. If a customer needs to return or exchange an order, Buy for Me will direct them to the digital storefront from which the AI agent made the purchase.

Conclusion

Amazon is basically asking users to trust its AI agent to make purchases on their behalf, which may be a concern for some users. The success of Buy for Me will depend on how many users are willing to take the plunge and trust Amazon’s AI to make purchases on their behalf.

Frequently Asked Questions

Q: What is Buy for Me?
A: Buy for Me is a new AI-powered shopping agent introduced by Amazon that allows users to purchase products from external websites without leaving the Amazon Shopping app.

Q: How does Buy for Me work?
A: Amazon’s AI shopping agent will visit an external website, select a product that a user requested, and fill out the user’s name, shipping address, and payment details to purchase it.

Q: Is my credit card information secure with Buy for Me?
A: Yes, Amazon says that Buy for Me uses encryption to "securely" insert users’ billing information on third-party sites, so Amazon can’t see what users are ordering from outside its platform.

Q: Can I return or exchange an order made through Buy for Me?
A: Yes, if a customer needs to return or exchange an order, Buy for Me will direct them to the digital storefront from which the AI agent made the purchase.

Tariffs are a ‘seismic shift’ for board games

0

Tariff Impact on Board Game Industry

The CEO of Steve Jackson Games, which makes board games and card games, says that the 54 percent tariff on goods imported from China that will go into effect on April 5th is a “seismic shift” for the board game industry and that “prices are going up.”

Assessing the Impact

“At Steve Jackson Games, we are actively assessing what this means for our products, our pricing, and our future plans,” CEO Meredith Placko says in a post. “We do know that we can’t absorb this kind of cost increase without raising prices. We’ve done our best over the past few years to shield players and retailers from the full brunt of rising freight costs and other increases, but this new tax changes the equation entirely.”

Example of Tariff Impact

In the post, Placko spells out an example of how the tariff could affect costs. “A product we might have manufactured in China for $3.00 last year could now cost $4.62 before we even ship it across the ocean,” she says. “Add freight, warehousing, fulfillment, and distribution margins, and that once-$25 game quickly becomes a $40 product. That’s not a luxury upcharge; it’s survival math.”

Lack of US Manufacturing Infrastructure

Placko adds that the company doesn’t manufacture in the US because the infrastructure “doesn’t meaningfully exist here yet.” She acknowledges that tariffs can be “an effective tool” when they are “part of a long-term strategy to bolster domestic manufacturing.” But she says that “there is no national plan in place to support manufacturing for the types of products we make.”

Call to Action

If you’re frustrated with the tariffs, Placko suggests writing to your elected officials. “Ask them how these new policies help American creators and small businesses,” she says. “Because right now, it feels like they don’t.”

Industry Reactions

The Game Manufacturers Association (GAMA) has also issued a grim warning. “The latest imposition of a 54% tariff on products from China by the administration is dire news for the tabletop industry and the broader US economy,” GAMA said, according to Polygon. Card-grading company PSA has released a statement about the new tariffs, too, saying that the company has paused direct card grading submissions from outside the US.

Hasbro’s Take

In March, Hasbro CEO Chris Cocks told Yahoo Finance that “when you’re talking about tariffs in the neighborhood of 20 percent plus, that’s a cost that we can’t fully accommodate. It will have to be passed on.”

Conclusion

The 54 percent tariff on goods imported from China is expected to have a significant impact on the board game industry. As the CEO of Steve Jackson Games notes, prices are set to rise, and the industry is struggling to adapt to the new tax. The lack of US manufacturing infrastructure and the absence of a national plan to support domestic manufacturing only add to the challenges faced by the industry.

FAQs

Q: What is the 54 percent tariff on goods imported from China?
A: The tariff is a tax on goods imported from China that will go into effect on April 5th.

Q: How will the tariff affect the board game industry?
A: The tariff is expected to increase prices for board games and other products made in China.

Q: Why doesn’t Steve Jackson Games manufacture in the US?
A: The company doesn’t manufacture in the US because the infrastructure “doesn’t meaningfully exist here yet.”

Q: What can I do to help the industry?
A: You can write to your elected officials and ask them how these new policies help American creators and small businesses.