Tag: age

  • Embrace The Red: Amazon Q Developer for VS Code Vulnerable to Invisible Prompt Injection

    Source URL: https://embracethered.com/blog/posts/2025/amazon-q-developer-interprets-hidden-instructions/ Source: Embrace The Red Title: Amazon Q Developer for VS Code Vulnerable to Invisible Prompt Injection Feedly Summary: The Amazon Q Developer VS Code Extension (Amazon Q) is a very popular coding agent, with over 1 million downloads. In previous posts we showed how prompt injection vulnerabilities in Amazon Q could lead…

  • Schneier on Security: Subverting AIOps Systems Through Poisoned Input Data

    Source URL: https://www.schneier.com/blog/archives/2025/08/subverting-aiops-systems-through-poisoned-input-data.html Source: Schneier on Security Title: Subverting AIOps Systems Through Poisoned Input Data Feedly Summary: In this input integrity attack against an AI system, researchers were able to fool AIOps tools: AIOps refers to the use of LLM-based agents to gather and analyze application telemetry, including system logs, performance metrics, traces, and alerts,…

  • The Register: Open the pod bay door, GPT-4o

    Source URL: https://www.theregister.com/2025/08/20/gpt4o_pod_bay_door/ Source: The Register Title: Open the pod bay door, GPT-4o Feedly Summary: Researchers use LLM in ‘AI Space Cortex’ to automate robotic extraterrestrial exploration Businesses may be struggling to find meaningful ways to use artificial intelligence software, but space scientists at least have a few ideas about how to deploy AI models.……

  • The Register: KPMG wrote 100-page prompt to build agentic TaxBot

    Source URL: https://www.theregister.com/2025/08/20/kpmg_giant_prompt_tax_agent/ Source: The Register Title: KPMG wrote 100-page prompt to build agentic TaxBot Feedly Summary: Produces advice in a single day instead of two weeks – without job losses The Australian arm of consultancy firm KPMG wrote a 100-page prompt to create an agentic system that prepares tax advice far faster than humans.……

  • Embrace The Red: Amazon Q Developer: Remote Code Execution with Prompt Injection

    Source URL: https://embracethered.com/blog/posts/2025/amazon-q-developer-remote-code-execution/ Source: Embrace The Red Title: Amazon Q Developer: Remote Code Execution with Prompt Injection Feedly Summary: The Amazon Q Developer VS Code Extension (Amazon Q) is a popular coding agent, with over 1 million downloads. The extension is vulnerable to indirect prompt injection, and in this post we discuss a vulnerability that…

  • Tomasz Tunguz: When One AI Grades Another’s Work

    Source URL: https://www.tomtunguz.com/evolution-of-ai-judges-improving-evoblog/ Source: Tomasz Tunguz Title: When One AI Grades Another’s Work Feedly Summary: Since launching EvoBlog internally, I’ve wanted to improve it. One way of doing this is having an LLM judge the best posts rather than a static scoring system. I appointed Gemini 2.5 to be that judge. This post is a…

  • Simon Willison’s Weblog: llama.cpp guide: running gpt-oss with llama.cpp

    Source URL: https://simonwillison.net/2025/Aug/19/gpt-oss-with-llama-cpp/ Source: Simon Willison’s Weblog Title: llama.cpp guide: running gpt-oss with llama.cpp Feedly Summary: llama.cpp guide: running gpt-oss with llama.cpp Really useful official guide to running the OpenAI gpt-oss models using llama-server from llama.cpp – which provides an OpenAI-compatible localhost API and a neat web interface for interacting with the models. TLDR version…