Skip to the content.

From 63 items, 37 important content pieces were selected


  1. AI Helps Achieve Pregnancy in Severe Male Infertility ⭐️ 9.0/10
  2. Transformers’ QKV Variants Study ⭐️ 8.0/10
  3. Alibaba’s AI-Powered Code Review Tool ⭐️ 8.0/10
  4. AI Enthusiasts vs Skeptics ⭐️ 8.0/10
  5. ChatGPT Updates Memory System ⭐️ 8.0/10
  6. xAI Updates Grok Imagine to 1.5 ⭐️ 8.0/10
  7. Airbnb Launches New AI Lab ⭐️ 8.0/10
  8. Apple Approves Poke as First AI Agent ⭐️ 8.0/10
  9. Meta Launches AI Creator Assistant ⭐️ 8.0/10
  10. On-policy Distillation Gains Attention ⭐️ 8.0/10
  11. KVarN: Variance-Normalized KV-Cache Quantization (R) ⭐️ 8.0/10
  12. (R) Measuring the Symmetry–Data Exchange Rate ⭐️ 8.0/10
  13. Repo for implementations of various Transformer Attn mechanisms (P) ⭐️ 8.0/10
  14. I am now negotiating with AI as part of my job, and it’s going like you would expect. How can I circumvent it to speak to a representative? ⭐️ 8.0/10
  15. $2.5T in AI spending this year. 95% produces zero P&L impact. ⭐️ 8.0/10
  16. Ran gemma 4 12b on my 3090 yesterday and I think the local model game just changed ⭐️ 8.0/10
  17. Horus Image Generation is here! 🤩📷 ⭐️ 8.0/10
  18. Google just killed my ~$1M ARR startup because a hacker abused THEIR API design. 100k users locked out, 1M+ photos frozen, and they billed me for it. i will not promote. ⭐️ 8.0/10
  19. Three term sheets in 2 weeks , seeking advice from founders and VC- I will not promote ⭐️ 8.0/10
  20. Meta steals a tactic from Tesla and builds data centers in tents ⭐️ 7.0/10
  21. What to expect from WWDC 2026: Siri’s highly anticipated revamp and Apple Intelligence updates ⭐️ 7.0/10
  22. Is Silicon Valley ready to put robots in people’s homes? Hello Robot is. ⭐️ 7.0/10
  23. DotBGE ⭐️ 7.0/10
  24. How do ML researchers actually use AI tools to improve their writing? (D) ⭐️ 7.0/10
  25. How Do You Handle Ablation Studies When the Original Model Is Already Trained?(R) ⭐️ 7.0/10
  26. Claude is completely unusable now ⭐️ 7.0/10
  27. ive started to realize the “this changes everything” AI post is literally the same post every month and i keep falling for it anyway ⭐️ 7.0/10
  28. Trying to automate too early made my workflows worse, not better ⭐️ 7.0/10
  29. Autonomous AI. ⭐️ 7.0/10
  30. Built this game with AI. Should I reduce the difficulty or nah? ⭐️ 7.0/10
  31. About to run my first angel SAFE round, what do you wish you’d known before you started? I will not promote. ⭐️ 7.0/10
  32. discovered a competitor after a few weeks of heads down – i will not promote ⭐️ 7.0/10
  33. Meta enables ADB on deprecated Portal devices (video) ⭐️ 6.0/10
  34. SpaceX, Other Mega IPOs Denied Fast Index Entry by S&P ⭐️ 6.0/10
  35. Retro-Tech Parenting ⭐️ 6.0/10
  36. Quoting Emanuel Maiberg, 404 Media ⭐️ 6.0/10
  37. Apple touts $1.4 trillion in App Store billings and sales, 90% without a commission ⭐️ 6.0/10

AI Helps Achieve Pregnancy in Severe Male Infertility ⭐️ 9.0/10

An AI system combined with microfluidics has helped achieve the first clinical pregnancy in a severe male infertility case by identifying rare viable sperm cells. This breakthrough was made possible by analyzing over 8 million images of the semen sample in just an hour. This achievement has significant implications for the field of medicine, particularly in assisted reproduction, as it offers new hope for individuals struggling with severe male infertility. The integration of AI in sperm cell identification can increase success rates and reduce the time required for laboratory workflows. The AI system uses a U-Net++ architecture to separate sperm cells from the background and identify sperm heads, and microfluidics allows for the development of a portable and reliable system to improve sperm sorting. However, concerns remain regarding potential damage during optical trapping and the reliance on unstained human sperm datasets.

