This page is the sprint onboarding hub for Granite.
IBM Granite models are designed for tasks such as code generation, natural language understanding, summarization, and more. They are available through IBM’s watsonx.ai platform and as open-source models on Ollama and Hugging Face.
Key properties:
| Resource | Link |
|---|---|
| IBM Granite product page | https://www.ibm.com/granite |
| watsonx.ai platform | https://www.ibm.com/products/watsonx-ai |
| IBM Granite on Ollama | https://ollama.com/ibm/granite4 |
| IBM Granite on Hugging Face | https://huggingface.co/ibm-granite |
| Granite model documentation | https://www.ibm.com/granite/docs |
| Granite Agent Cookbook | https://github.com/ibm-granite-community/granite-agent-cookbook |
Build agentic workflows for coding, documentation, or analysis tasks.
General-purpose large language models for text tasks (summarization, classification, Q&A, generation).
A model for safety and trust evaluation.
| Tutorial | Link |
|---|---|
| Getting started with watsonx.ai | https://developer.ibm.com/tutorials/awb-getting-started-watsonx-ai/ |
| Prompt engineering basics | https://www.ibm.com/topics/prompt-engineering |
| Granite snack cookbook | https://github.com/ibm-granite-community/granite-snack-cookbook |
| IBM Granite community GitHub | https://github.com/ibm-granite-community |
| Granite agent cookbook | https://github.com/ibm-granite-community/granite-agent-cookbook |
| Tool | Link |
|---|---|
watsonx Python SDK (ibm-watsonx-ai) |
https://ibm.github.io/watsonx-ai-python-sdk/ |
| IBM Cloud API docs | https://cloud.ibm.com/apidocs/watsonx-ai |
| OpenAI-compatible API on watsonx | https://www.ibm.com/docs/en/watsonx/saas?topic=apis-text-generation |
Before Kickoff
├── Read the IBM Granite product page
├── Skim Granite agent cookbook recipes
└── Pick a tentative project track
Kickoff Day (Sunday, April 12)
├── Attend BJ Hargrave's workshop
├── Confirm tooling setup
└── Form teams and choose scoped goals
Sprint Week (April 13–18)
├── Build MVP and test daily
├── Attend office hours when blocked
├── Prepare one meaningful contribution artifact
└── Finalize slides + demo for closing session
Back to Home