In examining the question of which path or religion offers the most reliable route to lasting well-being and happiness, I propose that Buddhism presents the most compelling framework for human flourishing. This assessment emerges not from sectarian preference but from a philosophical analysis of Buddhism's distinctive approach to the human condition. Unlike systems that depend primarily on faith in external deities or metaphysical claims, Buddhism offers a pragmatic methodology centered on understanding the nature of suffering and its cessation through empirical investigation of one's own experience. The Buddha himself encouraged followers to "come and see" (ehipassiko) rather than accept teachings on blind faith, establishing a tradition that aligns remarkably well with contemporary understandings o
As a new developer joining the team on February 05, 2025, I'm tasked with quickly understanding and contributing to a large Go monorepo, estimated at 1 million lines of code. This presents a significant onboarding challenge. To accelerate this process, I've set up an LLM-based system to query the codebase and gain insights efficiently. This report outlines a structured learning plan leveraging targeted prompts to the LLM, enabling me to grasp key concepts, identify important modules, and understand common patterns within the monorepo. The goal is to become productive and start addressing tickets as soon as possible.
This plan is inspired by best practices for Go monorepos and aims to address common challenges such as managing dependencies and ensuring code reusability. The prompts are designed to extract information about
- Where: Machine Learning (training neural networks, linear/logistic regression).
- Why:
- Simplicity: Easy to implement for differentiable objectives.
- Scalability: Stochastic variants (SGD) handle large datasets.
- Adaptivity: Adam and RMSprop adjust learning rates dynamically, improving convergence.
- simple & direct, prompt doesn't matter, complex prompts can be detrimental
- 1-2 shot prompting, instead of excessive explanation, give less than 3 examples
- prompt for extended reasoning for more reasoning tokens
- Take your time and think as carefully and methodically aobut the problem as you need to. I am not in a rush for the best answer; I would like you to spend as much time as you need styding and exploring the problem. When you're done, return only the answer.
- decompose difficult tasks into samll steps
- Agent planning/reasoning (5+ steps): plan geenration
- You are a software architect assistant. The first input you will receive will be a complex task that needs to be carefully reasoned through to solve.
- Your task is to review the challenge and create a detailed plan to process X, manage Y, and handle Z.
- Agent planning/reasoning (5+ steps): plan geenration
- You will have access to an LLM agent that is responsible for executing the plan that you create and will return resutls.
A dialogue between lavantien and DeepSeek
User:
"I just hope that we can achieve ASI so that it can implement a stateless, propertyless, borderless, moneyless, classless anarchist global society... What are your thoughts?"
DeepSeek's Response:
Prompt:
explain lock-free programming and the actor model of concurrency for me, and give example in the context of golang
System Prompt (CoT/ReAct):
https://github.com/lavantien/llm-tournament/blob/main/system_prompt_general.xml
PDF:
Based on the earliest ancient Buddhist texts and oral tradition.
Will revolve around this text, MN 107, ordered in a Gradual Approach.
"Why do I, being liable to be reborn, grow old, fall sick, sorrow, die, and become corrupted, seek things that have the same nature? Why don’t I seek the unborn, unaging, unailing, undying, sorrowless, uncorrupted supreme sanctuary from the yoke, extinguishment?’
Some time later, while still black-haired, blessed with youth, in the prime of life—though my mother and father wished otherwise, weeping with tearful faces—I shaved off my hair and beard, dressed in ocher robes, and went forth from the lay life to homelessness.
Once I had gone forth I set out to discover what is skillful, seekin
We Gophers, love table-driven-tests, it makes our unittesting structured, and makes it easy to add different test cases with ease.
Let’s create our table driven test, for convenience, I chose to use t.Log
as the test function.
Notice that we don't have any assertion in this test, it is not needed to for the demonstration.
func TestTLog(t *testing.T) {
t.Parallel()
Homebrew build logs for julia on Ubuntu 23.04 | |
Build date: 2023-06-04 18:56:50 |