Skip to content

Instantly share code, notes, and snippets.

View maximveksler's full-sized avatar
Wow

Maxim Veksler maximveksler

Wow
  • Tel Aviv, Israel
  • 06:50 (UTC +03:00)
  • X @mvxlr
View GitHub Profile
@maximveksler
maximveksler / Fallacies of distributed computing.md
Last active July 7, 2021 17:32
Fallacies of distributed computing

Fallacies of distributed computing

The network is reliable;

Latency is zero;

Bandwidth is infinite;

The network is secure;

m@m-inspiron5567:~/code/pr/flutter_firebase_phone_auth_riverpod$ flutter pub get
Running "flutter pub get" in flutter_firebase_phone_auth_riverpod... 2,206ms
m@m-inspiron5567:~/code/pr/flutter_firebase_phone_auth_riverpod$ flutter pub run build_runner build --delete-conflicting-outputs
[INFO] Generating build script...
[INFO] Generating build script completed, took 384ms
[INFO] Precompiling build script......
[INFO] Precompiling build script... completed, took 7.5s
[INFO] Initializing inputs
- name: changesets
id: changed-files
uses: tj-actions/changed-files@v34
with:
separator: ","
dir_names: true
dir_names_max_depth: 2
files: |
apps/**
@maximveksler
maximveksler / Brewfile
Created June 12, 2023 03:08 — forked from jasonmorganson/Brewfile
MacOS Brewfile
tap "argoproj/tap"
tap "azure/draft"
tap "boz/repo"
tap "browsh-org/browsh"
tap "contribsys/faktory"
tap "datawire/blackbird"
tap "davrodpin/mole"
tap "derailed/k9s"
tap "dtan4/dtan4"
tap "eko/tap"
@maximveksler
maximveksler / install_jq.sh
Last active March 5, 2024 12:02 — forked from kamermans/install_jq.sh
Install jq (JSON Command Line processor)
#!/bin/bash -e
# This scripts installs jq: http://stedolan.github.io/jq/
JQ=/usr/bin/jq
curl -o "$JQ" -L https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-amd64 && chmod +x $JQ
echo "$($JQ --version) installed."
{
"nodes": [
{
"type": "organization",
"label": "יד הנדיב",
"description": "קרן נדבנית של משפחת רוטשילד הפועלת לקידום חינוך וחברה בישראל",
"flags": ["key_player", "academic"],
"canonical_key": "org_yad_hanadiv"
},
{

Agentic Knowledge OS: Key Insights from the Session

This note summarizes a long discussion about Claude Opus 4.7, 1M-token context, open-source and commercial SOTA RAG, LLM Wiki-style knowledge compilation, Cognee, Letta, and a production architecture for a mid-sized legal/government/community agentic organization.

Executive summary

The core conclusion is simple:

Do not build "a chatbot with a CRM."