reddit · r/artificial · /u/tc0843 · Jun 4, 16:12

Background: Assisted reproductive technology (ART) has been able to achieve successful outcomes, but still faces challenges related to technical error, efficiency, and the need for improved sperm sorting methods. Microfluidics has emerged as a powerful tool that can closely replicate the in-vivo physiological conditions of organ systems, and AI-powered image analysis has the potential for seamless integration into laboratory workflows.

References

Discussion: The community is excited about the potential of AI in assisted reproduction, with some commenting on the significance of this breakthrough for individuals struggling with infertility. Others are discussing the potential limitations and challenges of this technology, such as the need for further research and development.

Tags: #AI applications, #Medical breakthroughs, #Assisted reproduction


Transformers’ QKV Variants Study ⭐️ 8.0/10

A research paper presents a systematic study of QKV variants in transformers, exploring the need for three projections in attention mechanisms. The study evaluates three projection sharing constraints, including shared key-value, shared query-key, and shared query-value. This study is significant because it sheds light on the importance of QKV projections in transformers, which are widely used in AI tasks such as machine translation and image captioning. The findings of this study can help improve the efficiency and effectiveness of transformer models. The study found that the QKV attention formulation plays a central role in transformers, but the individual contribution of these three projections and the impact of omitting some remain poorly understood. The researchers systematically evaluated three projection sharing constraints to better understand the role of QKV projections.

hackernews · Anon84 · Jun 4, 23:11 · Discussion

Background: Transformers have become the standard solution for various AI tasks, with the query, key, and value (QKV) attention formulation playing a central role. However, the individual contribution of these three projections and the impact of omitting some remain poorly understood. The transformer architecture was introduced in 2017, which relies on self-attention mechanisms to capture all relationships among input and output tokens.

References

Discussion: The community discussion is insightful, with some commentators suggesting that the exact attention mechanism may not be crucial, while others propose alternative mechanisms for turning a pair of vectors into a new vector and a significance field. Some also discuss the reuse of K-V cache from other layers in certain models.

Tags: #AI Research, #Transformers, #Machine Learning, #Deep Learning, #Computer Vision


Alibaba’s AI-Powered Code Review Tool ⭐️ 8.0/10

Alibaba has released an AI-powered code review CLI tool called Open Code Review on GitHub, which aims to automate the code review process. The tool has been discussed on Hacker News with mixed feedback on its effectiveness and comparison to other tools. The release of Open Code Review is significant as it highlights the growing trend of AI-powered tools in software development, which can improve code quality and reduce manual review time. This tool can potentially benefit developers and teams by automating the code review process, making it more efficient and effective. The tool uses AI to analyze source code changes and provide feedback, and it has been tested on a subset of 10 PRs with a recall of 74% and precision of 12%. The tool is available on GitHub and can be installed globally using the ocr command.

hackernews · geoffbp · Jun 5, 00:04 · Discussion

Background: Code review is an essential part of software development, ensuring that code is correct, efficient, and maintainable. Automated code review tools, like Open Code Review, use AI and machine learning to analyze code and provide feedback, reducing the need for manual review. The use of AI in code review has been increasing in recent years, with many tools and platforms emerging to support this trend.

References

Discussion: The community discussion on Hacker News has been mixed, with some users praising the tool’s potential to improve code quality and reduce manual review time, while others have expressed concerns about its effectiveness and comparison to other tools. Some users have also shared their own experiences with the tool, including its recall and precision rates.

Tags: #AI products, #Code Review, #Software Engineering, #AI-powered Tools, #Developer Tools


AI Enthusiasts vs Skeptics ⭐️ 8.0/10

Charity Majors highlights the contrasting perspectives of AI enthusiasts and skeptics in the software development industry, where both groups have valid concerns and motivations. The enthusiasts see AI as a means to achieve significant leaps in capabilities, while the skeptics worry about the potential risks to reliability and institutional knowledge. This debate matters because it reflects the broader challenges of adopting AI technology in the software development industry, where teams must balance the potential benefits of AI with the potential risks to reliability and institutional knowledge. The outcome of this debate will impact the future of software development and the role of AI in the industry. The key issue is the lack of a natural feedback loop connecting enthusiasts with skeptics, which can lead to a gap in shared reality between the two groups. Designing feedback loops to address this issue is a fascinating organizational design problem.

