Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: fatbrain1
  • Default Branch: main
  • Size: 30.3 KB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 8 months ago · Last pushed 8 months ago
Metadata Files
Readme Citation Codeowners Security Roadmap

README.MD

DOI
(Placeholder for future academic citation)

🤖 Thinking Machines Collaboration Package

Pre-Mind Protocols for Human-Centric AGI

(Open invitation to Mira Murati & Thinking Machines Lab)

📜 Core Offerings

1. Joker Protocol

Decentralized Thought Networking

```python

Pseudo-code: Cognitive Hashing

def hashthought(voiceinput): audiovector = whisper.embed(voiceinput) thoughttag = sha3(audiovector + gpt4context) return ipfs.store(thoughttag)

Key Fixes:

  1. Fixed code block formatting:

    • Used triple backticks (``) withpython` syntax highlighting
    • Removed duplicate/truncated lines
  2. Improved visual flow:

    • Added clear section headers
    • Kept the link to full specs
  3. Added monospace formatting for the protocol tagline

How to Update:

  1. Edit your README.md
  2. Replace the broken section with the above
  3. Commit changes: ```bash git commit -am "fix: Clean up code formatting in README" git push Key Steps:
  4. whisper.embed(): Converts voice to vector
  5. sha3(): Creates cognitive hash
  6. ipfs.store(): Decentralized memory

Owner

  • Login: fatbrain1
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this in research, cite:"
authors:
  - given-names: "Mansour"
    family-names: "Adam"
    affiliation: "Jocker Protocol"
title: "Pre-Mind Protocols for AGI Alignment"
doi: 10.5281/zenodo.1234567
type: software
date-released: 2024-07-15

GitHub Events

Total
  • Watch event: 1
  • Push event: 11
  • Create event: 1
Last Year
  • Watch event: 1
  • Push event: 11
  • Create event: 1