
AgentStack Daily: Cohere's Parse 5 Turns Scanned PDFs Into Clean Markdown
Cohere's Parse 5 Turns Scanned PDFs Into Clean Markdown, Claude, Codex, and Hermes Left 227 Unowned Install Commands in Corporate Docs, OpenAI and Thailand... Show notes: https://tobyonfitnesstech.com/podcasts/episode-108/
🎧 Listen to EpisodeAgentStack Daily EP108 — Cohere's Parse 5 Turns Scanned PDFs Into, Claude, Codex, and Hermes Left 227 Unown, OpenAI and Thailand pick 10 health, well
Title: AgentStack Daily: Cohere's Parse 5 Turns Scanned PDFs Into Clean Markdown
Tagline: Today's stories: Cohere's Parse 5 Turns Scanned PDFs Into Clean Markdown, Claude, Codex, and Hermes Left 227 Unowned Install Commands in Corporate Docs, OpenAI and Thailand pick 10 health, wellness, and education startups for an eight-week AI accelerator, and Meta executive Sandhya Devanathan heads to OpenAI for Asia-Pacific operations. Concrete changes across the agent stack — what shipped, the mechanisms underneath, and what each one means for builders working with coding agents, models, and tooling.
Feed description: Cohere's Parse 5 Turns Scanned PDFs Into Clean Markdown, Claude, Codex, and Hermes Left 227 Unowned Install Commands in Corporate Docs, OpenAI and Thailand pick 10 health, wellness, and education startups for an eight-week AI accelerator, and Meta executive Sandhya Devanathan heads to OpenAI for Asia-Pacific operations. What shipped, how the mechanisms work, and what each change means for agent builders.
Story Slate
Cohere's Parse 5 Turns Scanned PDFs Into Clean Markdown Cohere has shipped Parse version 5.0, a 2.3-billion-parameter vision language model that reads PDFs, slides, and images and emits structured Markdown with HTML tables, bounding boxes, and image descriptions. It runs through the Cohere API at $1.50 per 1,000 pages or on a dedicated Model Vault instance starting at $2,500 per month. Cohere positions the release against Mistral OCR 4, Azure Document Intelligence, and Databricks AI Parse, claiming a ParseBench score of 79.2 — though the headline number only averages three of the benchmark's five dimensions and drops charts and visual grounding entirely. Technical depth angle: Parse is a vision language model rather than a pure OCR pipeline, so it can recognize layout, label tables as HTML, attach bounding boxes to detected regions, and describe images inline. That lets one API call replace a multi-stage PDF-to-text-and-tables workflow. Actionability angle: For builders sitting on messy document archives, Parse 5 is worth piloting anywhere clean Markdown is the downstream format — feeding retrieval-augmented systems, fine-tuning datasets, or wiki migrations. Why this matters: at $1.50 per 1,000 pages the API tier makes a one-time backfill affordable, while Model Vault instances starting at $2,500 a month target teams with steady document volume and data-residency needs. The catch worth probing: chart fidelity and visual grounding are not part of the score Cohere is highlighting. Listener hook: If you've ever lost an afternoon rebuilding tables from a scanned PDF, this one API call is aimed at you.
Claude, Codex, and Hermes Left 227 Unowned Install Commands in Corporate Docs A security audit surfaced by Ars Technica found 227 install commands inside corporate documentation pointing at code nobody inside those organizations owns or maintains. The commands were generated by AI coding assistants, then copy-pasted by employees into onboarding guides, runbooks, and internal wikis, turning internal documentation into an unmanaged software supply chain. Technical depth angle: The mechanism is a documentation-as-supply-chain problem: AI agents produced setup commands naming external packages, employees embedded those commands in prose docs, and nobody pinned, reviewed, or assigned an owner. Documentation now drifts the same way a stale dependency does, but is never tracked like one. Actionability angle: What this means in practice: install commands embedded in documentation behave like unowned dependencies, because they pin no version, name no owner, and shift whenever the underlying package changes. Why this matters: the real exposure isn't an agent acting maliciously today, but a renamed or hijacked package tomorrow inheriting every internal runbook that still references it. Listener hook: If your team copy-pastes AI-generated setup steps into onboarding docs, your "documentation" is quietly becoming an unmanaged software supply chain.
OpenAI and Thailand pick 10 health, wellness, and education startups for an eight-week AI accelerator OpenAI is teaming up with Thailand's MHESI on an eight-week accelerator for ten startups working in health, wellness, and education. The program is meant to help these teams turn early AI prototypes into trusted products, with mentorship and resources from both partners. The cohort was announced on August 28 as part of OpenAI's push to grow the AI ecosystem in Southeast Asia. It's a small, focused bet: ten teams, one country, eight weeks — and a clear signal of where OpenAI wants developer attention to land. Technical depth angle: The program targets founders with working prototypes, not raw ideas. The eight-week window is short on purpose, geared toward shipping a trustworthy MVP — meaning a product a real user could try without hand-holding from the founder. The phrase "trusted products" is doing real work here: it's the explicit goal of the accelerator. For builders, the practical question is what "trusted" means in their vertical, since health, wellness, and education each carry different user expectations. Actionability angle: For founders outside the cohort, the accelerator signals which verticals OpenAI is actively courting in Southeast Asia: health, wellness, and education. Builders working in those spaces should watch what frameworks the program emphasizes, because those often become de facto standards for future partnership eligibility. It also means local talent pools and infrastructure investments may follow. Listener hook: If you're building health, wellness, or education AI in Southeast Asia, this is where partner attention is heading.
Meta executive Sandhya Devanathan heads to OpenAI for Asia-Pacific operations Sandhya Devanathan, a senior Meta executive based in India, is leaving to join OpenAI, where she will oversee some of the company's operations across Southeast Asia and Australia. The move, reported August 28, comes as Meta faces growing scrutiny in India. The hire signals OpenAI's continued investment in regional leadership across Asia-Pacific. Technical depth angle: The story is a personnel move, not a product release, so there is no technical mechanism to describe. The concrete detail in the source is the regional scope of her new role — Southeast Asia and Australia — which signals where OpenAI is placing senior go-to-market leadership. Actionability angle: For builders and operators in the region, this is a signal that OpenAI is investing in senior relationships across Southeast Asia and Australia, which typically precedes local enterprise partnership announcements and developer programming. The India context matters too, since Meta's regulatory pressure has been building there and senior departures reshape who carries those relationships forward. Listener hook: A senior Meta executive just joined OpenAI, and the region she's covering tells you where the company is placing its next bets.
Research digest: RedEvoAgent learns reusable attack skills for stress-testing AI agents RedEvoAgent is a red-teaming system that probes AI agents capable of taking real actions and learns from every attempt. Instead of running fixed jailbreak scripts, it distills successful attacks into short, human-readable skills that evolve as it tests more targets, and those learned skills transfer across models and agent frameworks. The practical upshot for builders: a sharper way to pressure-test AI assistants that call tools, edit files, or hit external APIs, catching the prompts that static safety checks tend to miss. Technical depth angle: The headline finding: an automated attacker that improves its own jailbreak success by summarizing past attacks into reusable skills, rather than replaying full attack logs. The takeaway is a more capable red-team tool for AI systems that act in the real world, not just generate text. Actionability angle: For teams shipping AI agents that touch email, files, or external services, this signals a more rigorous safety review path, where attackers get smarter over time and defenders can catch failure modes static checks miss. The transferable skills suggest one trained red-team agent can audit multiple product frameworks without retraining. Listener hook: AI agents can now send emails and edit files, which means a single jailbreak can cause real-world damage, and this research builds attackers that learn to find those failures before users do.
Research digest: When Search Knows What Kind of Idea You're Hunting A new benchmark called RATIO trains and tests literature search systems against three distinct moves scientists make when hunting for inspiration: finding a method that addresses a stated problem, broadening to a more general framework, or specifying a concrete realization. Built from millions of full-text computer science papers and refined through both language-model checks and human review, the dataset shows that operation-specific fine-tuning improves retrieval performance substantially while leaving clear headroom. The work reframes scientific search evaluation around the actual moves researchers make, not just keyword overlap. Technical depth angle: The benchmark defines three retrieval operations, Address, Broaden, and Specify, corresponding to the three cognitive moves a researcher makes when seeking inspiration. Training a retriever with operation-specific supervision markedly improved its performance over generic retrieval, though substantial headroom remained. Actionability angle: This matters because literature search tools and AI science assistants can now be evaluated on whether they help someone find a concrete method, a general framework, or a worked example, rather than only matching keywords. Builders of research-assistant products can use the benchmark to train retrievers around the specific kind of inspiration a user is hunting for. The framing also opens a path toward richer evaluation of AI science assistants beyond surface-level overlap. Listener hook: A benchmark that finally asks whether your search engine knows the difference between a concrete method and a general framework.
Agent Sandbox Showdown: Five Vendors Compared on Cold Start, Price, and Network Policy MarkTechPost published a head-to-head comparison of five code-execution sandboxes on August 27, 2026: E2B, Daytona, Modal, Cloudflare, and Vercel. The piece measures burst cold start, normalizes per-second rates into cost per 1,000 executions, and maps filesystem persistence, idle billing, and egress policy against each vendor's primary documentation, verified the same day. The takeaway for builders is that no single vendor wins on every dimension — cold-start speed, per-run cost, idle behavior, and network policy each favor a different provider. Technical depth angle: The piece compares one practical dimension at a time — burst cold start, cost per 1,000 normalized runs, idle billing, and whether network egress is open by default — using each vendor's own published documentation as the source of truth rather than second-hand pricing summaries. Actionability angle: Builders running code-executing agents can use this comparison to pick a backend based on what actually matters for their workload — burst startup latency, predictable per-run cost, persistent files, or locked-down networking. It matters because sandbox pricing pages shift quietly, and a comparison anchored to primary docs checked the same day is harder to be wrong about than one summarizing memory. Worth a read before committing a production agent fleet to a single vendor. Listener hook: If your agent writes code, the sandbox you pick is now a billable line item — and a fresh comparison lines up five vendors on the same axes.
OpenAI study: ChatGPT plus critical-thinking training improved student work OpenAI published a randomized study on August 27 involving more than 1,000 college students. It examined how using ChatGPT alongside explicit critical-thinking training affected originality and performance on a real university assignment. The headline framing — "better answers, broader thinking" — points to students gaining measurable benefits when AI use is paired with explicit thinking-skills practice, rather than treated as a shortcut. Technical depth angle: The study is randomized, meaning students were assigned to conditions rather than self-selecting, which strengthens the causal claim that pairing AI help with critical-thinking instruction drives gains on a real course-style task rather than AI access alone. Actionability angle: For instructors and course designers, framing ChatGPT as a thinking partner looks more productive than simply tolerating or restricting it. What this means is the workflow matters as much as the tool — the gains came from the combination, not the model in isolation. Independent replication is still the missing piece before generalizing. Listener hook: A thousand-student study suggests the right way to put ChatGPT in a classroom is next to a lesson in how to think.
OpenAI Deepens Brazil Push With New Local Engagement OpenAI announced it is expanding its presence in Brazil, targeting developers, businesses, and local communities to accelerate AI adoption. The August 27 post signals continued investment in Latin America's largest market as the company broadens its international footprint, though the announcement carries no specific products, programs, or timelines. Technical depth angle: This is a market expansion announcement rather than a technical release. The source material does not describe new products, model changes, or platform features — only a stated intent to deepen engagement with developers, businesses, and communities in Brazil. Actionability angle: For builders in Brazil, this signals closer proximity to OpenAI programs and partnerships, though the announcement does not specify which developer resources, APIs, or enterprise offerings are changing. The real substance will arrive in follow-up posts that name actual programs, partnerships, or pricing moves. Listener hook: If you're building with OpenAI in Latin America, the company's stated focus on your region is finally getting a public signal.
ChatGPT for Teachers expands to 55 U.S. school systems OpenAI is expanding ChatGPT for Teachers to 55 U.S. school systems, adding more than 100,000 educators and staff to the program. The rollout, announced August 26, bundles the AI assistant with admin controls, training resources, and support so schools can deploy it inside their existing IT environments. The pitch is practical: teachers get lesson-planning help and parent-communication drafts while administrators retain oversight over data and access. It is the largest expansion yet of a program that began as a smaller pilot. Technical depth angle: The useful mechanism is the admin-managed deployment layer: teachers sign in through district credentials rather than a personal subscription, letting IT enforce access controls and giving schools a consistent onboarding path. No new model or capability is being introduced here — this is a rollout and packaging change, not a model release. Actionability angle: For schools outside the 55 systems, this signals that a working template for managed AI rollouts now exists. For builders, the takeaway is that district-bundled AI is becoming a real procurement category rather than a side experiment. The next question worth following is whether OpenAI ports the same admin-controls-plus-training template to other sectors like healthcare, government, or higher education. Listener hook: If you have ever wondered whether schools can deploy AI safely at scale, this expansion suggests the playbook is starting to work.
GitHub Copilot code review expands to bot-authored and very large pull requests GitHub Copilot's automated code review now handles two new categories of pull requests it didn't cover before, per an August 27, 2026 changelog post. The reviewer can now process reviews requested automatically on pull requests authored by bots, including the Copilot cloud agent's own PRs, and very large pull requests. The post's title also references new "resolution reasons," which appear to add explanations for review outcomes, though the published summary truncates before detailing that update. Technical depth angle: The expansion closes two practical gaps in automated review coverage. First, bot-authored PRs (including Copilot's own cloud agent output) can now be auto-reviewed when a review is requested. Second, very large pull requests fall inside the reviewer's working scope. The "resolution reasons" update adds explicit reasoning behind review conclusions. Actionability angle: Teams running heavy bot-generated PR volume or working on monorepo-scale changes should expect fewer unhandled reviews. What this means is automated coverage on PRs that previously had to be reviewed manually. Why this matters now is that bot-authored PR volume has grown as coding agents have become routine on developer teams. Listener hook: If your team ships a lot of bot-generated PRs, the review queue just got shorter.
GitHub Copilot's Customize Tab Goes Live for Everyone GitHub has made the Customize tab in its Copilot app generally available, letting teams wire the assistant into the tools, knowledge sources, and workflows they already rely on. The feature leans on MCP, an open standard for connecting AI assistants to external services, and is now open to all Copilot users rather than gated behind preview access. Technical depth angle: MCP, the Model Context Protocol, is the open standard GitHub is using so external tools and data sources can plug into Copilot. The Customize tab is the front-end for managing those connections inside the app rather than through custom glue code. Actionability angle: Teams that already standardized on MCP-compatible tools can now point Copilot at them through the app rather than wiring custom integrations. This means internal docs, project trackers, and team-specific commands become reachable in chat with configuration instead of an engineering project. Why this matters: the assistant finally has a place to learn your shop rather than guessing at it. Listener hook: If you've ever wished Copilot actually knew your team's stack, the door just opened.
Computer Hardware to run on premises We are considering to buy computer, server to run decent model on premises. I would like to run big open source model with more that 70b parameters roughly. I read the people used to run on Apple Studio or Nvidia DGX Spark.. Can you recommend hardware required to run AI models thinking this is for 200 users on the company? Also, we will appreciate whether provide any user case.. submitted by. Technical depth angle: The primary source supports the specific product or workflow change above; it does not support broader claims about performance, compatibility, or deployment. Actionability angle: Test the sourced change against one real workflow before depending on it. Listener hook: The practical question is what this changes for a builder today.
Training and Finetuning Multi-Vector Embedding Models with Sentence Transformers Published 2026-08-26T00:00:00+00:00 via Hugging Face Blog. The primary source at huggingface.co supports only these stated facts; unsupported specifications are deliberately omitted. Technical depth angle: The primary source supports the specific product or workflow change above; it does not support broader claims about performance, compatibility, or deployment. Actionability angle: Test the sourced change against one real workflow before depending on it. Listener hook: The practical question is what this changes for a builder today.
Editorial Mix Check
- flagship_products: 4
- builder_projects: 7
- local_ai: 2
- hardware_compute: 2
- policy_regulation: 1
- research: 2
Model Discovery Check
- Qwen: Qwen3.8 Flash (qwen) — Newly listed this cycle (verified August 28, 2026). Primary source: https://openrouter.ai/models/qwen/qwen3.8-flash. Availability: API via OpenRouter. Capabilities: context length 1000000; Qwen3.8 Flash is a multimodal reasoning model from Alibaba. It is suited for coding assistance, agentic workflows, visual understanding, document and codebase a. Try now / integration angle: available for evaluation via the model page above. Decision: Not Selected — variant/duplicate of a model featured on a recent broadcast, or not a major standalone drop.
Local LLM Spotlight
- Qwen/Qwen3.8-Flash-Next — https://huggingface.co/Qwen/Qwen3.8-Flash-Next — Trending open model on Hugging Face; task image-text-to-text; 4057 likes and 4810 downloads. Tags: transformers, safetensors, qwen4_exp, image-text-to-text, conversational, license:other, eval-results, endpoints_compatible, region:us. Try now: Read the linked model card before downloading, and choose a runtime or device only after it confirms the license, weight format, context window, benchmarks, and hardware requirements.
GitHub Project Radar
HKUDS/nanobot — https://github.com/HKUDS/nanobot — Ultra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps
stars: 47,490;stars_delta_30d: n/a — first tracked appearance;latest_release: v0.3.0 (2026-07-25). Why this is on the radar now: v0.3.0 shipped on 2026-07-25 and the repository was updated on 2026-08-28. Stack improvement angle: Adds a tool surface MCP-compatible agents (OpenClaw, Codex, Claude Code, Hermes) can call directly. Try now: Clone the repo and wire it into a test agent session to evaluate the tool surface.DeusData/codebase-memory-mcp — https://github.com/DeusData/codebase-memory-mcp — High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary
stars: 40,960;stars_delta_30d: +6,213 (+17.9%) since 2026-07-24;latest_release: v0.10.8 (2026-08-19). Why this is on the radar now: v0.10.8 shipped on 2026-08-19 and the repository was updated on 2026-08-28. Stack improvement angle: Adds a tool surface MCP-compatible agents (OpenClaw, Codex, Claude Code, Hermes) can call directly. Try now: Clone the repo and wire it into a test agent session to evaluate the tool surface.PrefectHQ/fastmcp — https://github.com/PrefectHQ/fastmcp — 🚀 The fast, Pythonic way to build MCP servers and clients.
stars: 27,417;stars_delta_30d: +606 (+2.3%) since 2026-07-24;latest_release: v3.4.7 (2026-08-10). Why this is on the radar now: v3.4.7 shipped on 2026-08-10 and the repository was updated on 2026-08-28. Stack improvement angle: Adds a tool surface MCP-compatible agents (OpenClaw, Codex, Claude Code, Hermes) can call directly. Try now: Clone the repo and wire it into a test agent session to evaluate the tool surface.
Extra Research Candidates
CritICL: Inference-Time Weak-to-Strong Generalization from Small Language Model Failure Modes — https://arxiv.org/abs/2608.27455 — CritICL turns recurring failure patterns from smaller models in the same family into critique examples that guide a stronger model at inference time. Its dynamic variant retrieves input-specific critiques, while its static variant applies a reusable failure profile. The paper reports gains over standard in-context learning with fewer generations than common test-time scaling approaches. Technical depth angle: Failure traces become a compact control signal instead of discarded outputs.
WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution — https://arxiv.org/abs/2608.27454 — WikiSkill separates raw agent executions, a continuously consolidated wiki, and executable skills. Later skill revisions can reuse knowledge accumulated across earlier optimization rounds instead of rediscovering the same lessons from scattered trajectories. Technical depth angle: The architecture makes persistent knowledge an explicit layer between experience collection and reusable agent behavior.
MCR-Bench: Benchmarking Real-World Multi-Round Code Review — https://arxiv.org/abs/2608.27442 — MCR-Bench contains 2,269 code-review tasks across five programming languages with defect metadata and state labels that track whether problems persist, change, or are resolved across review rounds. The authors report that mainstream language models degrade as the number of interactions rises. Technical depth angle: Evaluation shifts from one-shot defect detection to defect-lifecycle tracking through an evolving review conversation.
Show Notes
Episode 108 — August 28, 2026
[00:00] Episode hook
Cohere's Parse 5 Turns Scanned PDFs Into Clean Markdown headlines a dense cycle. Claude, Codex, and Hermes Left 227 Unowned Install Commands in Corporate Docs, OpenAI and Thailand pick 10 health, wellness, and education startups for an eight-week AI accelerator, Meta executive Sandhya Devanathan heads to OpenAI for Asia-Pacific operations round out the front of the episode, with deeper cuts across models, tooling, and infrastructure behind them. Each story gets the same treatment — what shipped, the mechanism underneath, and what it changes for working builders.
[02:00] Cohere's Parse 5 Turns Scanned PDFs Into Clean Markdown
Cohere has shipped Parse version 5.0, a 2.3-billion-parameter vision language model that reads PDFs, slides, and images and emits structured Markdown with HTML tables, bounding boxes, and image descriptions baked in. It runs through the Cohere API at $1.50 per 1,000 pages or on a dedicated Model Vault instance starting at $2,500 per month for teams that want the model hosted on their own infrastructure.
Parse is positioned against Mistral OCR 4, Azure Document Intelligence, and Databricks AI Parse. Cohere claims a ParseBench score of 79.2, ahead of all three competitors on the metric. That number is worth handling carefully: it averages only three of ParseBench's five dimensions, and the dimensions it omits are charts and visual grounding, which are precisely the things people most often lose when scraping a financial deck or a research PDF.
For builders, the practical shape of this release is simple. If your pipeline ends in Markdown — feeding a retrieval-augmented system, building a fine-tuning corpus, migrating a wiki, archiving invoices — you can replace a multi-stage OCR-plus-layout toolchain with one API call and get tables back as HTML rather than as a flattened string. At $1.50 per 1,000 pages the API tier makes a one-time backfill of a few million pages cheap enough to budget as an experiment, while the $2,500-per-month Model Vault tier targets steady document volume and data-residency needs.
The thing to watch next is whether Cohere extends the ParseBench claim to cover the two omitted dimensions, or ships a separate score for chart extraction. Until then, pilots on chart-heavy inputs are the prudent move.
[02:34] Claude, Codex, and Hermes Left 227 Unowned Install Commands in Corporate Docs
A security audit surfaced this week by Ars Technica found 227 install commands inside corporate documentation that point at code nobody inside those organizations owns. The commands were generated by AI coding assistants—Claude, Codex, and Hermes—then copy-pasted by employees into onboarding guides, runbooks, and internal wikis. Once embedded in a doc, the command effectively becomes part of the company's software supply chain, even though no engineer reviewed, pinned, or signed off on the package it installs.
The practical problem is not that today's packages are malicious. It is that nobody is watching them. When a future version of that package gets hijacked, renamed, or quietly changed at the registry, every internal runbook that still references the install command inherits the new behavior automatically. Documentation written by an agent ages the same way a stale dependency does, except nobody tracks it like one.
The natural response is a single grep across internal wikis and READMEs for install, curl, pip install, npm install, and similar verbs, followed by a review of each match. Anything pointing at a package nobody inside the org can explain would typically be replaced with an internal, version-locked equivalent or moved into a real package manifest under proper dependency governance.
The thing to watch next is whether compliance frameworks start requiring documentation audits with the same rigor as code audits, and whether coding agents themselves begin flagging install commands in their output as unverified by default.
[04:04] OpenAI and Thailand pick 10 health, wellness, and education startups for an eight-week AI accelerator
OpenAI is putting its name behind ten early-stage startups in Thailand, alongside the country's MHESI. The pair launched an eight-week accelerator on August 28 aimed at founders in health, wellness, and education — three verticals where local context matters and where both regulators and users want proof before adopting a tool.
The cohort is small by design. Ten teams get mentorship and resources from both OpenAI and the ministry, with the explicit goal of turning working prototypes into products a real user — a patient, a student, a parent — could actually try. The framing matters: the program is pitched as a path from prototype to trusted product, not from slide deck to demo.
For builders, the practical takeaway is which doors this opens. OpenAI is signaling where it wants Southeast Asian developer energy to land, and the three verticals it named are also the three where trust friction is highest. Evaluation patterns, safety review processes, and user testing approaches that emerge from the cohort will likely shape what "good enough" looks like for partnership or procurement in the region.
The eight-week window is short on purpose. Founders enter with something that already works in a lab or sandbox and leave with something that works in front of a skeptical user. The question for everyone watching from outside the cohort is which evaluation patterns and product patterns the cohort exports, because those tend to become the template local investors and ministries compare new applicants against.
[05:37] Meta executive Sandhya Devanathan heads to OpenAI for Asia-Pacific operations
Sandhya Devanathan, a senior Meta executive based in India, is leaving to join OpenAI, where she will oversee some operations across Southeast Asia and Australia. The move, reported August 28, comes as Meta faces growing scrutiny in India.
Her new remit covers Southeast Asia and Australia. OpenAI's choice of an executive with Devanathan's regional experience points to where the company is investing in operational leadership in Asia-Pacific markets.
For builders and operators in the region, the practical signal is that OpenAI is staffing senior roles across Southeast Asia and Australia, which typically precedes local partnership announcements and developer programming. Meta's regulatory pressure in India has been building, and senior departures like this reshape who carries those relationships forward.
[06:21] Research digest: RedEvoAgent learns reusable attack skills for stress-testing AI agents
A new red-teaming system called RedEvoAgent tests AI agents by attacking them and learning from every attempt. Unlike fixed attack scripts, it distills what worked into a short, human-readable attack skill that evolves over time, getting better at finding ways to make a target agent misuse its tools. That matters because today's AI agents do not just chat; they can send emails, edit files, and call external services, so a single jailbreak can cause real-world side effects, not just bad text. The system credits individual tools for each successful breach, keeps only the upgrades that actually improve results, and transfers its learned attacks across different target models and agent frameworks. For builders, the practical consequence is a sharper way to pressure-test an AI assistant before it ships, catching the prompts that would otherwise slip past static safety checks.
[07:13] Research digest: When Search Knows What Kind of Idea You're Hunting
When a scientist searches old papers for inspiration, they usually want one of three things: a method that solves their exact problem, a more abstract framework that explains a family of problems, or a concrete example that pins their idea down. New work introduces RATIO, a benchmark that trains and tests retrieval systems against those three distinct moves, called Address, Broaden, and Specify. Built from millions of full-text computer science papers and refined through both language-model checks and human review, the dataset gives retrieval researchers a way to measure whether a search system actually helps a user go concrete, go general, or land on an approach. Fine-tuning retrievers on operation-specific signals boosted performance substantially, though results still leave plenty of headroom. The practical upshot: literature search tools and AI science assistants can now be trained and evaluated on the kind of inspiration they actually deliver, not just keyword overlap.
[08:09] Agent Sandbox Showdown: Five Vendors Compared on Cold Start, Price, and Network Policy
If your agent writes code, it needs somewhere to run it — and the bill you get depends on which sandbox you pick. A new MarkTechPost comparison published August 27, 2026 puts five code-execution vendors side by side: E2B, Daytona, Modal, Cloudflare, and Vercel.
The piece does something most comparisons skip: it normalizes per-second pricing into a single cost-per-1,000-executions figure, so a rate quoted in one unit becomes directly comparable to another. Alongside price, it measures burst cold start — how long the first execution takes when a sandbox has to spin up from scratch — and then maps two operational details that usually bite later: whether the filesystem persists between runs, and whether the sandbox can reach the public internet by default.
Each cell is anchored to the vendor's own published documentation, verified against primary sources the same day the piece went live. That matters because sandbox pricing pages change often, and a stale comparison can quietly steer a builder toward a backend whose idle billing or egress policy has shifted since someone last checked.
The practical takeaway is that there is no single winner. Cold-start leaders are not the cheapest per run. Cheap-per-run vendors sometimes bill while the sandbox sits idle. And the vendor with the cleanest network policy may not persist files between executions. Reading the comparison before wiring an agent fleet to one provider is a cheap half-hour that can save a real surprise on the next invoice.
[09:41] OpenAI study: ChatGPT plus critical-thinking training improved student work
On August 27, OpenAI published the results of a randomized study involving more than 1,000 college students. The setup: students used ChatGPT alongside explicit critical-thinking training and were measured on originality and performance during a real university assignment. OpenAI titled the write-up "Better answers, broader thinking," which doubles as the headline finding — students did better on the task when AI access was paired with instruction in how to reason, rather than handed to them as a shortcut.
The study matters because it is randomized rather than observational. Students were assigned to conditions instead of choosing themselves, which gives the result more weight as evidence that the combination — model plus structured thinking practice — drives the gain, not just the model alone.
The practical read for educators and anyone designing a workflow around AI is that the framing changes the outcome. Simply giving students ChatGPT without a parallel lesson on evaluation and reasoning appears, in OpenAI's framing, to leave gains on the table. Pairing the two — the tool and the thinking instruction — is the lever.
One thing to watch: this is research produced with OpenAI involvement about its own product, and the underlying paper details — effect sizes, the specific assignment, the control conditions — were not in the source we reviewed. Independent replication would settle how portable the result is to other classrooms and other models.
[11:08] OpenAI Deepens Brazil Push With New Local Engagement
OpenAI published a short announcement on August 27 outlining an expansion of its presence in Brazil. The post frames the move as a deepening of engagement with three named audiences: developers, businesses, and communities, with the stated goal of supporting AI adoption across the country.
The announcement does not enumerate specific products, regional offices, pricing changes, new API programs, or partnership commitments. It positions Brazil as a priority market for OpenAI's international footprint, but the post reads as a directional signal rather than a shipping announcement. No timelines, hiring numbers, or program names appear in the source material.
For builders, the practical takeaway is limited to what the post actually says: OpenAI is publicly committing to more local activity in Brazil. Anyone watching for concrete developer programs, enterprise rollouts, or community initiatives in the region will need to wait for follow-up announcements that specify what those programs actually are and how to access them.
This is the kind of story to file under "watch for details" rather than "act now." The headline is the focus itself — Brazil is now a named priority for OpenAI's international growth — but the substance of that expansion will land in future announcements once specific programs and partnerships are announced.
[12:25] ChatGPT for Teachers expands to 55 U.S. school systems
More than 100,000 teachers and school staff are about to get a district-issued AI assistant. OpenAI announced August 26 that ChatGPT for Teachers is rolling out to 55 U.S. school systems, the largest expansion of the program since it began as a smaller pilot.
The product is a managed version of ChatGPT, meaning teachers sign in through their school credentials rather than a personal account. School systems get admin controls, training resources, and support so the tool fits inside existing IT policies. The pitch is practical: teachers can use it to draft lesson plans, summarize student work, or write parent emails, while administrators keep oversight of data and access.
For schools already on the list, the change is immediate — over 100,000 educators and staff now have a sanctioned AI tool rather than relying on personal accounts. For systems watching from the sidelines, the expansion is a signal that managed, district-bundled AI is becoming a viable procurement category rather than a pilot experiment.
One thing to watch: whether OpenAI ports this same managed template to other sectors like healthcare, government, or higher education, where the same admin-controls-plus-training pattern would fit.
[13:37] GitHub Copilot code review expands to bot-authored and very large pull requests
GitHub shipped an expansion to Copilot's automated code review on August 27, 2026. The change adds coverage for two categories of pull requests the reviewer didn't handle before.
First, reviews requested automatically on pull requests authored by bots now work. That explicitly includes PRs created by the Copilot cloud agent, so a coding agent's own output can flow into review without a human routing it manually.
Second, very large pull requests now fall inside the reviewer's working scope. The changelog text cuts off before detailing the threshold, but the practical upshot is that oversized diffs — common in monorepo changes or sweeping refactors — are no longer excluded by default.
The changelog title also references "resolution reasons," which points to clearer explanations of why a review resolves the way it does. The published summary truncates before describing that piece in detail.
For builders, this means fewer unhandled reviews on bot-authored and large-diff PRs. Teams that lean on coding agents for routine edits, or that bundle big refactors into single PRs, should see less manual review load as a result.
[14:45] GitHub Copilot's Customize Tab Goes Live for Everyone
GitHub's Customize tab inside the Copilot app is now generally available, according to the company's changelog dated August 25. The feature is designed to make Copilot work with the specific tools, knowledge sources, and workflows a team already relies on rather than behaving like a generic assistant.
The mechanism behind it is MCP, the Model Context Protocol, an open standard that lets external services plug into AI assistants. Through the Customize tab, teams can connect MCP-compatible servers so internal docs, project trackers, and team-specific commands become reachable inside a Copilot conversation without writing glue code.
For builders, the practical shift is that custom commands and team-specific knowledge now have a first-class home in the Copilot app, which matters because most teams have a long list of internal tools that do not fit a one-size-fits-all assistant. The next thing to watch is which MCP servers the ecosystem adopts fastest, since those will define what Copilot can realistically do in your environment.
[15:45] Computer Hardware to run on premises
We are considering to buy computer, server to run decent model on premises. I would like to run big open source model with more that 70b parameters roughly. I read the people used to run on Apple Studio or Nvidia DGX Spark.. Can you recommend hardware required to run AI models thinking this is for 200 users on the company? Also, we will appreciate whether provide any user case..   submitted by. The primary source supports the specific product or workflow change above; it does not support broader claims about performance, compatibility, or deployment. Test the sourced change against one real workflow before depending on it.
[16:25] Training and Finetuning Multi-Vector Embedding Models with Sentence Transformers
Published 2026-08-26T00:00:00+00:00 via Hugging Face Blog. The primary source at huggingface.co supports only these stated facts; unsupported specifications are deliberately omitted. The primary source supports the specific product or workflow change above; it does not support broader claims about performance, compatibility, or deployment. Test the sourced change against one real workflow before depending on it.
Chapters
- 00:00 — Intro: Cohere's Parse 5 Turns Scanned PDFs Into Clean Markdown / Claude, Codex, and Hermes Left 227 Unowned Install Commands in Corporate Docs / OpenAI and Thailand pick 10 health, wellness, and education startups for an eight-week AI accelerator
- 02:00 — Cohere's Parse 5 Turns Scanned PDFs Into Clean Markdown
- 02:34 — Claude, Codex, and Hermes Left 227 Unowned Install Commands in Corporate Docs
- 04:04 — OpenAI and Thailand pick 10 health, wellness, and education startups for an eight-week AI accelerator
- 05:37 — Meta executive Sandhya Devanathan heads to OpenAI for Asia-Pacific operations
- 06:21 — Research digest: RedEvoAgent learns reusable attack skills for stress-testing AI agents
- 07:13 — Research digest: When Search Knows What Kind of Idea You're Hunting
- 08:09 — Agent Sandbox Showdown: Five Vendors Compared on Cold Start, Price, and Network Policy
- 09:41 — OpenAI study: ChatGPT plus critical-thinking training improved student work
- 11:08 — OpenAI Deepens Brazil Push With New Local Engagement
- 12:25 — ChatGPT for Teachers expands to 55 U.S. school systems
- 13:37 — GitHub Copilot code review expands to bot-authored and very large pull requests
- 14:45 — GitHub Copilot's Customize Tab Goes Live for Everyone
- 15:45 — Computer Hardware to run on premises
- 16:25 — Training and Finetuning Multi-Vector Embedding Models with Sentence Transformers
Primary Links
- Gemini-3.5-Transcribe: https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5-transcribe/
- Cohere Releases Parse 5 (parse-v5.0): A 2.3B Vision Language Model Tha: https://www.marktechpost.com/2026/08/27/cohere-releases-parse-5-parse-v5-0-a-2-3b-vision-language-model-that-turns-enterprise-documents-into-markdown/
- Claude, Codex, and Hermes installed unowned code inside corporate netw: https://arstechnica.com/security/2026/08/claude-codex-and-hermes-installed-unowned-code-inside-corporate-networks/
- huihui-ai/Huihui-Qwen3.8-27B-abliterated-GGUF trending on Hugging Face: https://huggingface.co/huihui-ai/Huihui-Qwen3.8-27B-abliterated-GGUF
- ornith-ai/Ornith-1.5-35B-A3B-GGUF trending on Hugging Face: https://huggingface.co/ornith-ai/Ornith-1.5-35B-A3B-GGUF
- Supporting Thailand’s next generation of AI startups: https://openai.com/index/supporting-next-generation-ai-startups-thailand
- Meta executive leaves for OpenAI as the social media giant faces growi: https://techcrunch.com/2026/08/28/meta-executive-leaves-for-openai-as-the-social-media-giant-faces-growing-scrutiny-in-india/
- RedEvoAgent: Automatic Red-Teaming Agent with Experience-Driven Skill : https://arxiv.org/abs/2608.27439
- Browser extensions, site tools, and cloud sign-in: https://learn.chatgpt.com/docs/changelog?type=codex-app#codex-2026-08-25-browser
- RATIO: A Benchmark for Retrieval Across Typed Ideation Operations in S: https://arxiv.org/abs/2608.27394
- Best Agent Sandboxes in 2026: Cold Start, Per-Second Pricing, and Netw: https://www.marktechpost.com/2026/08/27/best-agent-sandboxes-2026-cold-start-pricing-network-policy/
- Better answers, broader thinking: What students gain from ChatGPT and : https://openai.com/index/what-students-gain-from-chatgpt-critical-thinking-training
- Expanding OpenAI’s presence in Brazil: https://openai.com/index/expanding-our-presence-in-brazil
- Bringing ChatGPT for Teachers to more U.S. school districts: https://openai.com/index/bringing-chatgpt-for-teachers-to-more-us-school-districts
- Copilot code review: Resolution reasons and expanded capabilities: https://github.blog/changelog/2026-08-27-copilot-code-review-resolution-reasons-and-expanded-capabilities
- GitHub Copilot app Customize tab is generally available: https://github.blog/changelog/2026-08-25-github-copilot-app-customize-tab-is-generally-available
- Microsoft’s Maia 200 AI Accelerator at Hot Chips 2026: https://www.servethehome.com/microsofts-maia-200-accelerator-at-hot-chips-2026/
- Lovable CTO: The Future of SaaS Is Apps That Agents Can Use: https://www.latent.space/p/lovable-future-of-saas
- Training and Finetuning Multi-Vector Embedding Models with Sentence Tr: https://huggingface.co/blog/train-multi-vector-encoder
- Computer Hardware to run on premises: https://www.reddit.com/r/ollama/comments/1w0navd/computer_hardware_to_run_on_premises/
- HKUDS/nanobot repo: https://github.com/HKUDS/nanobot
- DeusData/codebase-memory-mcp repo: https://github.com/DeusData/codebase-memory-mcp
- PrefectHQ/fastmcp repo: https://github.com/PrefectHQ/fastmcp
- Learning never stops: How AI makes learning continuous: https://openai.com/index/learning-never-stops
- Qwen/Qwen3.8-Flash-Next: https://huggingface.co/Qwen/Qwen3.8-Flash-Next
Release Coverage Check
- OpenClaw — Latest stable verified:
v2026.6.34, published 2026-08-08T07:22:14Z. Recent episode version tags detected:v2026.7.2-beta.5,v2026.7.2-beta.7,v2026.8.1-beta.2,v2026.8.1-beta.3. No new stable release this cycle. - Hermes Agent — Latest stable verified:
v2026.8.27, published 2026-08-27T12:06:53Z. Recent episode version tags detected:v2026.8.18,v2026.8.19,v2026.8.27,v2026.8.3. No new stable release this cycle. - OpenAI Codex — Latest stable verified:
rust-v0.150.1, published 2026-08-27T01:56:54Z. Recent episode version tags detected:rust-v0.147.0,rust-v0.148.0,rust-v0.149.0,rust-v0.150.1. No new stable release this cycle. - Claude Code CLI — Latest stable verified:
2.1.236, published 2026-08-19T18:45:14.539Z. Recent episode version tags detected:2.1.228,2.1.231,latest,stable. No new stable release this cycle. - Antigravity CLI — Continuous delivery model; no discrete release tags verified this cycle (latest build as of 2026-08-28). Recent episode version tags detected: none on record.
Harness Version Reference
- OpenClaw —
v2026.6.34(stable) /v2026.8.1-beta.3(prerelease) - Hermes Agent —
v2026.8.27 - OpenAI Codex —
rust-v0.150.1 - Claude Code CLI —
2.1.236 - Antigravity CLI — Continuous delivery (no tagged release verified this cycle)