@DeepInfra for $0.65/million tokens
SOFTWARE
-
Build Any System: Community Ideas Challenge
By
–
Someone give me an idea for a system they want me to build, and I’ll record myself building it
-
AI Models Gap: Excel Financial Modeling Capabilities
By
–
One very West Coast oversight in current AI models: not emphasizing Excel files and especially spreadsheets with formulas & structured financial data. Financial modeling is an obvious use case that would deliver a lot of value. AI is super close to pulling this off, but not yet.
-
User Requests Additional A100 GPUs for Bixtral Model Testing
By
–
Hey @ClementDelangue would you mind adding two extra A100s (total 4) to my account? Want to run some tests on Bixtral (big Mixtral) using HF Endpoints.
-

CUDA kernels for GPT-2 forward pass implementation in llm.c
By
–
Okay I did a first quick pass of naive CUDA kernels for the forward pass of GPT-2 and pushed everything to one file in llm.c, Still only ~1000 lines of code: https://
github.com/karpathy/llm.c
/blob/master/train_gpt2.cu
… Current per iteration timings on my Lambda box <3 A100 40GB PCIe, B=4, T=1024:
– llm.c: 111ms
– -
Choosing the Right AI Agent Framework: Key Considerations
By
–
Choosing the Right AI Agent Framework
– Popular frameworks include AutoGPT, Baby AGI, Crew AI, Autogen, Multion, ChatDev, and MetaGPT – The best framework depends on your skill level and goals – Prioritize frameworks with deep documentation, lots of tutorials, and a low barrier -
Popular Use Cases for AI Agents
By
–
Popular Use Cases for AI Agents – Automatic research agents running 24/7 – Software engineering, building, optimizing, and debugging code – Customer service, with AI agents handling a significant portion of conversations
-
GPT-5’s reasoning and memory will accelerate AI agent development
By
–
The GPT-5 Moment and Its Implications for AI Agents – GPT-5 will have better reasoning, long-term memory, multi-modality, and emerging properties – As soon as GPT-5 is released, agent builders will go nuts, and development speed will be impossible to keep up with – Proper
-
Snorkel Flow and Google AI Build Enterprise-Ready Models
By
–
Are you at Google Cloud NEXT? Come by booth #AI2 in the AI Pavillion to say “hi” to our AI experts! Learn how Snorkel Flow + Google AI is building enterprise-ready models for top banks, insurers, and healthcare providers
-
LangChain Integrations: MLX, Solar Models and HTML Splitter
By
–
@Prince_Canuma for adding an @Apple MLX model integration https://
python.langchain.com/docs/integrati
ons/chat/mlx/
… @m_setayesh for adding a new "section-aware" HTML text splitter https://
python.langchain.com/docs/modules/d
ata_connection/document_transformers/HTML_section_aware_splitter/
… Tokkiu for adding @upstageai Solar model and embeddings
https://
python.langchain.com/docs/integrati
ons/chat/solar/
… (3/n)
