Advertisement Β· 728 Γ— 90

Posts by Moderne.ai

Preview
Code Remix Weekly | Better grep, better agents Bryan Friedman from Moderne is showing why grep and IDE features fall short when you're working across large, decentralized codebases. Traditional tools can'...

Grep doesn't cut it across 500 repos. Bryan Friedman shows how semantic code search actually works.

πŸ”΄ Watch live at 21:00 CET / 3 PM ET on Code Remix Weekly

20 minutes ago 0 0 0 0
Preview
Local Moderne MCP: Deterministic Tools for Coding Agents The Moderne CLI runs a local MCP server that gives coding agents Trigrep search, LST-backed semantic analysis, and deterministic recipe execution, all without leaving the repo

Coding agents default to grep and file reads.

On a large codebase, that eats tokens fast and still misses things.

Moderne gives the agent smarter search and pre-built, deterministic code changes instead.

How it works:

1 day ago 1 0 0 0
Preview
CVE-2026-22732: Detecting Spring Security Header Suppression How OpenRewrite's taint analysis finds every way a Spring controller commits a response too early, including the edge cases pattern matching misses

Your Spring Security advisory tells you what's broken. It doesn't tell you where. πŸ”

Semgrep catches the demo-shaped case. It misses the helper method, the field stash, the wrapper subclass.

This blog explores why taint analysis finds every variant & why pattern matching can't.

4 days ago 3 1 0 0
Preview
Fewer tokens, better code: How to make agents care about quality Fewer tokens, better code. 🏁On this episode, we’re digging into how to get LLM agents to produce better code by having them take recipe-produced code-qualit...

Today on Code Remix Weekly, learn how to get LLM agents to produce better code by having them take recipe-produced code-quality metrics into account. βœ…

Fewer tokens, better code. 🏁

πŸ”΄ Watch live at 21:00 CET / 3 PM ET

1 week ago 1 1 0 0
Post image

AI agents are only as good as the tools they run on.

Join leaders from Meta, Google, Gradle, and Moderne break down what actually makes agentic engineering work at scale.

Free. Limited seats.

πŸ“… May 20 | 2:00 PM CEST
πŸ“ MΓΌnchen

Details: buff.ly/Si9z7J1

1 week ago 1 0 1 0
Preview
Release 3.28.0 Β· openrewrite/rewrite-recipe-bom What's Changed Incorporates the latest versions of OpenRewrite (v8.79.0), the rewrite-gradle-plugin (v7.30.0), and the rewrite-maven-plugin (v6.36.0) to improve code parsing accuracy and recipe ex...

#OpenRewrite v8.79 is out! πŸ§‘β€πŸš€

🐍 Detect requirements.txt vulnerabilities
πŸ”’ OWASP A05:2025 Injection recipes
πŸƒ Spring Data upgrade recipe
πŸ»β€β„οΈ Hibernate Criteria API β†’ JPA
🌐 Netty 3.2.x β†’ 4.1.x migration
πŸ§ͺ Mockito, PowerMock & WireMock recipes
πŸ“ StringUtils β†’ JDK equivalents

github.com/openrewrite/...

1 week ago 7 3 0 0
Post image

Heading to Spring I/O? πŸƒ

Block time for: Prepare Your Next Spring Boot Migration - a hands-on workshop with @timtebeek.github.io & @mboegie.dev.

Upgrading one service is manageable. Doing it across hundreds is where plans fall apart. This workshop is built for that.

buff.ly/zJiuKWe

1 week ago 4 2 0 0
Preview
Code Remix Weekly | Modernizing the Mission Critical with OpenRewrite & AI Don't miss Code Remix Weekly on April 8 when Kito Mann joins the stream.In his session, Kito shares how to bring legacy Java systems into the modern era: imp...

Today on Code Remix Weekly, @kitomann.bsky.social joins the stream to share how to bring legacy Java systems into the modern era: improving security, performance, cloud readiness, and developer experience using OpenRewrite and AI.✨

πŸ”΄ Watch live at 21:00 CET / 3 PM ET

2 weeks ago 1 0 0 0
Post image

The first users of engineering productivity tooling are no longer human developers. πŸ€–

Moderne CEO and co-founder Jonathan Schneider is making that case live at Code Remix Summit.

Get your ticket: buff.ly/BNXREr3

2 weeks ago 4 2 0 0
Post image

Today is the last day for Code Remix Summit early bird pricing!🚨

Just 38 days until we are back on the beach. πŸ“†

