Goto

Collaborating Authors

 renovation


The 13 Steps of a Trump Fiasco

The Atlantic - Technology

The Reflecting Pool drama says everything about how the administration operates. If you wanted to make an argument that we are all living in some cruel simulation, a key piece of evidence might be that the news keeps providing us with absurd, occasionally quite alarming metaphors for what it's like to exist in 2026. To wit: The London School of Economics recently canceled an event on extreme heat because of an extreme-heat warning issued by the United Kingdom's Met Office. Or, closer to home for Americans: Donald Trump, trying to renovate the Lincoln Memorial Reflecting Pool for America's 250th birthday and, instead, scoring a tax-payer-funded, $14 million-over-budget own goal in the form of a cracked and peeling, green-algae-riddled, potentially duck-killing militarized zone in the nation's capital. One of the firms hired for the renovation is named Greenwater Services.


Trump Admin Blames and Arrests Alleged Vandals for Reflecting Pool Problems

TIME - Tech

Follow this section to personalize your feed and get instant alerts. Follow Go to your personalized feed WHY FOLLOW? Smart Alerts: Get notified about major news as it happens. Follow this tag to personalize your feed and get instant alerts. Follow Go to your personalized feed WHY FOLLOW?


Why the Reflecting Pool Is Full of Algae After Trump's Renovation

WIRED

Why the Reflecting Pool Is Full of Algae After Trump's Renovation Warm weather has fueled a bloom that US National Park Service workers are trying to kill using everything from hydrogen peroxide to nanobubbles ahead of July 4 celebrations. On Wednesday morning, workers poured hydrogen peroxide into the Lincoln Memorial Reflecting Pool in Washington, DC. The treatment is the latest attempt by the Interior Department to control an algae bloom that has turned the pool bright green, despite President Donald Trump's costly renovation to make it "American flag blue" in time for the nation's 250th anniversary . Hot temperatures and climate change are among the risk factors that could be driving the outbreak. The Trump administration spent more than $14 million to update the pool ahead of celebrations across the US capital .


Kennedy Center to close for two years for renovations, Trump says

BBC News

The Kennedy Center in Washington DC will be closed for a two-year renovation beginning in July, President Donald Trump has announced. In a post on Truth Social on Sunday, Trump said the centre would close on 4 July this year in honor of the 250th Anniversary of our Country. The move follows several artists cancelling performances at the storied institution after it was recently renamed as the Trump Kennedy Center. Shortly after taking office, the president fired several of the board members at the centre and replaced them with allies, who then voted to make Trump chairman of the board. The new board renamed the institution the Donald J Trump and the John F Kennedy Memorial Center for the Performing Arts in December.


MemLoRA: Distilling Expert Adapters for On-Device Memory Systems

arXiv.org Artificial Intelligence

Memory-augmented Large Language Models (LLMs) have demonstrated remarkable consistency during prolonged dialogues by storing relevant memories and incorporating them as context. Such memory-based personalization is also key in on-device settings that allow users to keep their conversations and data private. However, memory-augmented systems typically rely on LLMs that are too costly for local on-device deployment. Even though Small Language Models (SLMs) are more suitable for on-device inference than LLMs, they cannot achieve sufficient performance. Additionally, these LLM-based systems lack native visual capabilities, limiting their applicability in multimodal contexts. In this paper, we introduce (i) MemLoRA, a novel memory system that enables local deployment by equipping SLMs with specialized memory adapters, and (ii) its vision extension MemLoRA-V, which integrates small Vision-Language Models (SVLMs) to memory systems, enabling native visual understanding. Following knowledge distillation principles, each adapter is trained separately for specific memory operations$\unicode{x2013}$knowledge extraction, memory update, and memory-augmented generation. Equipped with memory adapters, small models enable accurate on-device memory operations without cloud dependency. On text-only operations, MemLoRA outperforms 10$\times$ larger baseline models (e.g., Gemma2-27B) and achieves performance comparable to 60$\times$ larger models (e.g., GPT-OSS-120B) on the LoCoMo benchmark. To evaluate visual understanding operations instead, we extend LoCoMo with challenging Visual Question Answering tasks that require direct visual reasoning. On this, our VLM-integrated MemLoRA-V shows massive improvements over caption-based approaches (81.3 vs. 23.7 accuracy) while keeping strong performance in text-based tasks, demonstrating the efficacy of our method in multimodal contexts.


