DEV Community

TildAlice profile picture

TildAlice

TildAlice.io

Joined Joined on  github website
Optuna NAS: 40 Trials to Match Hand-Tuned Architecture

Optuna NAS: 40 Trials to Match Hand-Tuned Architecture

Comments
1 min read

Want to connect with TildAlice?

Create an account to connect with TildAlice. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Function Calling vs RAG: 2.3s Latency Gap in Production

Function Calling vs RAG: 2.3s Latency Gap in Production

1
Comments
1 min read
Backtrader vs Zipline: 5-Year S&P 500 Speed & Memory Test

Backtrader vs Zipline: 5-Year S&P 500 Speed & Memory Test

Comments
1 min read
Rule-Based to ML PHM Migration: 4-Week Python Roadmap

Rule-Based to ML PHM Migration: 4-Week Python Roadmap

Comments
1 min read
SimCLR vs CLIP: Why Contrastive Learning Failed in Prod

SimCLR vs CLIP: Why Contrastive Learning Failed in Prod

Comments
1 min read
vLLM OutOfMemoryError with Llama 3.1 70B: 3 Fixes

vLLM OutOfMemoryError with Llama 3.1 70B: 3 Fixes

1
Comments
1 min read
Markowitz to Deep Portfolio: Migration in 3 Refactors

Markowitz to Deep Portfolio: Migration in 3 Refactors

Comments
1 min read
MLflow vs Kubernetes Native Model Registry: Speed & Cost

MLflow vs Kubernetes Native Model Registry: Speed & Cost

Comments
1 min read
pip vs conda vs Poetry: Speed & Reliability Benchmarks

pip vs conda vs Poetry: Speed & Reliability Benchmarks

Comments
1 min read
Ollama vs llama.cpp: 7B Model Speed on M1 MacBook

Ollama vs llama.cpp: 7B Model Speed on M1 MacBook

Comments
1 min read
LoRA vs Full Fine-Tuning: Cost-Accuracy Trade-offs

LoRA vs Full Fine-Tuning: Cost-Accuracy Trade-offs

Comments
1 min read
Free vs Paid Stock APIs: Real Cost at 10K-1M Requests

Free vs Paid Stock APIs: Real Cost at 10K-1M Requests

Comments
1 min read
LLM Context Windows: Why 128K Tokens Break at 50K

LLM Context Windows: Why 128K Tokens Break at 50K

Comments
1 min read
Why Memorizing LeetCode Patterns Won't Land You the Job

Why Memorizing LeetCode Patterns Won't Land You the Job

1
Comments
1 min read
MoE Token Routing: DeepSeek-V3 vs Mixtral Explained

MoE Token Routing: DeepSeek-V3 vs Mixtral Explained

Comments
1 min read
PPO Training Diverges After 1M Steps: Clipping & LR Fixes

PPO Training Diverges After 1M Steps: Clipping & LR Fixes

Comments
1 min read
INT8 vs INT4 Quantization: 2x Latency Drop on ARM Cortex-M

INT8 vs INT4 Quantization: 2x Latency Drop on ARM Cortex-M

Comments
1 min read
Python slots=True: 8x Memory Cut in 10M Dataclass Instances

Python slots=True: 8x Memory Cut in 10M Dataclass Instances

Comments
1 min read
Speculative Decoding: Why 2x Faster Inference Fails

Speculative Decoding: Why 2x Faster Inference Fails

Comments
1 min read
LSTM Encoder-Decoder vs Seq2Seq Transformer: CMAPSS RUL Benchmark

LSTM Encoder-Decoder vs Seq2Seq Transformer: CMAPSS RUL Benchmark

Comments
1 min read
LangChain to LlamaIndex Migration: RAG Refactor in 5 Steps

LangChain to LlamaIndex Migration: RAG Refactor in 5 Steps

Comments
1 min read
Pairs Trading Bot: Cointegration Test to Live Orders

Pairs Trading Bot: Cointegration Test to Live Orders

Comments
1 min read
gc.collect() Slows Python 32%: When Manual GC Hurts

gc.collect() Slows Python 32%: When Manual GC Hurts

Comments
1 min read
Git Cherry-Pick Conflicts: 3 Fixes Beginners Miss

Git Cherry-Pick Conflicts: 3 Fixes Beginners Miss

Comments
1 min read
ARIMA vs GARCH vs LSTM: Bitcoin Forecast Speed Benchmarks

ARIMA vs GARCH vs LSTM: Bitcoin Forecast Speed Benchmarks

1
Comments
1 min read
TFLite vs ONNX Runtime: Pi Zero Latency at 32ms vs 89ms

TFLite vs ONNX Runtime: Pi Zero Latency at 32ms vs 89ms

1
Comments
2 min read
LoRA vs QLoRA vs Full Fine-tuning: GPU Memory Benchmarks

LoRA vs QLoRA vs Full Fine-tuning: GPU Memory Benchmarks

Comments 1
2 min read
tmux vs zellij: 100-Pane Split Render Speed Benchmark

tmux vs zellij: 100-Pane Split Render Speed Benchmark

1
Comments
1 min read
VS Code vs Neovim: Python Startup Speed & LSP Benchmarks

VS Code vs Neovim: Python Startup Speed & LSP Benchmarks

