Skip to content

Commit e203045

Browse files
committed
update
1 parent 9228361 commit e203045

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

journals/2025_08_18.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@
2727
- [sociotechnica-org/work-squared: An AI-haunted workplace to coordinate, plan, and execute.](https://github.com/sociotechnica-org/work-squared)
2828
- [[AI agents]], [[Local first software]], [[Synchronization]], [[SQLite]]
2929
- [LiveStore](https://github.com/livestorejs)
30+
- [Hamel Husain (@HamelHusain): "For over a year, @jeremyphoward has been in stealth mode. In this exclusive talk, he showcases what he's been working on. He & @johnowhitaker show us SolveIt, a new dev environment and programming paradigm. 🤯 Imagine this workflow: - Build a web app & interact with its UI on the same screen as your code. No more flipping to a separate browser. - Use live variables from your REPL directly in prompts to the AI. The AI knows your current state. - Turn any Python function into an AI tool instantly. No no registering tools or MCP. Just write a function in a cell and tell the AI to use it. This is a live, malleable environment that fuses the best ideas from Literate Programming (Knuth), the live-object world of Smalltalk, and the interactive cells of Jupyter. Who is Solveit for? Jeremy's take: SolveIt is best for programmers who are either very new (< 3 years) or very experienced (> 20 years). Why? Because developers in the middle (3-20 years) often have ingrained workflows and can find this different paradigm confronting. New devs are open-minded and build good habits from scratch, while veterans immediately recognize how this approach solves decades-old problems of complexity and state management. My Thoughts It's early days, but it is super cool. You get all the fun of trying a new programming language without learning new syntax (Python), because it will show you new patterns and ways of doing this. If you are wiling to climb the learning curve it is an extremely powerful tool that you can be productive with on real tasks like writing and coding. I'm personally addicted to it for several workflows and am afraid of losing it tbh. How Can You Try It? Just follow @jeremyphoward - he will announce something in the coming weeks or months (I suspect if this post is popular he might do something soon 🤣 ) TIMESTAMPS (00:00:00) - Introduction (00:00:30) - The SolveIt Method vs. "Vibe Coding" (00:04:00) - Investing in Yourself: Long-Term Skill Building (00:07:45) - Software Engineering vs. Short-Term Gains (00:12:15) - The Problem-Solving Loop: Understand, Plan, Implement, Review (00:18:50) - Example: Literate Programming with the Claudette Library (00:24:15) - First Look at the SolveIt Environment (00:28:34) - Demo Start: Building an Eval for Multimodal Models (00:31:16) - Iterative Development: Exploring the iNaturalist API (00:39:15) - Catching Bugs Instantly by Working Step-by-Step (00:43:37) - Prompting LLMs with Structured Outputs (00:51:54) - Demo: Building a Live Web App Inside SolveIt with FastHTML (01:00:24) - Demo: Exploring a Complex API (Cloudflare) (01:08:45) - Creating Custom AI Agent Tools with Zero Boilerplate (01:19:00) - SolveIt Ergonomics: Modes, Secrets, and Keyboard Shortcuts (01:28:30) - The Power of the SolveIt Community (01:30:45) - Who Should Use SolveIt? (01:34:30) - This is Just the Tip of the Iceberg YT Video and links in reply" | nitter](https://nitter.net/HamelHusain/status/1956514524628127875)
31+
- [[Code generation]], [[Python]]
3032
-

journals/2025_08_19.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
- [knowsys/nemo: A fast in-memory rule engine](https://github.com/knowsys/nemo)
2+
- [[Semantic web]], [[Logic]], [[Graph database]], [[Datalog]], [[RDF]]
3+
- [Introducing Nemo | Nemo](https://knowsys.github.io/nemo-doc/)
4+
- [Scallop](https://www.scallop-lang.org/)
5+
- [[Datalog]], [[Compiler]], [[Programming language]]
6+
- [View of Teaching logic programming: a review](https://acnsci.org/journal/index.php/cte/article/view/838/860)
7+
- [[Datalog]], [[Logic]], [[Computer science education]]
8+
- [Nuance: Preventing Schema Migrations From Causing Outages](https://techblog.cloudkitchens.com/p/nuance-preventing-schema-migrations)
9+
- [[Database]], [[Schema]], [[DevOps]], [[Datalog]]
10+
- [CozoDB: Database for AI applications | by Volodymyr Pavlyshyn | Medium](https://volodymyrpavlyshyn.medium.com/cozodb-database-for-ai-applications-d89fadc681fe)
11+
- [[Database]], [[Vector database]], [[AIOps]], [[Datalog]], [[Knowledge graph]], [[Memory]]
12+
- [Repository of the International Society of Learning Sciences: Exploring Sequential Patterns in Academic Help-Seeking: Transitions and Performance in a College Science Course](https://repository.isls.org/handle/1/11356)
13+
- [[Help-seeking]], [[Science education]], [[Office hours]], [[Study group]], [[Supplemental instruction]], [[Flipped learning]]
14+
- [GitHub - gabber-dev/gabber: Build AI applications that can see, hear, and speak using your screens, microphones, and cameras as inputs.](https://github.com/gabber-dev/gabber)
15+
- [[Visual understanding]], [[AI assistant]], [[Open LLM]], [[Local AI]], [[AIOps]]
16+
- [Gabber - Realtime AI voice, text, memory, and tool-calling](https://gabber.dev/)
17+
- https://www.reddit.com/r/LLMDevs/comments/1muv2bo/qwen_is_insane_testing_a_realtime_personal_trainer/
18+
-

journals/2025_08_20.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- [ToonComposer - a Hugging Face Space by TencentARC](https://huggingface.co/spaces/TencentARC/ToonComposer)
2+
- [[Video generation]], [[Comic]], [[huggingface]]
3+
- [[2508.08879] Entangled in Representations: Mechanistic Investigation of Cultural Biases in Large Language Models](https://arxiv.org/abs/2508.08879)
4+
- [[Bias in algorithms]], [[LLM]]
5+
- [[2508.10848] Psyche-R1: Towards Reliable Psychological LLMs through Unified Empathy, Expertise, and Reasoning](https://arxiv.org/abs/2508.10848)
6+
- [[LLM]], [[Empathy]], [[LLM training]], [[Reasoning]], [[Expertise]]
7+
- [Corca: Collaborative Math Editor](https://corca.app/)
8+
- [[Editor]], [[LaTeX]], [[Mathematics]], [[Mathematics education]]
9+
- [Qwen-Image Edit gives Photoshop a run for its money with AI-powered text-to-image edits that work in seconds | VentureBeat](https://venturebeat.com/ai/qwen-image-edit-gives-photoshop-a-run-for-its-money-with-ai-powered-text-to-image-edits-that-work-in-seconds/)
10+
- [[Open LLM]], [[Image generation]], [[Photo editing]]
11+
- [New Book:  Chet Jordan – “Establishing an Experimental Community College in the United States” | Tony's Thoughts](https://apicciano.commons.gc.cuny.edu/2021/09/08/new-book-chet-jordan-establishing-an-experimental-community-college-in-the-united-states/)
12+
- [[Community college]], [[Higher education reform]], [[deficit-based approaches]], [[Asset-based approach]], [[Equity]], [[Student retention]]
13+
-

0 commit comments

Comments
 (0)