Filtered by #open-sourceClear
Slide 1
Slide 2
Slide 3
Slide 4
Slide 5
Slide 6
Slide 7

Another ChatGPT trend is here People are turning their profiles into cute crayon-style cartoons using ChatGPT. The idea is simple. Upload a screenshot of your profile, paste the prompt, and let the model redraw the whole page as if it was made with crayons on white paper. The result keeps the profile layout, but turns the details into a playful handmade version filled with sweet childlike elements. It works because the output feels personal, nostalgic, and instantly shareable. Would you try this with your own profile?

Dev.toDev.to
Memory poisoning: the one injection that never leaves

Memory poisoning: the one injection that never leaves

Persistent memory in AI agents creates a new attack surface where prompt injections survive across sessions and re-enter context on every retrieval. Security researcher Johann Rehberger demonstrated SPAIware writing malicious instructions into ChatGPT's long-term memory, and the MemoryGraft paper shows poisoned experience records causing durable behavioral drift in autonomous agents like MetaGPT. Three key defenses apply: scope memory per instance, validate writes for injection patterns, and maintain per-entry provenance to enable surgical removal of poisoned entries.

See more
VercelVercel
Laguna S 2.1 is now available on AI Gateway

Laguna S 2.1 is now available on AI Gateway

Laguna S 2.1 from Poolside is now available on Vercel's AI Gateway in free and paid versions, offering an open-weight Mixture-of-Experts model with up to 1M token context. The model specializes in agentic coding and long-running tasks, scoring 78.5% on SWE-bench Multilingual and 70.2% on Terminal-Bench 2.1. Developers can integrate it via the AI SDK with unified API features including usage tracking, failover, and BYOK support at provider pricing with no markup.

See more
AI Weekly Issue #515: China's AI is redrawing the AI race

AI Weekly Issue #515: China's AI is redrawing the AI race

A Chinese open-weight model triggered the worst week for chip stocks since April as investors questioned what $725B in AI capex is actually buying. Separately, an autonomous agent breached Hugging Face, and US frontier-model guardrails locked out defenders who then ran forensics on an open Chinese model. Washington simultaneously moved to restrict access to closed models, making open-weight the common winner across both market and security fronts.

See more
Introducing ASCIITermDraw Bench | Testing the ability of VLMs to Generate and Edit ASCII [P]

Introducing ASCIITermDraw Bench | Testing the ability of VLMs to Generate and Edit ASCII [P]

ASCIITermDraw-Bench is a new benchmark evaluating Vision Language Models on their ability to generate and edit ASCII-based diagrams across 80 tasks spanning basic layouts, network topologies, software architecture, and image-conditioned editing. Each task is scored both structurally and semantically via an LLM judge with 95% confidence intervals. Gemma-4-31B-IT currently leads at 73.8%, followed by Qwen3.7-Plus at 70.2%, with the full methodology and examples publicly available on Hugging Face.

See more
Towards surfacing model algorithms with meta-tokens in the J-Space

Towards surfacing model algorithms with meta-tokens in the J-Space

Researchers applied the J-lens interpretability technique to Qwen3.6-27B and discovered 'meta-tokens' โ€” single tokens that reveal non-obvious internal computations, such as Chinese tokens firing when the model detects ambiguity or hedges. Steering these meta-tokens causally changes model outputs, e.g., suppressing a hedging token makes the model commit to a single answer. The work is a proof of concept that J-lens can surface algorithms, not just intermediate variables, with multi-token J-lens as the natural next step.

See more
Deterministic Replay for AI Agent Systems

Deterministic Replay for AI Agent Systems

agrepl is an open-source CLI framework for deterministic replay of AI agent executions, solving the reproducibility problem caused by LLM sampling variance and external API state. It intercepts all external interactions via a MITM proxy, serializes them as structured traces, and replays them in a fully isolated environment with zero network access. Evaluation across 250 replay instances shows perfect replay fidelity (F=1.0) and 98.3% median per-step latency reduction. The tool is implemented in Go and released under the MIT license.

See more
OpenLanguageModel: Readable and Composable Small-Language-Model Pretraining for Education and Research

OpenLanguageModel: Readable and Composable Small-Language-Model Pretraining for Education and Research