1
Comments
1 min read
GPT-4 vs Claude 3.5 vs Gemini: MMLU Zero-Shot Accuracy

GPT-4 vs Claude 3.5 vs Gemini: MMLU Zero-Shot Accuracy

Comments
1 min read
import * in Functions: UnboundLocalError & Namespace Fix

import * in Functions: UnboundLocalError & Namespace Fix

Comments
1 min read
gdb + py-spy vs pdb: Production Debug Latency Compared

gdb + py-spy vs pdb: Production Debug Latency Compared

Comments
1 min read
Kubernetes Autoscaler for ML: Build HPA from Scratch

Kubernetes Autoscaler for ML: Build HPA from Scratch

Comments
1 min read
GNN for Multi-Component RUL: Graph Attention Beats Fixed Topology

GNN for Multi-Component RUL: Graph Attention Beats Fixed Topology

Comments
1 min read
ONNX Export Pitfalls: 7 PyTorch Production Gotchas

ONNX Export Pitfalls: 7 PyTorch Production Gotchas

Comments
1 min read
FlashAttention-2 Warmup: Fix 3x Slower First Batch

FlashAttention-2 Warmup: Fix 3x Slower First Batch

2
Comments
1 min read
Monte Carlo VaR Underestimates Tail Risk: 3 Distribution Fixes

Monte Carlo VaR Underestimates Tail Risk: 3 Distribution Fixes

Comments
1 min read
GitHub Actions ML Pipeline: First CI/CD Portfolio Project

GitHub Actions ML Pipeline: First CI/CD Portfolio Project

Comments
1 min read
PPO vs SAC: Real Robot Benchmark on 3 Manipulation Tasks

PPO vs SAC: Real Robot Benchmark on 3 Manipulation Tasks

Comments
1 min read
Docker vs Poetry vs uv: 3 Setup Patterns That Actually Scale

Docker vs Poetry vs uv: 3 Setup Patterns That Actually Scale

Comments
1 min read
Ruff vs Black vs Flake8: 1000-File Accuracy Benchmark

Ruff vs Black vs Flake8: 1000-File Accuracy Benchmark

Comments
1 min read
Feature Stores Are Overengineered: When SQL Is Enough

Feature Stores Are Overengineered: When SQL Is Enough

Comments
1 min read
Alpha Vantage to yfinance Migration: 3 Breaking Changes

Alpha Vantage to yfinance Migration: 3 Breaking Changes

Comments
1 min read
Backtrader vs QuantConnect vs Zipline: Setup Speed Test

Backtrader vs QuantConnect vs Zipline: Setup Speed Test

Comments
1 min read
Gymnasium vs Stable Baselines3 vs RLlib: API Complexity

Gymnasium vs Stable Baselines3 vs RLlib: API Complexity

Comments
1 min read
FFT Shows No Peaks: 4 Sensor Setup Mistakes That Kill Spectra

FFT Shows No Peaks: 4 Sensor Setup Mistakes That Kill Spectra

Comments
1 min read
TorchAO vs ONNX Runtime: 8-bit Quantization Benchmark

TorchAO vs ONNX Runtime: 8-bit Quantization Benchmark

Comments
1 min read
LangChain vs LlamaIndex: RAG Latency on 10K Documents

LangChain vs LlamaIndex: RAG Latency on 10K Documents

1
Comments
1 min read
Segment Tree Off-by-One: 5 Bugs That Break Range Queries

Segment Tree Off-by-One: 5 Bugs That Break Range Queries

1
Comments
1 min read
tracemalloc vs memray vs Py-Spy: Profiler Overhead Cost

tracemalloc vs memray vs Py-Spy: Profiler Overhead Cost

Comments
1 min read
Virtual Environments Broke My First Django App: Skip Them

Virtual Environments Broke My First Django App: Skip Them

Comments
1 min read
ViT vs CNN vs Hybrid: Latency & Accuracy on 5K Images

ViT vs CNN vs Hybrid: Latency & Accuracy on 5K Images

1
Comments
1 min read
DQN vs PPO vs SAC: MuJoCo Training Speed Benchmarks

DQN vs PPO vs SAC: MuJoCo Training Speed Benchmarks

Comments
1 min read
Git Rebase vs Merge: 3 Cases Where Merge Commits Win

Git Rebase vs Merge: 3 Cases Where Merge Commits Win

Comments
1 min read
Python Sorting Benchmarks: Which Algorithm Wins?

Python Sorting Benchmarks: Which Algorithm Wins?

Comments
1 min read
CBM Migration Guide: Scheduled to Condition-Based

CBM Migration Guide: Scheduled to Condition-Based

Comments
1 min read
QAT vs PTQ: When 3% Accuracy Drop Kills Your Model

QAT vs PTQ: When 3% Accuracy Drop Kills Your Model

Comments
1 min read
Custom Gymnasium Environment: Portfolio Project Guide

Custom Gymnasium Environment: Portfolio Project Guide

Comments
1 min read
FastAPI Model Serving: 5 Steps to 50ms Inference

FastAPI Model Serving: 5 Steps to 50ms Inference

Comments
1 min read
Heap & Stack Patterns: 8 Interview Problems Solved

Heap & Stack Patterns: 8 Interview Problems Solved

Comments
1 min read
loading...