rss · Simon Willison · Jun 4, 23:55

Background: The software development industry is undergoing significant changes with the advent of AI technology, and teams are struggling to balance the potential benefits of AI with the potential risks. Charity Majors’ commentary highlights the need for a nuanced approach to AI adoption, one that takes into account the concerns of both enthusiasts and skeptics.

Tags: #AI Adoption, #Software Engineering, #AI Skepticism, #Technology Commentary


ChatGPT Updates Memory System ⭐️ 8.0/10

ChatGPT has updated its ‘Dreaming’ memory system to build narrative dossiers about users, sorted by work, hobbies, and travel preferences, significantly improving its information retention rate. The success rate for keeping information current jumped from 52.2 percent to 75.1 percent. This update is significant as it indicates a notable improvement in ChatGPT’s ability to retain and organize user information, which can enhance user experience and provide more personalized interactions. The development of such AI technology has broader implications for the industry, potentially leading to more sophisticated and human-like conversational AI models. The ‘Dreaming’ memory system is a background memory consolidation system that accumulates short-term signals from conversations, logs, and decisions, and the update represents the most capable memory system yet. The system groups user interactions by topics such as work, hobbies, and travel preferences, creating a persistent profile of the user.

rss · The Decoder · Jun 4, 16:47

Background: ChatGPT is a conversational AI model developed by OpenAI, and its ‘Dreaming’ memory system is designed to improve its ability to retain and organize user information. The development of narrative dossiers is a new approach in AI technology, which aims to create more coherent and personalized user profiles. The concept of narrative dossiers is related to the field of narrative-driven XAI, which focuses on enhancing the comprehensibility of AI models through narrative-driven explanations.

References

Discussion: The community is discussing the implications of ChatGPT’s updated memory system, with some users expressing concerns about data privacy and others seeing it as a significant improvement in user experience. Some experts are also discussing the potential applications of narrative dossiers in various fields, such as customer service and education.

Tags: #AI products, #ChatGPT, #User Profiling


xAI Updates Grok Imagine to 1.5 ⭐️ 8.0/10

xAI has updated Grok Imagine to version 1.5, enabling image-to-video generation at up to 720p resolution based on text prompts. This update allows for the creation of cinematic videos from still images. This update is significant as it marks a major advancement in AI-powered video generation, with potential applications in various fields such as entertainment, education, and advertising. The ability to generate high-quality videos from text prompts could revolutionize content creation. The updated Grok Imagine 1.5 model can generate videos at up to 720p resolution and allows for the stitching of multiple clips into longer scenes. This is a notable improvement over previous versions, which were limited to lower resolutions and shorter clip lengths.

rss · The Decoder · Jun 4, 08:04

Background: Grok Imagine is a tool developed by xAI for creating short video clips from text or images. It is part of the broader Grok ecosystem, which includes a generative artificial intelligence chatbot and a wiki platform called Grokipedia. Image-to-video generation is a process that uses AI tools to animate static photos into dynamic videos by adding realistic motion, effects, and camera movements.

References

Tags: #AI products, #Computer vision, #Image-to-video generation


Airbnb Launches New AI Lab ⭐️ 8.0/10

Airbnb CEO Brian Chesky plans to launch a new AI lab, marking a significant move into AI research and development for the company. This announcement indicates Airbnb’s interest in exploring AI technologies, particularly large language models (LLMs). The launch of Airbnb’s AI lab is significant because it could lead to the development of innovative AI-powered features and services, enhancing user experiences and potentially disrupting the hospitality industry. This move also reflects the growing importance of AI in the tech industry. The AI lab will likely focus on developing and integrating large language models (LLMs) into Airbnb’s services, which could improve customer support, content generation, and other areas. However, the specific details of the lab’s objectives and projects are not yet disclosed.

rss · TechCrunch AI · Jun 4, 22:29

Background: Large language models (LLMs) are a type of artificial intelligence (AI) technology that can understand and generate human-like text. They have been increasingly used in various applications, including chatbots, language translation, and content generation. Companies like Microsoft and Meta have already expanded their AI partnerships with LLMs, and Airbnb’s move is seen as a significant step in the same direction.

References

Tags: #AI products, #AI applications, #Airbnb


Apple Approves Poke as First AI Agent ⭐️ 8.0/10