Speakers from Uber, Netflix, Google, Spotify, Airbnb, LinkedIn, Meta, and more.

After today, the price goes up. Grab your ticket before midnight.

coderemix.ai

2 weeks ago 1 0 0 0
Advertisement
Preview
Code Quality Metrics AI Coding Agents Can Actually Use | Moderne Cyclomatic complexity, LCOM4, Halstead defect density, test gap risk scores β€” how PreThink computes and surfaces code quality metrics where agents read them

Your coding agent is only as good as what it knows about your code.πŸ”¦

This post covers every code quality metric Moderne Prethink computes: what it measures, why it matters specifically for agents, and how the metrics combine to produce actionable signals.

buff.ly/7dR9KHI

2 weeks ago 0 0 0 0

#OpenRewrite v8.77.0 is out! πŸš€

πŸ”· C# pattern matching & typed captures
πŸƒ Spring RestTemplate β†’ RestClient
β˜• JAX-RS to Spring MVC
πŸ”’ OWASP Cryptographic Failures
πŸ§ͺ PowerMock & AssertThrows fixes
πŸ“‹ CopyValue for YAML & .properties
πŸ”§ Maven proxy settings from settings.xml
πŸ“‘ JavaDoc to /// Markdown

3 weeks ago 9 4 0 0
Preview
Code Remix Weekly | Choice Hotels’ Java modernization playbook Choice Hotels accelerated its platform modernization using automation at scale with Moderne. By combining large-scale code analysis, automated refactoring, ...

Choice Hotels accelerated its platform modernization using automation at scale.⏩

Hear the story directly from Stephen Cihak, Director of Cloud Platform & Site Reliability at Choice Hotels International, during Code Remix Weekly.

πŸ”΄ Tune in tomorrow at 20:00 CET / 3 PM ET

1 month ago 1 1 0 0
Preview
Automated Changes at Scale Your software organization has developed tooling to automate code changes, migrations, modifications, and more, but how do you get your developers to review and merge the PRs? Every large software…

What happens when leaders from Airbnb, LinkedIn, and Netflix get together to talk engineering? πŸ”₯

You get a rare, behind-the-scenes look at how some of the world’s most sophisticated software teams review thousands of automated PRs safely and at scale.

Register for the webinar ➑️

1 month ago 3 1 0 0
Post image

Automated the change, now buried in open PRs? That’s where automation stalls.πŸ¦₯

On March 18, engineering leaders from Airbnb, LinkedIn, Netflix & Moderne share how they handle automated changes at scale.

Save your spot ➑️ buff.ly/Awe9zCi

1 month ago 1 0 0 0
Release 3.26.0 Β· openrewrite/rewrite-recipe-bom What's Changed Incorporates the latest versions of OpenRewrite (v8.75.0), the rewrite-gradle-plugin (v7.28.0), and the rewrite-maven-plugin (v6.32.0) to improve code parsing accuracy and recipe ex...

#OpenRewrite v8.75.0 is out! πŸš€

🐍 Python f-string template & pattern support
🌢 Lombok *ArgsConstructor recipes
🦊 GitLab CI/CD best practices recipes
πŸ“ Angular 19 & 20 migrations
🟒 Node.js upgrade recipes
πŸ“ SLF4J StringFormat & MessageFormat recipes

github.com/openrewrite/...

1 month ago 7 2 0 0
Post image

We’re pleased to welcome SpecStory as an initial member of Bauhaus, a new early-stage program from Moderne backed by Mango Capital, supporting companies building systems for the next generation of the software lifecycle.

Building in this space? Let's connect. buff.ly/JDyrTNU

1 month ago 2 0 0 0
Video

That Friday feeling at #Devnexus πŸŽ‰

@devnexus.bsky.social

1 month ago 0 0 0 0
Advertisement
Post image

We’re pleased to welcome Serro as an initial member of Bauhaus, a new early-stage program from Moderne backed by Mango Capital, supporting companies building systems for the next generation of the software lifecycle.

Building in this space? Let's connect. buff.ly/vndnwZb

1 month ago 0 0 0 0
Video

We're at #Devnexus booth #32! πŸ“ Challenge us to a game of giant Jenga. 🧩

1 month ago 5 1 1 0
Preview
Code Remix Weekly | Prethink: Stop burning through millions of tokens On this episode of Code Remix Weekly, guest hosts Kevin Carpenter and Bryan Friedman from Moderne demo Prethink β€” the structured knowledge layer built to giv...

