77 articles tagged with 'Development'

Robots

Our honest take on llms.txt

We shipped llms.txt on marsbased.com and checked the data. Honest verdict: low cost, useful for docs, not a SEO play, and almost no bots read it yet.

Read full article
Handbook AI-Augmented Development

How we actually use AI to build software: what's in the Handbook's AI-Augmented Development page

A few months ago we quietly added a new section to the MarsBased Handbook laying out exactly how we use Claude Code day to day, from research to planning to implementation. We never wrote about it here, so we're fixing that now.

Read full article
Brain tech

How MarsBased integrates AI across development and operations

At MarsBased, AI has become part of our daily workflow: from how developers write code to how non-technical teams create, translate, and manage content. Here’s a look at how we’re Claude Code and similar tools to improve efficiency across the entire company.

Read full article
AI-Augmented development

Standardising innovation: Our internal guide to AI-augmented development

How we integrate agents like Claude and Copilot into our workflow using a rigorous Research, Plan, and Implement framework to ensure speed without sacrificing architectural excellence.

Read full article
How we build GPTApps

How we build GPTApps

We have been building all kinds of technical platforms and projects for over ten years at MarsBased, and we apply this accumulated knowledge to the AI projects we're building now at GPTApps.

Read full article
Keyboard

AI code agents and Typed Languages

AI code agents work best with typed languages. Better inference, safer refactors, and clearer APIs make typing feel like leverage rather than bureaucracy.

Read full article
chatgpt app

What makes a good chatgpt app

Porting your product into ChatGPT won't work, building a genuinely useful conversational app is a product design challenge, not a technical one.

Read full article
Martians

Small teams beat Goliaths

Team size matters as much as team composition. This post argues why small, focused development teams consistently outperform large, bloated teams in practice.

Read full article
Artificial Intelligence

Balance of our first year building AI projects

We have been building AI-based projects for 18 months now, so we wanted to share a few of the learnings and cool things we have built in this blog post.

Read full article
Content creator and MarsBased

Why we chose to use Strapi with Remix for our projects

For a long time, we have been looking for a CMS that allows us to simply manage our clients' content. Previously, we have tried solutions such as Locomotive, Maglev, among others, but we have finally decided to integrate Strapi with Remix in our development projects. In this post, we want to share the reasons behind this decision, highlighting the technical aspects and key advantages of this combination.

Read full article
Angular factory

Forcing New Service Instance Creation. Overriding Dependency Injection in Angular

In Angular, injected services are determined by various factors that we cannot always directly control. In this post, we will see some ways of how to overcome these difficulties.

Read full article
Llama

Using LLaMA.cpp models in Ruby

In this blog post, we will teach you how to use LLaMa (Meta's AI) models using ruby for your applications and projects.

Read full article