AI Breaks Code Faster Than Hackers Can Exploit It
In brief
- A new AI tool called GPT-5.4-Cyber has been released in limited form.
- It is designed to find security holes in software.
- This tool is being developed by the company behind ChatGPT.
- This tool can scan software for weaknesses that hackers might exploit.
- It works by analyzing code and identifying patterns that could lead to security problems.
- Early tests suggest it can find flaws faster than traditional methods.
- For developers, this means they can fix issues before they become serious problems.
- For users, it means software can be more secure.
- Watch for how this tool is used in the coming months.
- More companies may adopt it to improve their security practices.
Terms in this brief
- GPT-5.4-Cyber
- A new AI tool developed by the company behind ChatGPT, designed to identify security vulnerabilities in software faster than traditional methods. It scans code for potential weaknesses that hackers might exploit, helping developers fix issues before they become serious problems.
Read full story at NY Times Tech →, IEEE Spectrum →
More briefs
GitHub Copilot CLI Gets Smarter with Language Servers
GitHub Copilot, the AI-powered coding assistant, is getting a major upgrade. Developers can now connect it with language servers-tools that understand specific programming languages-to make their code smarter and more accurate. This means instead of searching through old code or reverse-engineering software (a process called decompilation), Copilot can directly use real code intelligence to help developers write better code faster. This update is a big deal for the coding community. By integrating language servers, Copilot can now understand your project's unique setup and team workflows better. This turns one-time help from Copilot into repeatable processes that teams can review and rely on. For example, if you're working on a JavaScript project, Copilot can pull in JSDoc documentation or TypeScript type definitions to offer more relevant suggestions. Looking ahead, this integration opens up new possibilities for developers. As more language servers are supported, Copilot will become even more tailored to different programming languages and frameworks. Developers can expect faster, more accurate coding assistance that adapts to their specific needs.
NVIDIA Introduces Verified Agent Skills
NVIDIA has introduced verified agent skills to help developers understand and trust AI agent capabilities. These skills are portable instruction sets that teach AI agents how to use certain libraries and tools correctly. Verified skills undergo a publishing flow that includes daily catalog updates and automated and human reviews. They are also scanned for risks and signed with a cryptographic signature to ensure authenticity and integrity. NVIDIA-verified skills will help developers extend autonomous agents more confidently, with over 100 skills already available in the NVIDIA skills repository, and more to be added in the future.
A New Tool for Understanding AI Emotions
A researcher has created a new tool called traitinterp that allows anyone to explore how large language models (LLMs) like Llama perceive emotions. By using this tool, the researcher replicated a study on emotion recognition in LLMs, finding similarities between Llama and another model called Sonnet. For example, Llama showed a stronger link between user emotions and its responses compared to Sonnet. The tool simplifies experimenting with AI behavior by enabling quick tests through "linear probes," which are like questions that measure specific traits or emotions. This method makes it easier for developers and researchers to understand how models interpret emotions and other attributes. The tool is versatile, supporting various methods and even allowing users to create their own emotion vectors. The future of this research lies in scaling these experiments to better understand AI behavior across different models and tasks. As the tool evolves, it could unlock new insights into how AI processes complex social cues like emotions, potentially improving interactions between humans and machines.
NVIDIA Announces Breakthrough AI Tools for Software Development
NVIDIA has unveiled new AI-powered tools designed to revolutionize software development. These tools act as real-time coding companions, automating tasks like debugging and code generation, making developers more efficient. The announcement highlights how AI is transforming the way coders work, potentially speeding up the creation of complex systems across industries. The introduction of these AI tools marks a significant shift in the software development landscape. By handling repetitive and time-consuming tasks, they enable developers to focus on innovation and problem-solving. NVIDIA's advancements suggest that AI integration could soon become standard in coding environments, making the process faster and more accessible for both experienced professionals and newcomers. As AI continues to evolve, developers can expect even greater capabilities from these tools. Future updates may include enhanced reasoning, context understanding, and collaboration features, further integrating AI into the development workflow. This progress underscores the growing role of AI in shaping the future of technology.
New Open-Source Library Enhances Text Layout Performance
A Midjourney engineer has introduced Pretext, a lightweight TypeScript library that improves text layout efficiency. This 15KB tool avoids browser reflows, enabling smooth UI features like infinite scrolling and masonry layouts to run at 60-120 frames per second. By leveraging AI to reverse-engineer DOM calculations, Pretext offers significant performance benefits for developers. The release of Pretext addresses a long-standing challenge in web development: optimizing text layout without compromising on responsiveness or visual appeal. Traditional methods often lead to jarring reflows and slower frame rates, especially with complex designs. Pretext's innovative approach not only enhances user experience but also reduces development time by simplifying layout management. Looking ahead, developers can expect Pretext to be widely adopted as a go-to solution for high-performance text rendering. Its compact size and compatibility make it an attractive option for integrating advanced UI patterns into web applications seamlessly.