Skip to content

ipattis/agi-detector

 
 

Repository files navigation

AGI Detector ��

Build Status Next.js License

Building something wild: an AGI Detector that could spot the first signs of artificial general intelligence emerging. Developed using the SPARC framework via sparc CLI by Reuven Cohen.

🎯 Project Vision

A real-time monitoring system to detect early signs of emerging artificial general intelligence through various indicators and patterns across the AI landscape.

🚀 Key Features

  • Real-time Monitoring: Track AI breakthroughs across major research labs
  • Performance Analysis: Auto-detection of unexplained AI performance jumps
  • Software Surveillance: Track unattributed software releases that seem too advanced
  • Social Pattern Analysis: Monitor social media patterns for signs of AGI influence
  • Alert System: Multi-indicator warning system for potential AGI emergence

🏗️ Project Status

Currently in early development phase. Not live yet.

Tech Stack

  • Next.js 14 + React
  • TypeScript
  • Prisma ORM
  • TailwindCSS
  • Web Crawling Infrastructure
  • LLM Integration

📚 Documentation

🛠️ Installation

  1. Clone the repository:
git clone https://github.com/bencium/agi-detector.git
cd agi-detector
  1. Install dependencies:
npm install
  1. Set up environment variables:
cp .env.example .env.local

Edit .env.local with your API keys and configuration.

  1. Set up the database:
npx prisma generate
npx prisma db push
  1. Run the development server:
npm run dev

Open http://localhost:3000 to view the application.

🧪 Testing

Run the test suite:

npm test

🤝 Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

👤 Author

Bence Csernak

🙏 Acknowledgments

  • Reuven Cohen for the SPARC framework
  • All contributors and supporters of this project

Note: This project is in active development. Features and documentation will be updated regularly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.3%
  • JavaScript 2.7%
  • CSS 1.0%