PinnedInTDS ArchivebyEivind Kjosbakken·Mar 19, 2024How to Make a RAG System to Gain Powerful Access to Your DataThis article will show you how to make an RAG system that makes your data easily accessible via prompting.A response icon3A response icon3
PinnedInTDS ArchivebyEivind Kjosbakken·Aug 20, 2024How to Effortlessly Extract Receipt Information with OCR and GPT-4o miniUtilize OCR and the powerful GPT-4o mini model to perform information extraction on receiptsA response icon12A response icon12
PinnedInTDS ArchivebyEivind Kjosbakken·Apr 9, 2024How to Effectively Forecast Time Series with Amazon's New Time Series Forecasting ModelLearn about the new Amazon time series model, which you can use to forecast energy usage, traffic congestion, and weather.A response icon7A response icon7
PinnedInTDS ArchivebyEivind Kjosbakken·Mar 13, 2024How to Select the Most Influential Combination of Nodes in a GraphThis article discusses how to select a group of nodes with the highest combined influence on the graph.
PinnedInTDS ArchivebyEivind Kjosbakken·Feb 21, 2024How to Create Powerful Embeddings from Your Data to Feed into Your AIThis article will show you different approaches you can take to create embeddings for your dataA response icon4A response icon4
InTowards AIbyEivind Kjosbakken·Jun 1How to Combine Claude Code and Codex for Maximum Coding PowerClaude Code and Codex are incredibly powerful coding agents by themselves. I’ve extensively tried both models, and in my opinion, they’re…
InTowards AIbyEivind Kjosbakken·May 27How to Effectively Run Many Claude Code Sessions in ParallelIf you’re running coding agents sequentially and not in multiple runs in parallel, you’re losing out. One of the key benefits of coding…
InTowards AIbyEivind Kjosbakken·May 24How to Improve Claude Code Performance with Automated TestingLearn how to get the most out of Claude Code
InTowards AIbyEivind Kjosbakken·May 23How to Run OpenClaw with Open-Source ModelsRun OpenClaw assistant through alternative LLMs
InTowards AIbyEivind Kjosbakken·May 20How to Safely Run Coding AgentsCoding agents such as Claude Code and Codex have provided me the biggest efficiency boost I’ve ever experienced while programming, way more…