Items
Browse the latest source items collected for AI Weekly Malaysia. Open any item to see the original source, context, and related AI-generated summary when available.
Showing 176-200 of 2081 results
| Date | Provider | Category | Status | Item |
|---|---|---|---|---|
| 19 Jun 2026, 1:53 PM | Latent Space | developer-ai | new item | [AINews] GLM > GPT? GLM-5.2 passes vibe check; Z.ai forecasts Open Fable by December With GLM-5.2 passing everyone's vibe check, the open models story finally becomes a real frontier story. |
| 19 Jun 2026, 7:58 AM | Simon Willison | developer-ai | new item | Datasette Apps: Host custom HTML applications inside Datasette Today we launched a new plugin for Datasette, datasette-apps, with this launch announcement post on the Datasette project blog. That post has the what, but I'm going to expand on that a little bit here to provide the why. The TL;DR Datasette Apps are self-contained HTML+JavaScript applications that run in a tightly constrained <iframe> sandbox hosted on your Datasette application. They can use JavaScript to run read-only SQL queries against data in Datasette, and can run write queries too if you configure them with some stored queries. Here's a very simple example and a more complex custom timeline example - the latter looks like this: Apps are allowed to run JavaScript and render HTML and CSS. They are limited in terms of access - the <iframe sandbox="allow-scripts allow-forms"> they run in prevents them from accessing cookies or localStorage and they also have an injected CSP header (thanks to this research) which prevents them from making HTTP requests to outside hosts, preventing a malicious or buggy app from exfiltrating private data. Datasette Apps started out as my attempt at building a Claude Artifacts mechanism for Datasette Agent, but I quickly realised that the sandboxed pattern is interesting for way more than just adding custom apps in a chat interface and promoted it to its own top-level concept within the Datasette ecosystem. They're also a fun way to turn my multi-year experiment in vibe-coded HTML tools into a core feature of my main project! You can try out Datasette Apps by signing in with GitHub to the agent.datasette.io demo instance. Why build this? Since the very first release, Datasette has offered a flexible backend for creating custom HTML apps via its JSON API. One of my earliest Datasette projects was an internal search engine for documentation when I worked at Eventbrite - it worked by importing documents from different systems into SQLite on a cron and then serving them through a Datasette instance with a custom HTML+JavaScript search interface that directly queried the Datasette API. I had client-side JavaScript constructing SQL queries, which originally was intended as an engineering joke but turned out to be a really productive way of iterating on the app! That project, combined with my experience building my HTML tools collection and my experiments with Claude Artifacts, has convinced me that adding a Datasette-style backend to a self-contained HTML frontend is an astonishingly powerful combination. Imagine how much more useful Claude Artifacts could be if they had access to a persistent relational database. That's what I'm building with Datasette Apps! Neat ideas in Datasette Apps Here are a few of the ideas and patterns I've figured out building this which I think have staying power. <iframe sandbox="allow-scripts" srcdoc="..."> + <meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'unsafe-inline'; style-src 'unsafe-inline'; img-src data: blob:;"> This is t |
| 19 Jun 2026, 3:03 AM | Simon Willison | developer-ai | new item | datasette-acl 0.6a0 Release: datasette-acl 0.6a0 This release expands datasette-acl from table-only permissions toward a general resource-sharing system. Alex Garcia did most of the work for this release - we're fleshing out the plugin that will allow multi-user Datasette instances finely grained control over who can access which resources within Datasette. Tags: datasette, alex-garcia |
| 19 Jun 2026, 2:13 AM | Hugging Face Blog | developer-ai | new item | MosaicLeaks: Can your research agent keep a secret? |
| 19 Jun 2026, 1:59 AM | Cloudflare Blog | infrastructure | new item | Build your own vulnerability harness We break down the technical architecture behind our multi-stage vulnerability discovery harness and automated triage loop. Learn how we manage state controls, squash false positives through adversarial review, and route around LLM context limits. |
| 19 Jun 2026, 1:30 AM | Latent Space | developer-ai | new item | The Professor of Outputmaxxing — Anjney Midha, AMP We talk about how this legendary investor went from humble beginnings in Singapore to leading rounds in Anthropic, Mistral, Black Forest Labs, and Periodic Labs... and the AMP secret master plan! |
| 19 Jun 2026, 1:00 AM | OpenAI Blog | ai-labs | new item | New usage analytics and updated spend controls for enterprises OpenAI introduces new spend controls and usage analytics for ChatGPT Enterprise, helping organizations manage costs and scale AI with confidence. |
| 18 Jun 2026, 9:00 PM | Cloudflare Blog | infrastructure | new item | Celebrating 12 years of Project Galileo To mark the 12th anniversary of Project Galileo, Cloudflare has released its first comprehensive report analyzing cyberattacks against civil society. |
| 18 Jun 2026, 7:00 PM | OpenAI Blog | ai-labs | new item | Improving health intelligence in ChatGPT Learn how GPT-5.5 Instant improves ChatGPT’s health and wellness responses with stronger reasoning, better context, clearer communication, and physician-informed evaluations. |
| 18 Jun 2026, 4:25 PM | Vulcan Post | malaysia-startup | new item | More large employers in Singapore are planning layoffs, while small businesses keep hiring Disclaimer: Unless otherwise stated, any opinions expressed below belong solely to the author. Employment situation in Singapore remains positive, although the job market is showing signs of cooling in yet another report. According to the latest Q3 release by ManpowerGroup Singapore, the Net Employment Outlook index fell to just 13%, which is the lowest reading […] |
| 18 Jun 2026, 4:00 PM | OpenAI Blog | ai-labs | new item | Using AI to help physicians diagnose rare genetic diseases affecting children Researchers used an OpenAI reasoning model to help diagnose rare diseases, identifying 18 new diagnoses in previously unsolved cases. |
| 18 Jun 2026, 12:23 PM | Latent Space | developer-ai | new item | [AINews] Midjourney Medical: scan your organs like you step on a scale The only bootstrapped frontier lab announces its second product and second |
| 18 Jun 2026, 8:00 AM | Hugging Face Blog | developer-ai | new item | Is it agentic enough? Benchmarking open models on your own tooling |
| 18 Jun 2026, 8:00 AM | Hugging Face Blog | developer-ai | new item | Beyond LoRA: Can you beat the most popular fine-tuning technique? |
| 18 Jun 2026, 7:58 AM | Simon Willison | developer-ai | new item | GLM-5.2 is probably the most powerful text-only open weights LLM Chinese AI lab Z.ai released GLM-5.2 to their coding plan subscribers on June 13th, and then yesterday (June 16th) released the full open weights under an MIT license. Similar in size to their previous GLM-5 and GLM-5.1 releases this is a 753B parameter, 1.51TB monster - with 40 active parameters (Mixture of Experts). GLM-5.2 is a text input only model - Z.ai have a separate vision family most recently represented by GLM-5V-Turbo, but that one isn't open weights. GLM-5.2 has a 1 million token context window, up from GLM-5.1's 200,000. The buzz around this model is strong. Artificial Analysis, who run one of the most widely respected independent benchmarks: GLM-5.2 is the new leading open weights model on the Artificial Analysis Intelligence Index. GLM-5.2 is the leading open weights model on the Intelligence Index v4.1. At 51, it leads MiniMax-M3 (44), DeepSeek V4 Pro (max, 44) and Kimi K2.6 (43) They did however find it to be quite token-hungry: GLM-5.2 uses more output tokens per task than other leading open weights models: the model uses 43k output tokens per Intelligence Index task, up from GLM-5.1 (26k) and above MiniMax-M3 (24k), Kimi K2.6 (35k) and DeepSeek V4 Pro (max, 37k) The model is also now ranked 2nd on the Code Arena WebDev leaderboard, behind only Claude Fable 5. That leaderboard measures "front-end web development tasks, including agentic coding workflows". I'm impressed to see it rank so highly given the lack of image input, which I had incorrectly assumed was a key part of building a truly great frontend coding model. I've been trying it out via OpenRouter, which has it from 9 different providers, almost all of which are charging $1.40/million for input and $4.40/million for output. For comparison, GPT-5.5 is $5/$30 and Claude Opus 4.5-4.8 is $5/$25. Excellent pelican, disappointing opossum GLM-5.1 gave me one of my favorite pelicans and my all time favorite opossum (for the prompt "Generate an SVG of a NORTH VIRGINIA OPOSSUM ON AN E-SCOOTER".) Interestingly, in both of those cases the model chose to return SVG wrapped in an HTML document that added additional animations using CSS. Let's try GLM-5.2. For "Generate an SVG of a pelican riding a bicycle" I got this: It's a self-contained fully animated SVG, and the animations aren't broken! Often I'll see eyes falling off or wheels rotating independently of the bicycle but here everything works great. It's a very nice vector illustration of a pelican too. Very impressive. Sadly, the NORTH VIRGINIA OPOSSUM ON AN E-SCOOTER did not come out nearly as well: This is such a step down from GLM-5.1! As a reminder, that possum looked like this: 5.2 didn't even try to animate it. Tags: ai, generative-ai, llms, pelican-riding-a-bicycle, llm-release, openrouter, ai-in-china, glm |
| 18 Jun 2026, 3:35 AM | Cloudflare Blog | infrastructure | new item | Bringing more agent harnesses and frameworks to Cloudflare, starting with Flue The Agents SDK is now a runtime any agent framework can build on. Today we're opening up the Agents SDK primitives, with Flue as a first framework targeting Agents SDK, and rolling out agents in the dashboard. |
| 18 Jun 2026, 1:58 AM | Latent Space | developer-ai | new item | 🔬 The Self-Driving Lab — Joseph Krause, Radical AI Radical AI's Joseph Krause on why the moat in materials is the lab, not the model |
| 17 Jun 2026, 11:00 PM | Google AI Blog | ai-labs | new item | New research shows how AMIE, our medical AI, could help manage health conditions. Research in “Nature” shows our conversational AI system matches primary care physicians in complex disease management. |
| 17 Jun 2026, 9:00 PM | Cloudflare Blog | infrastructure | new item | Introducing the Cloudflare One stack: agent-powered deployment The Cloudflare One stack is a library of agent skills that gives any AI agent the knowledge it needs to plan, deploy, and manage a Zero Trust environment — no migration calls required. |
| 17 Jun 2026, 8:04 PM | Lenny's Newsletter | product-startup | new item | How to design AI agent loops: schedules, goals, and subagents in Claude Code and Codex Watch now | 🎙️Every loop type explained: heartbeats, crons, goals, and subagents. Plus two live Claude Code and Codex builds that run autonomously so you never manually babysit a PR again |
| 17 Jun 2026, 6:18 PM | Hugging Face Blog | developer-ai | new item | From the Hugging Face Hub to robot hardware with Strands Agents and LeRobot |
| 17 Jun 2026, 6:00 PM | OpenAI Blog | ai-labs | new item | A near-autonomous AI chemist improves a challenging reaction in medicinal chemistry OpenAI and Molecule.one show how a near-autonomous AI chemist using GPT-5.4 improved a key drug-making reaction, advancing medicinal chemistry research. |
| 17 Jun 2026, 5:01 PM | Hugging Face Blog | developer-ai | new item | GLM-5.2: Built for Long-Horizon Tasks |
| 17 Jun 2026, 1:37 PM | Latent Space | developer-ai | new item | [AINews] GLM-5.2: the top Frontend Coding model in the world, IndexShare for Speculative Decoding We have a new top open model in the world! |
| 17 Jun 2026, 8:00 AM | Hugging Face Blog | developer-ai | new item | Agentic Resource Discovery: Let agents search |