ContentPosts from @kala..
News FAUN.dev() Team Trending
@kala shared an update, 3 days, 9 hours ago
FAUN.dev()

Anthropic Asked 81,000 People What They Want From AI. Here's What They Said.

Claude Code Claude

Anthropic's global AI study surveyed 80,508 participants across 159 countries, revealing desires for more personal time and concerns about AI's unreliability and job displacement. Sentiments vary regionally, with lower-income countries seeing AI as an equalizer, while Western Europe and North America focus on governance issues. The study highlights a complex mix of hope and fear regarding AI's impact.

Anthropic Asked 81,000 People What They Want From AI. Here's What They Said.
 Activity
@kala added a new tool Claude , 3 days, 9 hours ago.
Link
@kala shared a link, 3 days, 11 hours ago
FAUN.dev()

Building a digital doorman

Larson runs a dual-agent system. A tiny public doorman,nullclaw, lives on a $7 VPS. A private host,ironclaw, runs over Tailscale. Nullclaw sandboxes repo cloning. It routes heavy work to ironclaw viaA2AJSON‑RPC. It enforcesUFW, Cloudflare proxying, and single‑gateway billing... read more  

Building a digital doorman
Link
@kala shared a link, 3 days, 11 hours ago
FAUN.dev()

What 81,000 people want from AI

Anthropic used a version of Claude to interview 80,508 users across 159 countries and 70 languages - claiming the largest qualitative AI study ever conducted. The top ask wasn't productivity, it was time back for things that matter outside of work. The top fear was hallucinations and unreliability. .. read more  

What 81,000 people want from AI
Link
@kala shared a link, 3 days, 11 hours ago
FAUN.dev()

How OpenAI Codex Works

Engineering leaders report limited ROI from AI, often missing full lifecycle costs. OpenAI's Codex model for cloud-based coding required significant engineering work beyond the AI model itself. The system's orchestration layer ensures rich context for the model to execute tasks effectively... read more  

Link
@kala shared a link, 3 days, 11 hours ago
FAUN.dev()

Multi-Agent AI Systems: Architecture Patterns for Enterprise Deployment

Last quarter, a mid-sized insurance company struggled to deploy an AI agent that collapsed in production due to cognitive overload. Enterprises are facing similar challenges when building single-agent AI systems and are moving towards multi-agent architectures to distribute responsibilities effectiv.. read more  

Multi-Agent AI Systems: Architecture Patterns for Enterprise Deployment
Link
@kala shared a link, 3 days, 11 hours ago
FAUN.dev()

Inside our approach to the Model Spec

OpenAI introduces Model Spec, a formal framework defining behavioral rules for their AI models to follow, aiming for transparency, safety, and public insight. The Model Spec includes a Chain of Command to resolve instruction conflicts and interpretive aids for consistent gray area decisions, emphasi.. read more  

Inside our approach to the Model Spec
News FAUN.dev() Team Trending
@kala shared an update, 6 days, 3 hours ago
FAUN.dev()

A Meta AI Agent Posted Without Permission. Then Things Got Worse.

OpenClaw

A Meta AI agent posted to an internal forum without authorization, triggering a Sev 1 incident that exposed proprietary code and user data for two hours. The advice it gave was wrong. The engineer followed it anyway. This wasn't a one-off - autonomous agents now account for more than 1 in 8 enterprise AI breaches, and most organizations have no mechanism to stop them from acting beyond their intended scope.

Link
@kala shared a link, 1 week, 2 days ago
FAUN.dev()

Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster

A team pointedClaude Codeatautoresearchand spun up 16 Kubernetes GPUs. The setup ran ~910 experiments in 8 hours.val_bpbdropped from 1.003 to 0.974 (2.87%). Throughput climbed ~9×. Parallel factorial waves revealedAR=96as the best width. The pipeline usedH100for cheap screening andH200for validation.. read more  

Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster
Link
@kala shared a link, 1 week, 2 days ago
FAUN.dev()

Building AI Teams with Sandboxes & Agent

Docker Agentruns teams of specialized AI agents. The agents split work: design, code, test, fix. Models and toolsets are configurable. Docker Sandboxesisolate each agent in a per-workspacemicroVM. The sandbox mounts the host project path, strips host env vars, and limits network access. Tooling move.. read more  

Building AI Teams with Sandboxes & Agent