Poke has become the first AI agent approved for Apple’s Messages for Business platform, enabling businesses to use AI-powered text messaging. This approval allows Poke to provide AI-driven customer interactions through simple text messages. The approval of Poke as the first AI agent on Apple’s Messages for Business platform is significant, as it indicates a potential shift in how businesses interact with customers using AI-powered messaging. This development could impact the way companies engage with their customers and provide support. The Messages for Business platform allows businesses to connect with customers through various channels, including SMS, RCS, MMS, and WhatsApp. Poke’s AI agent approval enables businesses to leverage AI-powered text messaging for customer interactions.

rss · TechCrunch AI · Jun 4, 19:20

Background: The Messages for Business platform is a business messaging solution provided by Apple, allowing companies to engage with customers through the Messages app. AI-powered agents like Poke can enhance customer interactions by providing automated support and personalized responses.

References

Tags: #AI products, #AI applications, #Business Messaging


Meta Launches AI Creator Assistant ⭐️ 8.0/10

Meta has introduced a new AI-powered assistant on Facebook to help creators quickly understand their performance and engagement metrics. This assistant can provide answers to questions like ‘When should I post?’ and ‘What are people saying in my comments?’ The introduction of this AI creator assistant is significant as it simplifies the process of understanding performance metrics for creators, potentially increasing their productivity and engagement on the platform. This development also highlights Meta’s continued investment in AI-powered tools for content creation The AI assistant can provide quick insights into performance metrics, such as the best time to post and what people are saying in comments. This can help creators refine their content strategy and improve engagement

rss · TechCrunch AI · Jun 4, 16:32

Background: Content creators on social media platforms like Facebook often struggle to understand their audience and optimize their content for better engagement. The use of AI-powered tools can simplify this process and provide valuable insights. Meta has been investing in AI technology to enhance user experience and provide more efficient tools for creators

Tags: #AI products, #Social Media, #Content Creation


On-policy Distillation Gains Attention ⭐️ 8.0/10

On-policy distillation, a key post-training technique, has been added to PapersWithCode, providing resources to learn about this method used in models like Qwen 3.6 and 3.7. A whiteboard explanation by Sasha Rush is also available, offering a clear understanding of the technique. On-policy distillation is significant as it improves the performance of large language models, and its availability on PapersWithCode makes it more accessible to researchers and developers. This technique has the potential to impact the development of more accurate and efficient AI models. On-policy distillation involves a student model generating its own token sequences or trajectories through on-policy sampling, while a teacher model scores each token to identify and correct errors. This technique is particularly useful for large language models like Qwen and GLM-5.1.

reddit · r/MachineLearning · /u/NielsRogge · Jun 4, 12:40

Background: On-policy distillation is a knowledge distillation technique used in machine learning, particularly for large language models. It is a post-training method that aims to improve the performance of models by reducing errors and improving accuracy. PapersWithCode is a platform that provides resources and information on various machine learning techniques, including on-policy distillation.

References

Tags: #AI Research, #Machine Learning, #On-policy Distillation, #PapersWithCode


KVarN: Variance-Normalized KV-Cache Quantization (R) ⭐️ 8.0/10

Researchers introduce KVarN, a variance-normalized KV-Cache quantization method that combines Hadamard rotations with variance-normalization for efficient compression and speed-up in machine learning models

reddit · r/MachineLearning · /u/intentionallyBlue · Jun 4, 13:21

Tags: #Machine Learning, #Quantization, #AI Research


(R) Measuring the Symmetry–Data Exchange Rate ⭐️ 8.0/10

A research paper measures the symmetry-data exchange rate in geometric deep learning, introducing a new methodology to estimate the sample complexity reduction of equivariant models.

reddit · r/MachineLearning · /u/AhmedMostafa16 · Jun 4, 22:43

Tags: #Machine Learning, #Geometric Deep Learning, #AI Research


Repo for implementations of various Transformer Attn mechanisms (P) ⭐️ 8.0/10

A GitHub repository is shared implementing various Transformer attention mechanisms for easy switching and benchmarking in experiments, applicable in multiple fields including computer vision and language models

reddit · r/MachineLearning · /u/AnyIce3007 · Jun 4, 08:28

Tags: #Machine Learning, #Transformer Models, #Computer Vision, #Attention Mechanisms, #Open Source