When Thinking LLMs Lie: Unveiling the Strategic Deception in Representations of Reasoning Models

arXiv.org Artificial Intelligence

The honesty of large language models (LLMs) is a critical alignment challenge, especially as advanced systems with chain-of-thought (CoT) reasoning may strategically deceive humans. Unlike traditional honesty issues on LLMs, which could be possibly explained as some kind of hallucination, those models' explicit thought paths enable us to study strategic deception--goal-driven, intentional misinformation where reasoning contradicts outputs. Using representation engineering, we systematically induce, detect, and control such deception in CoT-enabled LLMs, extracting "deception vectors" via Linear Artificial Tomography (LAT) for 89% detection accuracy. Through activation steering, we achieve a 40% success rate in eliciting context-appropriate deception without explicit prompts, unveiling the specific honesty-related issue of reasoning models and providing tools for trustworthy AI alignment.


In key Congressional race, Republicans criticize Democrat's Central Valley real estate deal

Los Angeles Times

When the federal government closed Castle Air Force Base in Merced County in the 1990s, the dilapidated buildings and vast expanse of aging tarmac left behind seemed more like a liability than an opportunity. But by 2018, the old runways that once carried B-52 bombers had found a new and unexpected customer: Google, which was testing its experimental self-driving vehicles there, far from the prying eyes of Silicon Valley. At the urging of then-state Assemblyman Adam Gray, California gave Merced County 6.5 million that year to expand the self-driving testing program at the old base. A few years later, Gray invested there, too. In 2022, a company in which Gray is a minority owner bought four apartment buildings on the former base from Merced County, according to a Times review of business filings, property records and Gray's financial disclosures.


Enhancing the Efficiency and Accuracy of Underlying Asset Reviews in Structured Finance: The Application of Multi-agent Framework

arXiv.org Artificial Intelligence

Structured finance, which involves restructuring diverse assets into securities like MBS, ABS, and CDOs, enhances capital market efficiency but presents significant due diligence challenges. This study explores the integration of artificial intelligence (AI) with traditional asset review processes to improve efficiency and accuracy in structured finance. Using both open-sourced and close-sourced large language models (LLMs), we demonstrate that AI can automate the verification of information between loan applications and bank statements effectively. While close-sourced models such as GPT-4 show superior performance, open-sourced models like LLAMA3 offer a cost-effective alternative. Dual-agent systems further increase accuracy, though this comes with higher operational costs. This research highlights AI's potential to minimize manual errors and streamline due diligence, suggesting a broader application of AI in financial document analysis and risk management.


Novel Preprocessing Technique for Data Embedding in Engineering Code Generation Using Large Language Model

arXiv.org Artificial Intelligence

We present four main contributions to enhance the performance of Large Language Models (LLMs) in generating domain-specific code: (i) utilizing LLM-based data splitting and data renovation techniques to improve the semantic representation of embeddings' space; (ii) introducing the Chain of Density for Renovation Credibility (CoDRC), driven by LLMs, and the Adaptive Text Renovation (ATR) algorithm for assessing data renovation reliability; (iii) developing the Implicit Knowledge Expansion and Contemplation (IKEC) Prompt technique; and (iv) effectively refactoring existing scripts to generate new and high-quality scripts with LLMs. By using engineering simulation software RedHawk-SC as a case study, we demonstrate the effectiveness of our data pre-processing method for expanding and categorizing scripts. When combined with IKEC, these techniques enhance the Retrieval-Augmented Generation (RAG) method in retrieving more relevant information, ultimately achieving a 73.33% "Percentage of Correct Lines" for code generation problems in MapReduce applications.


Artificial Intelligence and Industry 4.0

#artificialintelligence

Much of the hype nearby artificial intelligence in manufacturing is focused on industrial automation, on the other hand, this is just one aspect of the smart factory revolution -- a natural next step in the chase of efficiency. What artificial intelligence additionally brings to the producing desk is its functionality to open up absolutely new avenues for business. Below is a precis that covers each of those factors of artificial intelligence in the Industry 4.0 paradigm, and the way this effective generation is already being utilized by producers to pressure performance, and enhance great and higher control delivery chains. Artificial intelligence's effect on production can be prepared into five fundamental areas: Reducing manufacturing losses and stopping manufacturing procedure inefficiencies has constantly been a steady battle for producers of all stripes. Today that is truer than ever, as developing calls for meets improved competition.