<!-- LLM_VERSION_INFO
FORMAT: text/markdown
CONTENT_TYPE: listing
ORIGINAL_URL: https://corestory.ai/post/corestory-engineering-monthly-october-2025
ALTERNATE_VERSION: post/corestory-engineering-monthly-october-2025/index.html (text/html)
EXTRACTION_DATE: 2026-04-17T23:08:11.716Z

This is the markdown version with text-only content (images converted to alt-text).
For rich formatting with images, request the HTML version at: post/corestory-engineering-monthly-october-2025/index.html
-->

# CoreStory Engineering Monthly — October 2025

by [Ray Ploski](/content/author/ray-ploski/index.html)

### **🧠 The AI Engineering Frontier: Spec-Driven Development, SWE-Bench, and Modular Agents**

The past month inside CoreStory’s engineering slack channels have been a masterclass in the evolution of AI coding assistants — from copilots to fully agentic collaborators. Here’s what caught our attention, what we built, and what’s shaping the broader industry conversation.

## **🚀 CoreStory × GitHub Copilot: The Future of Spec-Driven Development**

At **GitHub Universe 2025**, CoreStory engineers demonstrated a major milestone:

> GitHub Copilot + CoreStory rewrote an enterprise-grade feature with full test coverage and 80–90 percent parity in a single session.

The process followed a new _spec-driven development loop_:

1. Pull a ticket from backlog  
2. Check the spec for existing behavior  
3. Align the code with the spec  
4. Draft integration and BDD tests  
5. Generate code to satisfy tests  
6. Run and iterate until all tests pass

This isn’t just prompt-engineering — it’s **AI engineering with structured context**. As GitHub itself explores the role of structured intent in Copilot’s evolution, CoreStory’s approach shows how specs can act as a control plane for AI development.

→ _Explore GitHub’s latest reflections on AI copilots:_ [GitHub Blog](https://github.blog/)

→ Take a look at CoreStory's Talk: [**Smarter by design: Spec-driven development with CoreStory and GitHub Copilot**](https://docs.google.com/presentation/d/13PHKC9arnERIq2BIo4FicA9GjBrjjuQUgt_fJGfHaFs/edit?slide=id.g36413568363_0_8914#slide=id.g36413568363_0_8914)

## **🧩 Benchmarking Agents Against SWE-Bench**

Following the demo, engineers explored integrating CoreStory with [**SWE-Bench**](https://www.swebench.com/), the open benchmark for code-level reasoning.

- **Challenge:** each SWE-Bench task originates from a unique “base commit,” making ingestion of all repositories computationally expensive (≈ 88 million LOC).  
- **Proposal:** define a _“hard-mode” subset_ of the 45 most complex tasks to prove real-world performance gains using structured specs.

The goal? Demonstrate that AI agents augmented by **CoreStory’s code intelligence** outperform base models by an order of magnitude on hard tasks — the kind real developers actually face.

## **🧠 From MCP to Skills: Modular, Composable Agents**

Founder **Anand Kulkarni** spotlighted a pivotal industry shift away from the **Model Context Protocol (MCP)** toward lightweight, skill-based architectures.

- [Simon Willison’s write-up](https://simonwillison.net/2025/Oct/16/claude-skills/) and [Anthropic’s Skills announcement](https://www.anthropic.com/news/skills) both capture this movement.

- GTM Engineering Director, **John Bender,** extended it by embedding a _Claude Skill File_ directly into CoreStory’s _Test Generation Playbook_ — effectively creating **modular skill packs** that enhance test coverage, reasoning, and spec alignment.

For more on the trend, see [Factory.AI’s “Code Droid” technical report](https://factory.ai/news/code-droid-technical-report), which outlines how composable AI components are reshaping developer workflows.

## **🔁 Memory, DSPy, and Long-Context Agents**

CTO **Charath Ranganathan** shared a deep-dive from creator **Avishek (AVB)** on **memory models** and **DSPy pipelines** — vital for building agents that can think across sessions.

- [Watch the video](https://youtu.be/n4GPdsQnHqc?si=lkBWgSG6SqDfK7WZ) for a practical guide to agentic memory.

- Related research: [_Claude Code on the Web_](https://www.anthropic.com/news/claude-code-on-the-web) and [_Stanford DSPy_](https://arxiv.org/abs/2510.18212), both exploring how structured context expands reasoning limits.

The conversation signals a broader shift in AI systems: **from stateless completion engines to context-aware collaborators**.

## **🌐 Industry Spotlight: Agentic AI Momentum**

Across the AI ecosystem, the same theme keeps surfacing — _autonomy with accountability_.

- [**Tabnine Webinar** _- Beyond Autocomplete — How Agentic AI Is Rewriting Enterprise Software_](https://www.tabnine.com/webinar/beyond-autocomplete-how-agentic-ai-is-rewriting-enterprise-software/)

- [**Second Thoughts:** _- GPT-5 and the Case of the Missing Agent_](https://secondthoughts.ai/p/gpt-5-the-case-of-the-missing-agent) — an analysis of orchestration vs. autonomy in LLM design.

- [**ArXiv 2510.18212**](https://www.arxiv.org/abs/2510.18212) — new research on large-scale evaluation of multi-agent collaboration.

Together, these mark a turning point: **AI development is moving from “autocomplete” toward “autonomous co-creation.”**

## **🧭 Looking Ahead**

As CoreStory continues to push the boundaries of **Spec-Driven Development**, our engineering team is:

- Building **Claude-based test-generation agents** with skill modularity  
- Expanding SWE-Bench evaluations for enterprise-scale scenarios  
- Publishing learnings from our **GitHub Universe demo**

Stay tuned — this is just the beginning of **code intelligence as infrastructure**.