I am now negotiating with AI as part of my job, and it’s going like you would expect. How can I circumvent it to speak to a representative? ⭐️ 8.0/10

An insurance claims adjuster is seeking advice on how to circumvent AI bots used by auto lenders to negotiate insurance settlements and speak to a live representative instead.

reddit · r/artificial · /u/FunyunGrundy · Jun 5, 00:15

Tags: #AI applications, #insurance industry, #AI ethics, #customer service


$2.5T in AI spending this year. 95% produces zero P&L impact. ⭐️ 8.0/10

Gartner forecasts $2.5 trillion in global AI spending for 2026, but MIT’s NANDA Initiative reports that 95% of enterprise gen AI projects deliver zero measurable return

reddit · r/artificial · /u/Senior_tasteey · Jun 4, 17:37

Tags: #AI products, #AI startups, #General software engineering


Ran gemma 4 12b on my 3090 yesterday and I think the local model game just changed ⭐️ 8.0/10

A user shares their experience with the Gemma 4 12b AI model, highlighting its strong performance and capabilities on a single 3090 GPU

reddit · r/artificial · /u/Sharkkkk2 · Jun 4, 07:45

Tags: #AI products, #AI applications, #General software engineering


Horus Image Generation is here! 🤩📷 ⭐️ 8.0/10

TokenAI announces the launch of Horus Lens 1.0, a text-to-image generation model, as part of the Horus model family, marking a significant step forward for Egypt’s AI ecosystem.

reddit · r/artificial · /u/assemsabryy · Jun 5, 03:08

Tags: #AI products, #AI startups, #Computer vision


Google just killed my ~$1M ARR startup because a hacker abused THEIR API design. 100k users locked out, 1M+ photos frozen, and they billed me for it. i will not promote. ⭐️ 8.0/10

A startup founder’s $1M ARR business was severely impacted when a hacker abused Google’s API design, resulting in a suspension and significant unexpected charges

reddit · r/startups · /u/Big_Manufacturer_585 · Jun 4, 15:52

Tags: #AI products, #startups, #software engineering, #API security


Three term sheets in 2 weeks , seeking advice from founders and VC- I will not promote ⭐️ 8.0/10

A startup founder shares their experience of receiving three term sheets in 2 weeks and seeks advice from other founders and VCs on Reddit

reddit · r/startups · /u/Old-Bat3274 · Jun 4, 11:38

Tags: #startups, #venture capital, #founder stories, #funding


Meta steals a tactic from Tesla and builds data centers in tents ⭐️ 7.0/10

Meta is building data centers in tents, a tactic inspired by Tesla, to reduce its massive data center bill

rss · TechCrunch AI · Jun 4, 19:33

Tags: #Data Centers, #Sustainability, #Cloud Infrastructure


What to expect from WWDC 2026: Siri’s highly anticipated revamp and Apple Intelligence updates ⭐️ 7.0/10

The upcoming WWDC 2026 is expected to feature a major revamp of Siri and updates to Apple Intelligence, according to recent reports and rumors.

rss · TechCrunch AI · Jun 4, 16:31

Tags: #AI products, #Apple, #Tech Conferences


Is Silicon Valley ready to put robots in people’s homes? Hello Robot is. ⭐️ 7.0/10

Hello Robot releases the fourth-generation of its home assistance robot, Stretch, marking a new development in robots for home use.

rss · TechCrunch AI · Jun 4, 15:05

Tags: #AI products, #Robotics, #Home Automation


DotBGE ⭐️ 7.0/10

DotBGE is a local-first file encryption solution available for iOS, CLI, and agents.

rss · Product Hunt · Jun 4, 06:40

Tags: #Encryption, #Security, #Product Launch


How do ML researchers actually use AI tools to improve their writing? (D) ⭐️ 7.0/10

A Reddit post inquires about how machine learning researchers use AI tools to improve their writing, prompting a discussion on the practical applications of AI in research workflows.

reddit · r/MachineLearning · /u/Hope999991 · Jun 4, 17:02

Tags: #AI tools, #ML research, #writing assistance, #research workflows, #machine learning


How Do You Handle Ablation Studies When the Original Model Is Already Trained?(R) ⭐️ 7.0/10

A researcher seeks advice on conducting ablation studies without retraining a model from scratch to avoid discrepancies in accuracy due to randomness and different seeds.

reddit · r/MachineLearning · /u/Plane_Stick8394 · Jun 4, 11:07