OpenLanguageModel (OLM) is an MIT-licensed PyTorch library for building and pretraining small language models with transparent, readable code. It supports tokenizers, streaming datasets, mixed precision, and CPU through multi-GPU execution, with 27 presets across nine model families. Validation shows 90.6% four-GPU weak-scaling efficiency for a 348M-parameter workload and close agreement with reference implementations.

See more
HantaWatch: Federated Learning for Hantavirus Genomic Surveillance

HantaWatch: Federated Learning for Hantavirus Genomic Surveillance

HantaWatch is a federated learning framework enabling labs and surveillance sites to collaboratively train sequence-based models for Hantavirus genomic surveillance without sharing raw data. It integrates k-mer feature extraction, source-aware federated client construction, adaptive DU-FedProx optimization, and prediction-only triage. Experiments show it balances predictive performance, false-negative risk, and update stability across binary and multi-class tasks including high-risk screening and outbreak prediction.

See more
The VergeThe Verge
The original headline is: "Google launches Gemini 3.5 Flash Cyber, a cost-efficient AI security model for vulnerability detection"

The original headline is: "Google launches Gemini 3.5 Flash Cyber, a cost-efficient AI security model for vulnerability detection"

Google launched Gemini 3.5 Flash Cyber, a cost-efficient AI security model for finding and patching vulnerabilities, positioned as a cheaper alternative to larger models like Anthropic's Mythos. The model is available first to governments and trusted partners via CodeMender, Google's security-focused coding agent. It enables high-speed, low-cost scanning of more code paths by AI agents.

See more
GitHub Code Quality is now generally available

GitHub Code Quality is now generally available

GitHub Code Quality is now generally available on GitHub Enterprise Cloud and GitHub Team. The feature addresses the challenge of maintaining code standards as AI accelerates code output. The announcement is brief but signals GitHub's response to AI-driven development workflows.

See more
The original headline is: "Model Context Protocol updates aim to simplify AI interoperability"

The original headline is: "Model Context Protocol updates aim to simplify AI interoperability"

TechCrunch reports on improvements to the Model Context Protocol (MCP), a foundational interoperability standard that lets AI models securely access external data sources and services. MCP acts as shared plumbing so chatbots can reach calendars, databases, and internal tools without engineers building bespoke integrations for each connection. The article suggests upcoming changes will make the protocol easier to adopt.

See more
Complete Guide to Thinking Machines Inkling

Complete Guide to Thinking Machines Inkling

Thinking Machines Lab has released Inkling, a 975B-parameter multimodal Mixture-of-Experts model with 41B active parameters and a 1M-token context window. It is open-weights and designed for customizable multimodal reasoning, agentic AI, coding, tool use, and audio/vision tasks rather than benchmark dominance. The model targets developers building domain-specific applications on a flexible foundation.

See more
MashableMashable
Inside the Robot Lab Training Robots With Internet Video

Inside the Robot Lab Training Robots With Internet Video

Rhoda AI is training robots using hundreds of millions of internet videos rather than curated lab data, via its Direct Video Action model. This approach could dramatically reduce the cost and scale barriers of robot learning. The article covers how the model translates video content into actionable robot behaviors.

See more
The original headline is: "Murati's Thinking Machines Releases Open-Weights 975B Parameter LLM"

The original headline is: "Murati's Thinking Machines Releases Open-Weights 975B Parameter LLM"

Mira Murati's startup Thinking Machines has released a 975 billion parameter large language model with open weights, allowing public access to model weights for research and deployment. The release positions Thinking Machines as a significant competitor in the open-weight LLM space alongside Meta and others. Details on architecture, training data, and benchmark performance are available via the linked source.

See more
Introducing Tau: An Educational Coding Agent

Introducing Tau: An Educational Coding Agent

Tau is a minimal, educational Python coding agent from Hugging Face, designed as a readable reference for learning agent architecture. The video covers installation, a three-layer design pattern (tau_ai for model streaming, tau_agent for the loop harness, tau_coding for tools and TUI), model provider configuration, and durable session management. Install with `uv tool install tau-ai` and explore the open-source repo to understand how modern coding agents actually work.

See more
AiA Feed ยท Generated with AI, which can make mistakes.