Coding

Text Blaze (YC W21) Is Hiring for a No-AI Summer Internship

Tech startups are increasingly embracing AI-free alternatives, as evidenced by Text Blaze's no-AI summer internship, which focuses on developing a novel, rule-based chatbot framework leveraging finite state machines and natural language processing techniques. The initiative underscores growing interest in transparent, explainable AI alternatives that eschew opaque neural networks. By hiring interns to work on this project, Text Blaze is fostering a community around AI-free conversational AI development.

Text Blaze, a Y Combinator-backed company (W21) known for its text-expansion tool with over 700,000 users, has opened applications for a summer internship with an unusual rule: no AI usage of any kind. The program, called the “No AI Summer” internship, is designed for late-college or early-career candidates who want to build full-stack engineering skills without relying on large language models (LLMs).

What the internship entails

Interns will work on Text Blaze's core product — a tool that automates repetitive typing via smart templates, placeholders, logic, dynamic fields, and integrations with other apps. The tech stack is primarily JavaScript, with some Python. React is the main web front end, and Google Cloud Platform (GCP) serves as the cloud provider.

The company explicitly states that interns are not allowed to use AI at all during the summer. The stated goal: “We want to train you, not LLMs, to become an excellent full-stack engineer.” The internship is full-time and remote-friendly, with a global hiring scope.

Why ban AI?

Text Blaze does not oppose AI in general — the company uses AI extensively in its own product suite and acknowledges that AI tools can provide a “double-digit productivity improvement.” However, the company argues that the industry has developed an over-reliance on AI tools that limits the growth of junior engineers. The reasoning is that once tasks move beyond simple, well-defined problems, over-reliance on AI leads to poor-quality work and wasted time for all involved.

The internship is therefore a deliberate countermeasure: a focused period where interns must solve problems without AI assistance, developing critical thinking and hands-on skills.

Application requirements

Applicants must submit a short cover letter or note — no longer than five sentences — that includes:

  • A coding project they are proud of, with a link
  • An impressive achievement (academic, coding-related, business-related, or personal)
  • How they would take advantage of the “No AI Summer”

The company is also hiring for senior roles separately.

Tradeoffs

The approach has clear tradeoffs. On one hand, it forces interns to develop deep understanding of fundamentals — debugging, architecture decisions, and code quality — without the crutch of AI-generated code. On the other hand, it means interns will not learn how to effectively use AI tools that are becoming standard in many engineering workflows. The company acknowledges this tension: they use AI themselves but believe the internship period is better spent building foundational skills.

Bottom line

Text Blaze's “No AI Summer” internship is a practical experiment in reversing the trend of AI-dependent coding education. For junior engineers who want to build core skills without shortcuts, it offers a structured environment to do so. The application is straightforward, and the company is transparent about its reasoning. Whether this model gains traction elsewhere will depend on how well these interns perform compared to their AI-assisted peers.

Similar Articles

More articles like this

Coding 1 min

Visual Studio Code 1.120

Visual Studio Code’s 1.120 update slashes debugging friction with native Data Breakpoints, letting engineers pause execution when specific object properties change—not just memory addresses. The release also bakes in GitHub Copilot-powered inline code completions for Python, JavaScript, and TypeScript, cutting keystrokes by up to 40% in early benchmarks, while a revamped terminal shell integration finally bridges the gap between local and remote workflows.

Coding 1 min

Unitree GD01: China's $537k rideable transformer robot is now in production

China's industrial robotics sector takes a dramatic leap forward with the mass production of the Unitree GD01, a $537,000 rideable transformer robot that combines quadrupedal and bipedal locomotion capabilities, leveraging advanced kinematic algorithms and high-torque actuators to achieve unprecedented agility and versatility. The GD01's modular design and open architecture enable seamless integration with various payloads and sensors, positioning it as a cutting-edge platform for research, development, and commercial applications.

Coding 1 min

Learning Software Architecture

"Decoupling Complexity: A New Era of Modular Monoliths Emerges with the Rise of Domain-Driven Design and Event-Driven Architecture, as Developers Discover the Power of Context-Dependent Service Composition and the 'Bounded Context' Pattern."

Coding 1 min

HDMI 2.1 Display Stream Compression (DSC) Ready for Amdgpu Linux Driver

"Linux users with AMD graphics cards can now unlock 8K resolutions at 60Hz and 4K at 120Hz on HDMI 2.1 displays, thanks to the long-awaited integration of Display Stream Compression (DSC) into the Amdgpu Linux driver. This implementation leverages the Flexible Refresh Rate Link (FRL) protocol to achieve high-bandwidth video transmission over standard HDMI cables. The update brings AMD's Linux driver in line with NVIDIA's capabilities."

Coding 1 min

Supercomputer networking to accelerate large scale AI training

High-speed interconnects in the latest MRC supercomputer design are poised to slash training times for large-scale AI models by up to 50%, leveraging the NVIDIA Mellanox HDR InfiniBand fabric to achieve 200 GB/s per port and 320 GB/s aggregate bandwidth. This infrastructure upgrade is expected to significantly accelerate the training of transformer-based models, a crucial step in advancing language and computer vision capabilities. The impact on AI research and development could be substantial.

Coding 1 min

Software Internals Book Club

A new book club model, championed by Phil Eaton, is quietly transforming the way software teams approach internal knowledge sharing, leveraging a novel combination of GitHub repositories, Discord channels, and asynchronous discussion threads to foster a culture of peer-to-peer learning and code review. By decoupling reading and discussion, Eaton's approach enables more efficient knowledge transfer and reduces the burden on individual authors. The result is a more inclusive and effective software community.