Tags: #Machine Learning, #Ablation Studies, #Research Methods, #Model Training


Claude is completely unusable now ⭐️ 7.0/10

A user reports that Claude has become unusable due to its tendency to evade work and excessively push back on user input, leading to frustrating interactions and wasted resources

reddit · r/artificial · /u/Complete-Sea6655 · Jun 4, 13:05

Tags: #AI products, #AI applications, #User Experience


ive started to realize the “this changes everything” AI post is literally the same post every month and i keep falling for it anyway ⭐️ 7.0/10

A Reddit user reflects on their tendency to get excited about new AI model releases, only to find that the novelty wears off and their workflow remains unchanged

reddit · r/artificial · /u/Napster3301 · Jun 4, 16:35

Tags: #AI products, #AI hype, #user experience


Trying to automate too early made my workflows worse, not better ⭐️ 7.0/10

A Reddit user shares their experience of how trying to automate workflows too early led to increased complexity and instability, highlighting the importance of defining clear manual processes before automating

reddit · r/artificial · /u/huncho-mohammed · Jun 5, 05:08

Tags: #automation, #workflow optimization, #AI lessons learned, #software engineering


Autonomous AI. ⭐️ 7.0/10

A user is building an autonomous AI using PowerShell, integrating natural language processing and scripting capabilities to create a user-friendly interface for continuous improvement

reddit · r/artificial · /u/Electrical-Tap-9224 · Jun 5, 05:22

Tags: #AI products, #AI applications, #Natural Language Processing


Built this game with AI. Should I reduce the difficulty or nah? ⭐️ 7.0/10

A developer built a commercial-grade browser game using AI-generated assets and is seeking feedback on whether the game’s difficulty level is too high

reddit · r/artificial · /u/BeltwayBro · Jun 4, 18:05

Tags: #AI applications, #Game development, #AI-generated content


About to run my first angel SAFE round, what do you wish you’d known before you started? I will not promote. ⭐️ 7.0/10

A first-time founder seeks advice and war stories from others who have raised funds through an angel SAFE round to learn from their experiences and avoid common mistakes

reddit · r/startups · /u/Select_Way_5176 · Jun 5, 01:23

Tags: #startups, #funding, #angel investing, #SAFE round, #founder advice


discovered a competitor after a few weeks of heads down – i will not promote ⭐️ 7.0/10

A startup founder discovers a competitor in their target niche after weeks of planning and seeks advice from the community on how to proceed.

reddit · r/startups · /u/mylons · Jun 4, 15:10

Tags: #startups, #competitor analysis, #market research, #entrepreneurship


Meta enables ADB on deprecated Portal devices (video) ⭐️ 6.0/10

Meta has enabled ADB on deprecated Portal devices, allowing developers to repurpose and breathe new life into old hardware

hackernews · jenders · Jun 5, 00:44 · Discussion

Tags: #AI products, #Meta, #Device repurposing


SpaceX, Other Mega IPOs Denied Fast Index Entry by S&P ⭐️ 6.0/10

S&P Dow Jones has decided to maintain its current rules for fast index entry, denying companies like SpaceX quick inclusion in its indexes, a decision that has sparked discussion among investors and finance experts.

hackernews · tristanj · Jun 4, 22:48 · Discussion

Tags: #finance, #stock market, #index funds, #SpaceX, #IPOs


Retro-Tech Parenting ⭐️ 6.0/10

The article ‘Retro-Tech Parenting’ explores the idea of raising children with limited exposure to modern technology and instead focusing on older, more traditional forms of entertainment and education.

hackernews · mawise · Jun 4, 16:02 · Discussion

Tags: #parenting, #technology, #education, #nostalgia


Quoting Emanuel Maiberg, 404 Media ⭐️ 6.0/10

Google’s spokesperson asked for a revised statement regarding the importance of human oversight in AI after an article was published about Google employees sharing memes criticizing the company’s AI

rss · Simon Willison · Jun 4, 16:38

Tags: #ai, #ai-ethics, #google, #journalism


Apple touts $1.4 trillion in App Store billings and sales, 90% without a commission ⭐️ 6.0/10

Apple’s App Store has generated $1.4 trillion in sales, with $149 billion from digital goods, and 90% of the transactions were commission-free.

rss · TechCrunch AI · Jun 4, 14:05

Tags: #Apple, #App Store, #Tech Business