My Apps

Van Gogh

Art Jigsaw Puzzle

Do the Math

Battle of numbers

Friends of Ten

Learning Math

Atmo

Ambience and Nighlight

Recent stuff

Meta's Recipe for Building Agents as "Organizational Second Brains"

Meta describes how an AI agent can be designed to capture the logic and expertise of domain experts, rather than simply storing documents or retrieving relevant information. The system, dubbed an “organizational second brain”, was built for a specialized compliance domain, but Meta argues the architecture generalizes to areas like security, finance, engineering, and procurement.

  • Architecture & Design

Google Mantis: An Agentic Vulnerability Scanning Harness for Reducing False Positives

Google has open-sourced Mantis, an AI-agent framework designed to automate the software vulnerability lifecycle, from identifying and validating vulnerabilities to reproducing and fixing them. Google says it developed Mantis to address the high rate of false positives and hallucinated vulnerabilities produced by conventional AI-powered code scanning.

  • AI, ML & Data Engineering

Shopify Introduces Gisting: Compressing LLM System Prompts into Learned Tokens

Shopify’s engineering introduced gisting, a novel technique for compressing long LLM prompts into a smaller set of learned “gist” tokens, improving throughput and reducing inference cost.

  • AI, ML & Data Engineering

Random stuff

Meta Open-sourced AI Tool to Animate Child and Amateur Drawings of Human Figure

Based on a joint research by Meta AI Research, Tencent America, MIT CSAIL, and Carnegie Mellon, Meta released Animated Drawings, an AI-based tool to create animations from hand drawn human-like characters.

  • AI, ML & Data Engineering

iOS6: dynamic autorotation

One of the most intrusive changes brought by iOS6 is the way autorotation is handled in UIViewControllers. If you have an autorotating app for iOS5, you will need to change it to correctly support autorotation under iOS6. If you develop an app which is supposed to run both on iOS5 and iOS6, then you will have to handle autorotation in the old as well as the new way.