SShortSingh.
Back to feed

How One Platform Team Got 80% Voluntary Adoption by Making the Right Path Easiest

0
·1 views

A platform engineering team initially failed to drive adoption of their internal developer platform after six months of top-down development, with almost no teams using it. They rebuilt their approach around a 'paved road' model, letting developers declare infrastructure needs in a single YAML file that auto-provisions repos, databases, monitoring, and Kubernetes namespaces. Rather than mandating the platform, they piloted it with willing teams, iterated on feedback, and let word-of-mouth drive uptake across the organisation. The results were significant: deployment time dropped from two weeks to four hours, change failure rates fell from 18% to 4%, and developer satisfaction scores swung from -10 to +52 NPS. Within six months, 80% of teams had migrated voluntarily, with the remainder accommodated through legitimate exceptions.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Shares 100 Python Automation Scripts to Eliminate Repetitive Daily Tasks

A developer has published a collection of 100 Python scripts designed to automate time-consuming manual tasks that drain productivity each day. The scripts are organised into ten thematic groups covering areas such as file management, inbox handling, calendar prep, data cleaning, and system maintenance. Examples include scripts that auto-rename downloads, OCR and index PDFs, mute Slack during focus periods, and prune old Docker images. The guide is aimed at developers who want to replace repetitive micro-tasks with locally run, scheduled automations using tools like cron and systemd. The author advocates for owning automations locally rather than relying on third-party cloud services, framing the approach as compounding time savings over weeks and months.

0
ProgrammingHacker News ·

Iceland's Green Energy Advantage Overlooked in Europe's AI Data Center Boom

Despite Iceland's abundant renewable geothermal and hydroelectric energy, European companies have largely avoided building AI data centers there. The country offers naturally cold temperatures ideal for server cooling, which could drastically reduce energy costs. However, factors such as limited fiber connectivity, small local workforce, and distance from major European markets may be deterring investment. The debate highlights a tension between sustainability goals and practical infrastructure demands as AI computing needs surge across Europe.

0
ProgrammingDEV Community ·

agentx-mcp Proxy Blocks Destructive AI Agent Calls and Guides Self-Recovery

A new open-source tool called agentx-mcp acts as a lightweight stdio proxy that intercepts every tool call made by AI agents running through MCP servers before execution. The proxy deterministically blocks dangerous operations such as DROP TABLE queries, unscoped deletes, shell teardown commands, and SSRF attempts without requiring an API key or any external service. When a harmful call is blocked, the proxy returns a structured coaching error that describes what was unsafe and suggests a safer alternative, allowing the agent to revise and retry on its own. This self-correction loop means an autonomous agent run can survive a blocked call and still complete its task, rather than failing on a hard error. The tool is installed via pip and configured with a single line change in the mcp.json file, making it compatible with any MCP-speaking client such as Claude Code or Cursor.

0
ProgrammingDEV Community ·

Developer launches free browser-based film photo editor after 4 months of solo work

A developer has built and released Polaroma, a free browser-based photo editor that replicates the look of analog film stocks, VHS, Polaroid, and other retro formats. The tool features over 20 hand-crafted presets and full manual controls, with all image processing handled locally in the browser without cloud uploads. The creator spent four months studying real film stock characteristics and translating them into deterministic color math, deliberately avoiding AI-based processing. Preset calibration proved the most time-consuming part of the project, taking longer than anticipated to achieve authentic results. Polaroma is available at polaroma.online, and the developer is seeking feedback from other developers on the rendering and color science approach.

How One Platform Team Got 80% Voluntary Adoption by Making the Right Path Easiest · ShortSingh