generative

Winsage
December 28, 2024
The author has been using Arm-based computers, specifically an M1 Mac Mini and a Qualcomm Snapdragon-powered Windows two-in-one PC, and has found Apple's silicon consistently impressive while Microsoft's offerings have lagged. In April 2024, Microsoft introduced the Snapdragon X Elite and X Plus chipsets, enhancing the compatibility layer for applications on Windows on Arm through a new emulator called Prism, which matches the efficiency of Apple's Rosetta 2. Testing the Honor MagicBook 14 Art, powered by the Snapdragon X Elite, revealed significant improvements, including native support for previously struggling applications like Google Drive and ExpressVPN. The MagicBook features a 12-core Snapdragon X Elite, offering seamless application launch and multitasking without the random freezes seen in earlier models. Its thermal performance is commendable, achieving around ten hours of usage in "Balanced" mode. The device also includes a Neural Processing Unit for enhanced AI capabilities. Compatibility advancements allow mainstream applications to run natively, and upcoming Windows updates promise to expand this further. The MagicBook 14 Art is priced at approximately ,750, featuring 32GB of RAM, a 1TB SSD, and a detachable webcam for privacy. Despite the progress, the market for Snapdragon X computers remains niche, and Qualcomm's disputes with Arm could impact future sales.
Winsage
December 28, 2024
A Copilot+ PC is not required to access many AI features in Windows 11; older laptops that run Windows 11 can still utilize various AI-driven tools. The Photos app includes AI enhancements such as the Background tool, which allows users to blur, remove, or replace backgrounds in images. The Generative Erase function in Photos enables users to remove unwanted objects from photos. Microsoft Clipchamp offers an Auto Compose feature for quick video editing, allowing users to create videos with AI assistance. Microsoft's Copilot has become a standalone app, enabling window movement and custom keyboard shortcuts, and integrates advanced language models to assist with various tasks across Microsoft applications.
Winsage
December 28, 2024
In 2024, Microsoft made significant advancements and faced challenges. The Surface Pro 11th Edition, powered by the Qualcomm Snapdragon X Elite, showed improved compatibility with applications like Slack and Google Drive. The Microsoft Recall feature encountered skepticism due to delays and privacy concerns. The Windows 11 2024 Update confused users with multiple release channels and contradictory hardware requirements. The Surface Laptop 7 received praise for its battery life and design. Game Pass evolved into a complex array of tiers, complicating user experience. The Surface Studio 2+ was discontinued, disappointing fans. Microsoft’s Copilot initiative faced challenges, and the HoloLens 2 quietly exited the commercial market. Flight Simulator 2024 struggled with technical issues at launch. Microsoft integrated generative AI into core applications like Paint and Photos. The Windows95Man Paperclip emerged as a cultural phenomenon.
Winsage
December 27, 2024
Users who installed Windows 11 24H2 via removable media may not receive security updates if the installation media contains the October or November 2024 security updates. Microsoft advises using installation media that includes the December 2024 monthly security update or later to avoid this issue. Devices receiving updates through Windows Update or the Microsoft Update Catalog are not affected. Microsoft is working on a resolution for the installation media problem, which is one of several known issues with the Windows 11 update.
Winsage
December 27, 2024
The readers of The Register participated in a light-hearted competition, with the winner receiving a Windows XP Christmas sweater. Suggestions for the placement of Microsoft’s Copilot included integrating it into itself, incorporating it into Microsoft Flight Simulator 2024, replacing elected officials, and providing blunt advice in Excel. A straightforward suggestion was made to simply ask the AI what to do. ChatGPT humorously proposed unconventional ideas for Copilot's placement, such as assisting in the bathroom or helping with toasting bread. Sureo's suggestion to ask the AI was deemed the most sensible, leading to their win of the XP sweater.
Winsage
December 26, 2024
Microsoft has launched the public preview of AI Shell, a command-line utility that integrates generative AI capabilities into Windows PowerShell. It features two AI agents: Azure OpenAI and Copilot in Azure, with the option to add more. The installation requires Windows 10 or later and PowerShell version 7.4.6, using the script: Invoke-Expression “& { $(Invoke-RestMethod ‘https://aka.ms/install-aishell.ps1’) }”. Configuration involves adding API keys after executing the Start-AIShell command. AI Shell can execute commands, provide explanations for cmdlets, assist in writing PowerShell scripts, and generate Python code. It includes commands like /code post to send generated code to the terminal, /code copy to copy code, resolve-error to send errors for resolution, and Invoke-AIShell to send queries.
Tech Optimizer
December 24, 2024
Generative AI (GenAI) is expected to transform industries by improving productivity and revenue. A Deloitte report states that 80% of enterprises with advanced AI capabilities plan to increase AI investments. Companies must modernize legacy systems and tackle data challenges to implement GenAI, but many still use outdated technology, leading to costly transitions and downtime. Nearly half of US generative AI decision-makers expect returns on their investments within three years, which may underestimate the complexities of AI implementation. While cloud computing offers scalability, managing costs can be difficult, prompting many enterprises to adopt financial operations frameworks (FinOps). Concerns about third-party cloud services are leading businesses to consider on-premises and hybrid solutions, with predictions that by 2025, half of enterprises will use on-premises models for AI development. Choosing the right database is crucial for GenAI development, with PostgreSQL being a strong option due to its extensibility, seamless integration, open-source benefits, and deployment flexibility. Successful GenAI strategies focus on rapid development, cost-effective failures, and effective scaling, with Percona offering support to help organizations achieve these goals.
AppWizard
December 20, 2024
Google is releasing Android 16, which includes the WritingTools API that allows app developers to control the use of AI writing tools. The API introduces two methods: isWritingToolsEnabled() and setWritingToolsEnabled(), enabling applications to manage AI interactions with specific text fields. By default, AI writing tools are enabled, but developers can disable them in sensitive areas such as password fields and email addresses. This aims to standardize practices across Android keyboards, as not all third-party keyboards currently follow similar protocols. The API is part of a broader set of innovations in Android 16 Developer Preview 2, which also includes enhanced haptic controls, searchable cloud media items, and an adaptive refresh rate API.
AppWizard
December 20, 2024
Android 16 may introduce a feature allowing apps to block AI-generated text from keyboards. Reports indicate that Google is exploring an API enabling developers to identify and prevent AI-generated text from being pasted into their applications. This functionality involves the EditorInfo class, which includes new methods isWritingToolsEnabled() and setWritingToolsEnabled(). When an AI writing tool is active, setWritingToolsEnabled() will return true, allowing keyboards to generate text. Apps can disable this feature by configuring setWritingToolsEnabled() to return false, preventing the insertion of AI-generated text. The specific applications that will implement this feature are currently unknown.
AppWizard
December 19, 2024
Google has released the second developer preview of Android 16, which includes the Writing Tools API. This API allows applications to opt out of AI-driven text generation. It features two methods in the EditorInfo class: isWritingToolsEnabled(), which indicates if AI writing tools are active (enabled by default), and setWritingToolsEnabled(), which allows apps to prevent AI tools from rewriting user-generated text. Developers can disable these tools in contexts like password or numeric input fields. The API aims to give developers greater control over when to use AI writing tools, particularly in sensitive scenarios. Keyboard app developers are responsible for adhering to the API guidelines, though users may find ways to bypass restrictions.
Search