Today on Code Remix Weekly, guest hosts Kevin and Bryan from Moderne demo Prethink β€” the structured knowledge layer built to give AI agents the architectural understanding they’ve been missing. 🧠

πŸ”΄ Watch live at 21:00 CET / 3 PM ET

1 month ago 0 0 0 0
Preview
From Grep to Moderne Trigrep: Sub-Second, Token-Efficient Code Search for Agents Fast, indexed code search for agents and developers. Moderne Trigrep delivers sub-second discovery, lower token usage, and scoped search across large, multi-repo codebases.

Agents need faster code search. πŸ”

Moderne’s Trigrep delivers sub-second, symbol-aware results across large codebases. Built on trigram indexing and compiler-accurate LSTs, it’s 13.5Γ— faster than grep and saves costly reads.

Learn why Trigrep is foundational for agent workflows: buff.ly/cpwFb2h

1 month ago 1 1 0 0

Automated the change, now buried in open PRs? That’s where automation stalls.πŸ¦₯

On March 18, engineering leaders from Airbnb, LinkedIn, Netflix & Moderne share how they handle automated changes at scale.

Save your spot ➑️ buff.ly/UftbCxo

1 month ago 2 0 0 0
Preview
Bauhaus – Where Next-Generation Software Systems Take Shape Bauhaus supports early-stage builders creating next-generation systems for modern software development, automation, and AI-driven workflows.

Introducing Bauhaus, a new early-stage program from Moderne backed by Mango Capital, for founders building the infrastructure layer of the AI-driven software lifecycle. πŸ—οΈ

First participants: SpecStory and Serro.

Building in this space? Let's connect.

1 month ago 3 1 0 0
Release 3.25.0 Β· openrewrite/rewrite-recipe-bom What's Changed Incorporates the latest versions of OpenRewrite (v8.74.1), the rewrite-gradle-plugin (v7.27.0), and the rewrite-maven-plugin (v6.30.0) to improve code parsing accuracy and recipe ex...

#OpenRewrite v8.74.1 is out! πŸš€

πŸ€” Prethink for Node.js
βœ… Various AssertJ & Hamcrest fixes
πŸ”§ Jackson 3 @JsonIgnore & IOException fixes
🟣 Kotlinx, Androidx, Jetpack Compose & Exposed recipes
πŸƒ MockMvc to AssertJ conversion
✈️ JBoss to Jetty migration
πŸ› Spring Security fixes

github.com/openrewrite/...

1 month ago 5 3 0 0
Advertisement
Preview
Code Remix Weekly | Break your testing habits part 2 Part 2 of the Break Your Testing Habits series is all about leveling up your JUnit skills. βœ…We’ll cover how to upgrade smoothly, apply modern best practices,...

Tune into Code Remix Weekly today for part 2 of the "Break your testing habits" series. βœ…

We’ll cover how to upgrade Junit smoothly, apply modern best practices, and explore powerful newer features in JUnit 5.14 and 6.

πŸ”΄ Watch live at 21:00 CET / 3 PM ET

1 month ago 1 1 0 0
Post image

Moderne has been named to The Agentic List 2026!πŸŽ‰

Honored to be recognized by enterprise leaders advancing real-world agentic AI outcomes.

Moderne powers coding agents with faster reasoning, higher accuracy, and lower cost at enterprise scale.

Full list πŸ† buff.ly/9znOS2b

1 month ago 0 0 0 0
Post image

Python support is here! πŸŽ‰

Automate upgrades, CVE fixes, and polyglot campaigns. No text-based find and replace or LLM guesswork. Just semantic analysis and review ready PRs in your workflows.

Ready to see it in action?
buff.ly/uFMlsK6

2 months ago 2 2 0 0
Preview
Code Remix Weekly | Break your testing habits part 1 In part 1 of this series, understand outdated testing patterns, uncover common bad habits, and explore better alternatives. We’ll also revisit legacy frameworks still in use today and discuss how…

On the next Code Remix Weekly, we're kicking off part 1 of the Break Your Testing Habits series. πŸ“š

Understand outdated testing patterns, uncover common bad habits, and explore better alternatives.

πŸ”΄ Tune in tomorrow at 21:00 CET / 3 PM ET

2 months ago 0 0 0 0
Post image

What if your CI migrations did not have to be slow 🐌⏩

Join Moderne and NFJS on Feb 20 for a technical webinar on speeding up CI transitions.

Register: buff.ly/MLD7k7q

2 months ago 0 0 0 0