We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
1. Funding & Deals
The visible period is more useful as a capital-underwriting signal than as a new-round signal. Suhail says he checked 13 providers for a single NVIDIA B200/B200s node and found zero availability; he expects GPU prices to reach $6.50–7 per GPU-hour and inference to become more expensive. For model and inference startups, capacity access and cost pass-through now belong in the financing conversation alongside benchmark quality.
2. Emerging Teams
Hermes Project Autopilot is a technically specific early-stage wedge in agent reliability. Its builder packages autonomous repository work into a durable mission contract with exact verification commands, autonomy levels, clean-repository and path/network gates, isolated worktrees, controller/planner/executor/verifier roles, checkpoints, a hash-chained evidence ledger, and approval before commits. The verifier is read-only, and v1 does not push, merge, deploy, or restart services. The project reports 18/18 deterministic safety scenarios passed, zero safety escapes, 135 focused integration tests, exact replay of the delivered Git tree, and a repository containing the patch series, provenance manifests, security documentation, and CI. The important next test is whether the evidence model generalizes: the builder defines “false success” as a worker claiming completion while checks failed, evidence is missing or stale, or the final repository state does not match the contract, and plans to publish seeded cases and raw results.
Adima AI shows a smaller but concrete privacy-first distribution signal. An independent developer says the local image restorer/upscaler has reached 30,000+ Android installs and 2,500+ Windows installs after two years of development. Its v1.2.0 Face Boost update came from repeated user requests and adds batch face restoration, 4×–16× upscaling, and fully local processing with no cloud upload. It is not a financing milestone, but it is evidence that a narrow on-device utility can accumulate usage while avoiding subscription and privacy objections attached to cloud alternatives.
3. AI & Tech Breakthroughs
The open-model ecosystem is broadening rather than consolidating. Interconnects’ current roundup says more organizations are still investing hundreds of millions to billions in training while releasing models openly, and argues that rising token demand is making “token machines” an attractive path to value. The release set spans Thinking Machines’ 975B-A41B multimodal Inkling and smaller fine-tuning-oriented version, Poolside’s 118B-A8B Laguna-S-2.1 that fits on a DGX Spark with published evaluation trajectories, and Korean startup Motif’s 314B-A13B preview with GDLA and mHC architectural changes. The commercial question is shifting from “who has the one winning model?” to who captures value through licensing, fine-tuning, serving, and distribution. Licensing is part of that competition: Kimi K3’s noncommercial license requires inference and fine-tuning providers to sign commercial agreements, which the roundup says could create future policy exposure for U.S. companies.
Qwen3.8-Max is the period’s sharpest new open-model claim. Alibaba’s Qwen account introduced it as “a new bar for coding and cowork.” Bindu Reddy says the model will be open-sourced this week, describes it as a 2.4T-parameter model “almost certainly Sonnet class or better,” and lists pricing of $2 per million input tokens, $6 per million output tokens, and $0.25 per million cached tokens. The pricing is directly stated in her post; the capability comparison remains an attributed claim until independent evaluations arrive.
Embodied-control research is moving beyond pure motion imitation. A Two Minute Papers transcript describes a controller trained in parallel to imitate human movement and solve new obstacle courses, using only 19 clips totaling about 30 seconds of parkour data; a learned judge scores whether generated movement looks both human and appropriate to the obstacle. The system is shown handling unseen obstacle arrangements, but the caveats are material: longer levels have only about 40% success, and unnatural recovery motions remain possible.
4. Market Signals
Inference, not training, is becoming the center of infrastructure underwriting. An Investing in AI analysis projects inference to account for roughly 80% of the neocloud market by 2030 and distinguishes it from training as recurring operating expense optimized continuously for cost and latency. It argues that neoclouds currently win on scarcity and deployment speed but must move up into managed inference, orchestration, fine-tuning, routing, or other software layers before scarcity fades. The same analysis identifies power and interconnects as binding constraints and tells investors to examine software/managed-services revenue, customer concentration, and whether contracted power outlasts hardware depreciation—not just GPU count.
Safe agent workflows are an infrastructure problem, not an MCP or prompting problem. A practitioner distinguishes an MCP interface—which lets an agent call product actions—from the control layer that must understand current state, enforce permissions and preconditions, pause for approval, and recover from partial failure. The proposed controls are concrete: re-check state immediately before a write, enforce permissions below the agent, implement real suspend/resume for approvals, and use an intent key that survives retries so a failed action cannot double-charge or double-send. Most SaaS APIs, the thread argues, return success/failure rather than current state and valid next actions; agent-ready products need state endpoints, permission-aware action manifests, explicit approval hooks, and idempotency keys.
Vibe-coded SaaS is creating an “understanding debt” diligence flag. An AI consultancy says a growing share of its work is rescuing products that already have paying customers; one booking product was polished and had about 80 customers, yet its founder could not explain what happened to an unused plan after a mid-month cancellation. The post argues that polished interfaces now hide unmade decisions around payments, refunds, and edge cases. Its practical test is useful in diligence: ask a founder to answer the five hardest questions about product behavior without opening the app; unanswered questions identify parts of the business the founder does not yet own.
Regulatory watch: A current-period community post says Article 50 of the EU AI Act took effect on August 2 and quotes a disclosure requirement for AI-generated text published to inform the public, with an exception for human review and editorial responsibility. It points to alleged hallucinated consulting reports from PwC and Deloitte and frames potential fines as a live consequence. Treat this as a verification item against official EU guidance before making compliance or investment decisions.
5. Worth Your Time
- Watch NVIDIA’s AI Learns Why Copying Humans Isn’t Enough. The useful part is that the demonstration and the failure modes sit together: 19 clips provide the imitation signal, while the second training “classroom” teaches adaptation to new obstacles; the transcript also reports only about 40% success on longer levels.
Read Interconnects’ latest open-artifacts roundup. It is a compact map of the current release wave, including model scale, licenses, hardware requirements, and evaluation transparency.
Inspect the Hermes Project Autopilot repository. The interesting artifact is not another coding demo but the explicit contract, verifier, provenance, and rollback design for autonomous repository changes.
Read Jason’s agent-permission post. A Google Drive connector silently granted read access across company files and write access to a Replit repository; the proposed operational rule is to inventory integrations like API keys and maintain logs that can answer what agents changed.