G7 EasyFlow Tech Circle
Author

G7 EasyFlow Tech Circle

Official G7 EasyFlow tech channel! All the hardcore tech, cutting‑edge innovations, and practical sharing you want are right here.

32
Articles
0
Likes
16
Views
0
Comments
Recent Articles

Latest from G7 EasyFlow Tech Circle

32 recent articles
G7 EasyFlow Tech Circle
G7 EasyFlow Tech Circle
May 29, 2024 · Artificial Intelligence

Engineering Large Model Enterprise Applications: Best Practices

This article outlines the key characteristics of large‑model enterprise applications, compares them with consumer use cases, and presents a comprehensive engineering roadmap—including model selection, knowledge‑base integration, tool implementation, intent recognition, output control, high‑availability deployment, and ongoing optimization—to help practitioners effectively harness AI models in real‑world business environments.

AI engineeringRAGlarge model
0 likes · 12 min read
Engineering Large Model Enterprise Applications: Best Practices
G7 EasyFlow Tech Circle
G7 EasyFlow Tech Circle
May 20, 2022 · Backend Development

Securing Public‑Facing Kafka: Authentication, Configuration, and Scaling Strategies

This article shares G7 Tech’s practical experience of exposing Kafka to the public internet, covering encryption, AAA, three authentication schemes, listener configuration, scaling for massive topics with Kubernetes, storage optimization, and integration with the gmq management platform and Kafka‑REST.

AuthenticationKafkaKubernetes
0 likes · 10 min read
Securing Public‑Facing Kafka: Authentication, Configuration, and Scaling Strategies
G7 EasyFlow Tech Circle
G7 EasyFlow Tech Circle
Jan 30, 2022 · Artificial Intelligence

Uncovering Road Freight Accident Causes with DoWhy & EconML: A Causal Inference Walkthrough

This article explains why causal inference is essential for decision‑making, contrasts it with pure prediction, outlines the four DoWhy steps (modeling, identification, estimation, refutation), and demonstrates a case study on road freight accidents using DoWhy and EconML with code examples and results.

DoWhyEconMLcausal inference
0 likes · 16 min read
Uncovering Road Freight Accident Causes with DoWhy & EconML: A Causal Inference Walkthrough
G7 EasyFlow Tech Circle
G7 EasyFlow Tech Circle
Dec 30, 2021 · Cloud Native

Why Kubernetes OOM Kills Use WSS, Not RSS – Diagnose & Fix Container Memory

After moving IoT services to Kubernetes, containers were OOM‑killed despite RSS staying below limits because Kubernetes bases OOM decisions on the Working Set Size (WSS) metric, which includes file cache, and the article explains its calculation, reproduces the issue, and offers practical mitigation strategies.

Cache ManagementContainer MemoryKernel Parameters
0 likes · 12 min read
Why Kubernetes OOM Kills Use WSS, Not RSS – Diagnose & Fix Container Memory
G7 EasyFlow Tech Circle
G7 EasyFlow Tech Circle
Nov 24, 2021 · Artificial Intelligence

How G7 Tackles Truck Underwriting Risk: Modeling Challenges & Solutions

This article outlines G7's early-stage exploration of truck underwriting risk modeling, detailing data foundations, modeling objectives, key challenges such as target diversity and claim randomness, and proposes practical solutions across data sampling, feature engineering, model structure, and regionalization to improve risk assessment.

Risk Modelingmachine learningtruck insurance
0 likes · 17 min read
How G7 Tackles Truck Underwriting Risk: Modeling Challenges & Solutions
G7 EasyFlow Tech Circle
G7 EasyFlow Tech Circle
Sep 15, 2021 · Artificial Intelligence

Can Predictive Models Uncover Causal Effects? A Truck Risk Case Study

Using a road freight accident prediction example, the article warns that interpreting predictive model explanations as causal effects can be misleading, explains when such models may answer causal questions, demonstrates SHAP analysis on an XGBoost model, and recommends causal inference tools like ecoml for reliable effect estimation.

Risk PredictionSHAPXGBoost
0 likes · 10 min read
Can Predictive Models Uncover Causal Effects? A Truck Risk Case Study