Join us

ContentUpdates from GitLive...
Link
@faun shared a link, 3 weeks, 2 days ago

GitHub folds into Microsoft following CEO resignation — once independent programming site now part of 'CoreAI' team

GitHub just lost its autonomy. Microsoft is folding it into theCoreAIdivision, where it’ll now march in step with Redmond’s broader AI play. CEO Thomas Dohmke is out. No replacement named. Bigger picture:Why now? Copilot hit general availability, and GitHub’s becoming less a platform, more a provin..

GitHub folds into Microsoft following CEO resignation — once independent programming site now part of 'CoreAI' team
Link
@faun shared a link, 3 weeks, 2 days ago

Faster Index I/O with NVMe SSDs

A search service (Marginalia Search) gutted its old index internals and dropped memory-mapped B-trees. In their place: adeterministic, block-aligned skip listtuned fordirect reads on NVMe SSDs. It runs on128KB block sizes, usescustom buffer pools, and leans hard onio_uringfor async position lookups..

Link
@faun shared a link, 3 weeks, 2 days ago

The decline of high-tech manufacturing in the United States

High-tech manufacturing used to employ 2.8% of U.S. workers back in 1990. Now it’s down to 1.3%. The sharpest losses hitcomputers, electronics, and aerospace—industries that once defined the future. Onlypharma and med devicesmanaged to buck the trend, adding 189,000 jobs while the rest bled over a ..

The decline of high-tech manufacturing in the United States
Link
@faun shared a link, 3 weeks, 2 days ago

No, AI is not Making Engineers 10x as Productive

Claims of 10–100x dev speed from AI tools skip the hard parts—code reviews, bug queues, flaky tests. In practice, AI helps with the small stuff: one-off scripts, throwaway glue code, basic scaffolds. But scaling that help across big, messy codebases? Still a pipe dream. Too much context lost. Too ma..

Link
@faun shared a link, 3 weeks, 2 days ago

LLM Evaluation: Practical Tips at Booking.com

A new LLM evaluation framework taps into an"LLM-as-judge"setup—think strong model playing human annotator. It gets prompted (or fine-tuned) to mimic human scores and rate outputs from other LLMs. It runs on a tightly labeledgolden dataset, handles both pointwise and head-to-head comparisons, and sh..

LLM Evaluation: Practical Tips at Booking.com
Link
@faun shared a link, 3 weeks, 2 days ago

Google releases AI agent Jules for programming

Google’s AI agentJulesjust leveled up—out of beta and into full-on dev mode. It now handlesasynchronous tasks, pushesreal-time code updates, and can spin up pull requests with deeperGitHub integration. Under the hood: it runs on the beefierGemini 2.5 Promodel. AddsEnvironment Snapshotsfor state cap..

Link
@faun shared a link, 3 weeks, 2 days ago

Anthropic Revokes OpenAI’s API Access to Claude, Alleging Violation Ahead of GPT-5 Launch

Anthropic just yanked OpenAI’s API access to Claude. Reason? Alleged violations of terms that forbid using Claude to train rival models—like GPT-5. Windsurf, an OpenAI acquisition target, got the boot earlier too. Spot the pattern: tighten access, box out competitors. System shift:APIs aren’t just ..

Anthropic Revokes OpenAI’s API Access to Claude, Alleging Violation Ahead of GPT-5 Launch
Link
@faun shared a link, 3 weeks, 2 days ago

Who does your assistant serve?

OpenAI’s release of GPT-5 backfired: instead of excitement, users felt betrayed by a forced upgrade that stripped away the warmth and reliability they had come to rely on in GPT-4o. Many treated the model as more than a tool — a companion, therapist, or emotional support — so when its personality sh..

Who does your assistant serve?
Link
@faun shared a link, 3 weeks, 2 days ago

Implementing MCP Servers in Python: An AI Shopping Assistant with Gradio

Gradio just leveled up. It now auto-converts plain Python functions intoMCP-compliant LLM tools, grabbing input schemas and metadata straight from docstrings. New tricks:real-time progress streaming,auto file uploads, plus tight integration withVS Code’s AI Chatfor wiring up agent workflows...

Link
@faun shared a link, 3 weeks, 2 days ago

MCP Registry with Azure API Center

Azure just droppedMCP Center, showing off howAzure API Centercan double as a private registry forModel-Centric Protocol (MCP) servers. It’s built for internal use—think secure discovery, tight OAuth 2 auth, centralized control, and AI Gateway rules baked in. Handy when teams need to corral AI tools..

MCP Registry with Azure API Center
GitLive helps you and your fellow contributors merge faster by avoiding conflicts and encouraging eager and continuous code review directly inside the IDE.

🔸 Do not let merge conflicts break your flow

Indicators in the gutter of your editor show the changes others are making. Computed from all active branches, the indicators update as you and your team code together.

Get notified the moment you make a change that conflicts with another branch. Compare their changes to your own and cherry‑pick individual changes directly into your local files.

🔸 Get the ultimate perspective on all work in progress

Perform eager and continuous code review directly in your IDE with the team view. See who is online, their active branches and changes in a single repository or across your organization, updated in real‑time.

Get notified when you fall behind the main branch or your tracking branch. Inspect the changed files in the repository view to know if they will merge cleanly with your own local changes before you pull.

🔸 Let your team know what you are working on

Connect your issue tracker to see each other's current issue in the team view. The issue you are working on is determined by your current branch and updates automatically.

View your current issue and select another issue to work on via the status bar. Switching issues will check out an existing feature branch or create a new one for you if needed.