GitHub Trends
10.2K subscribers
15.4K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#python

Grok-1 is a powerful open-source AI model with 314 billion parameters that you can download and run on your own computer. To use it, download the model weights, install required software packages, and run a simple Python script to test it. The model uses a Mixture of Experts architecture with 64 layers and can process up to 8,192 tokens of text at once. The main benefit is that you get access to a large, capable language model under an open Apache 2.0 license, allowing you to experiment with advanced AI technology locally. However, you'll need a powerful GPU with substantial memory to run it effectively.

https://github.com/xai-org/grok-1
#python

The Compound Marketplace provides a Claude Code plugin that transforms your development workflow through a cycle of planning, working, reviewing, and documenting learnings. By spending 80% of effort on thorough planning and code review while only 20% on execution, you build knowledge that makes each subsequent task easier. Commands like `/workflowswork` executes them with task tracking, `/workflowscompound` documents patterns for reuse. This approach prevents technical debt accumulation, keeping your codebase maintainable and future changes straightforward.

https://github.com/EveryInc/compound-engineering-plugin