# index.html

> 62 lines of code and 0 definitions.

Tree: Site tree
Language: html
Canonical: https://banes-lab.com/anatomy/tree#file-index-html
Source text: https://banes-lab.com/assets/sources/source.3025a478b3ebae209ea0551903e7ed3953e36a3e2902dd63f65bd2e760e91c0c.generated.txt

## Source

```html
<!doctype html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Bane's Lab — Structured collaboration with LLMs</title>
        <meta
            name="description"
            content="Bane's Lab documents a method for building software with LLMs, together with the instruction format (Pattern Abstract Grammar), the software architecture and the ontology the method relies on."
        />
        <meta
            name="keywords"
            content="Bane's Lab, Pattern Abstract Grammar, PAG, Disciplined Methodology, software development with LLMs, instruction format for LLMs, software architecture, architecture ontology"
        />
        <meta name="author" content="Jay Baleine — Bane's Lab" />
        <meta name="robots" content="index, follow" />
        <meta name="tdm-reservation" content="0" />
        <link rel="canonical" href="https://banes-lab.com/" />
        <link rel="alternate" type="text/markdown" href="https://banes-lab.com/index.md" />
        <link rel="alternate" type="application/json" href="https://banes-lab.com/json/home" />
        <meta property="og:title" content="Bane's Lab — Structured collaboration with LLMs" />
        <meta
            property="og:description"
            content="Bane's Lab documents a method for building software with LLMs, together with the instruction format (Pattern Abstract Grammar), the software architecture and the ontology the method relies on."
        />
        <meta property="og:type" content="website" />
        <meta property="og:url" content="https://banes-lab.com/" />
        <meta property="og:image" content="https://banes-lab.com/assets/images/banner.gif" />
        <meta property="og:image:alt" content="Bane's Lab" />
        <meta property="og:site_name" content="Bane's Lab" />
        <meta property="og:locale" content="en_US" />
        <meta name="twitter:card" content="summary_large_image" />
        <meta name="twitter:title" content="Bane's Lab — Structured collaboration with LLMs" />
        <meta
            name="twitter:description"
            content="Bane's Lab documents a method for building software with LLMs, together with the instruction format (Pattern Abstract Grammar), the software architecture and the ontology the method relies on."
        />
        <meta name="twitter:image" content="https://banes-lab.com/assets/images/banner.gif" />
        <meta name="twitter:image:alt" content="Bane's Lab" />
        <link rel="icon" type="image/x-icon" href="/favicon.ico" />
        <link rel="stylesheet" href="/presentation/styles/site.style.css" />
    </head>
    <body>
        <div class="container">
            <header id="site-header" class="site-header"></header>
            <main id="app" class="page-main"></main>
            <footer id="site-copyright" class="site-copyright"></footer>
        </div>
        <script type="module" src="/runtime/entrypoints/site.entrypoint.ts"></script>
        <script type="application/ld+json">
            {
                "@context": "https://schema.org",
                "@type": "Organization",
                "name": "Bane's Lab",
                "url": "https://banes-lab.com/",
                "logo": "https://banes-lab.com/assets/animated_badge_logo.webp",
                "description": "Bane's Lab documents a method for building software with LLMs, together with the instruction format (Pattern Abstract Grammar), the software architecture and the ontology the method relies on.",
                "founder": { "@type": "Person", "name": "Jay Baleine" }
            }
        </script>
    </body>
</html>
```
