At launch, only a quarter of returns were at 75% correct field completion, but within six weeks, 86% hit that mark.
这是一个惊人的学习曲线,从25%到86%的提升发生在短短6周内。这表明系统具有强大的自学习能力,能够快速从实践中改进。86%的75%准确率意味着约14%的案例仍需人工干预,这符合实际应用场景中AI与人类协作的模式。
At launch, only a quarter of returns were at 75% correct field completion, but within six weeks, 86% hit that mark.
这是一个惊人的学习曲线,从25%到86%的提升发生在短短6周内。这表明系统具有强大的自学习能力,能够快速从实践中改进。86%的75%准确率意味着约14%的案例仍需人工干预,这符合实际应用场景中AI与人类协作的模式。
Opus 4.6 and 4.7 both have Math-ECIs within 1 point of their general ECI, compared to larger gaps for earlier models.
这个数据点表明Claude在数学方面的表现差距可能在缩小。最新版本(4.6和4.7)的数学ECI与总体ECI差距在1分以内,而早期模型差距更大。这可能暗示Claude的数学能力正在改进,或者模型训练方法有所调整。这是一个积极的趋势,值得进一步追踪后续版本的表现。
cutting delivery times by up to 70%
文章提到Claude在生产环境中将交付时间缩短高达70%。这是一个显著的性能提升数据,但在不同应用场景中的实际效果可能有所差异。70%是一个引人注目的数字,但需要考虑基准测试的具体条件和行业差异。
increase the ability of our trained Graph Neural Network (GNN) model to find feasible solutions for the problem from 14% to over 88%
这是一个惊人的性能提升,从14%到88%的可行解发现能力增加了约6倍。这表明AlphaEvolve在电网优化问题上有突破性进展,显著减少了电网后处理步骤的需求,可能带来巨大的能源效率提升。
achieving a 30% reduction in variant detection errors.
这是一个显著的数据点,表明AlphaEvolve在基因组学应用中大幅提高了DeepConsensus模型的准确性。30%的误差减少对于基因测序研究具有重要意义,可以降低成本并提高数据质量,可能发现以前隐藏的致病突变。
The depth of recursion becomes a tunable compute axis at inference time, requiring no retraining. A small model, by reading itself, can iterate toward answers that neither it nor any of its workers could reach in a single pass.
大多数人认为模型的能力受其规模和训练数据的限制,需要更大模型或重新训练才能提升性能。但作者提出小模型通过自我递归调用可以在推理时动态扩展能力,无需重新训练就能达到单个模型无法企及的高度。这挑战了规模即能力的行业共识,暗示小模型可能通过自省机制实现突破性能力。
Instead of building Zed like a web page, we built it like a video game, organizing the entire application around feeding data to shaders running on the GPU.
最佳实践是针对特定需求定制开发,而非依赖通用框架,这可以显著提升性能。
Bun operates its own fork of Zig, and recently achieved a 4x performance improvement on Bun compile after adding 'parallel semantic analysis and multiple codegen units to the llvm backend'.
尽管Bun项目从AI辅助中受益,但Zig项目坚持其反AI政策,突显了项目间价值观的差异。
Our framework improves both the decision agent to learn better skill retrieval and action generation, while the skill bank agent continually extracts, refines, and updates skills together with their contracts.
该框架不仅提高了决策智能体的技能检索和动作生成能力,而且技能库智能体持续提取、精炼和更新技能及其合约,这表明了框架在技能管理和更新方面的效率。
By analyzing past successes and failures, GRAO becomes progressively better at proposing effective updates, allowing the system to learn how to optimize itself.
通过分析过去的成功和失败,GRAO在提出有效更新方面变得越来越擅长,使得系统能够学习如何自我优化,表明该框架具有自我改进的能力。
These innovations are designed to achieve a 73% reduction in per-token inference FLOPs and a 90% reduction in KV cache memory burden compared with DeepSeek-V3.2.
This highlights the significant performance improvements in the V4 architecture over its predecessor, which is crucial for understanding the benefits of upgrading.
Smaller awards may be granted for partial wins at our discretion
大多数人认为安全测试要么成功要么失败,不应有'部分成功'的概念,但OpenAI明确表示会为'部分胜利'提供奖励,这打破了传统二元思维,表明他们重视渐进式安全改进而非仅追求完美解决方案。
Sakana Fugu models are based on our ICLR 2026 papers (**Trinity** and **Conductor**), and we have substantially further improved the methods to increase the performance and user experience
文章提到模型基于ICLR 2026论文,并已大幅改进方法和用户体验,但没有具体说明改进的幅度或基准数据。此处缺乏量化依据,无法评估从研究原型到商业产品的改进程度。
The results demonstrate consistent improvements over strong baselines, supporting the effectiveness of agent resource management and closed loop self evolution.
虽然大多数AI研究者相信自我演化能带来性能提升,但很少有人能够证明这种提升在多个具有挑战性的基准测试中持续超过强大的基线模型。作者声称他们的AGS系统不仅实现了自我演化,而且这种演化是闭环的、可审计的,这挑战了当前AI社区对自我演化系统的认知,暗示了更加结构化的演化方法可能比开放式的演化更有效。
The model kept finding better approaches the longer it ran, which connects directly to the long horizon behavior that makes agentic models actually useful in production.
这个发现揭示了代理模型在长时间运行任务中的独特优势 - 它们能够持续改进而非达到性能上限。这与传统AI模型形成鲜明对比,后者通常在训练完成后性能相对固定。这种持续学习能力可能是代理模型在实际生产环境中超越其他模型的关键因素。
MiniMax handed an internal version of M2.7 a programming scaffold and let it run unsupervised. Over 100 rounds it analyzed its own failures, modified its own code, ran evaluations, and decided what to keep and what to revert.
令人惊讶的是:AI模型能够自主进行代码修改和自我优化,这代表了人工智能自主性的一大突破。M2.7模型不仅能够分析自己的失败,还能自主决定哪些代码更改保留,哪些回退,这种自我进化的能力打破了传统AI开发模式,展示了AI系统自我改进的潜力。
Gemini Robotics-ER 1.6 shows significant improvement over both Gemini Robotics-ER 1.5 and Gemini 3.0 Flash, specifically enhancing spatial and physical reasoning capabilities such as pointing, counting, and success detection.
这一声明揭示了模型迭代的关键进步点,表明Gemini Robotics-ER系列正在专注于解决机器人实际应用中的核心挑战。从1.5到1.6的显著提升暗示了AI在理解物理世界方面正在实现质的飞跃,这种进步可能直接转化为机器人在工业、医疗和家庭环境中的实用价值。
The most notable finding here is that the model capabilities are improving _fast._ There are several domains that have shown dramatic improvements in the last 4 months — with accounting and auditing showing nearly a 20 percent jump on GDPval and even domains like police / detective work showing a nearly 30 percent improvement.
AI模型能力在短短4个月内取得显著进步,某些领域的能力提升高达20-30%,这一现象揭示了AI技术发展的指数级加速趋势。这种快速进步意味着当前的企业AI采用情况可能只是冰山一角,未来将有更多行业和场景因AI能力突破而迎来爆发式增长。
The most notable finding here is that the model capabilities are improving _fast._ There are several domains that have shown dramatic improvements in the last 4 months — with accounting and auditing showing nearly a 20 percent jump on GDPval and even domains like police / detective work showing a nearly 30 percent improvement.
令人惊讶的是:AI模型能力在过去4个月内取得了惊人的进步,会计和审计领域在GDPval基准测试中提升了近20%,而警察/侦探工作领域甚至提升了近30%。这种快速进步的速度远超人们的预期,预示着AI将在更多领域实现突破性应用。
推理速度提升 2.5 倍
令人惊讶的是:TriAttention技术带来了2.5倍的推理速度提升,这是一个显著的性能飞跃。对于需要实时响应的应用场景,这种速度提升意味着用户体验质的改变,也使得大模型在更多实时应用中变得可行。
The model handles ambiguous problems with better judgment and stays productive over longer sessions. It breaks complex problems down, runs experiments, reads results, and identifies blockers with real precision.
令人惊讶的是:GLM-5.1能够自主处理模糊问题,通过分解复杂问题、运行实验、读取结果和精确识别障碍物来实现长期生产力。这种自我迭代和策略调整的能力表明AI正在从简单执行者向自主问题解决者转变。
Where training a language model took 167 minutes on eight GPUs in 2020, it now takes under four minutes on equivalent modern hardware.
令人惊讶的是:AI训练效率的提升速度令人震惊。在短短6年内,语言模型的训练时间从167分钟缩短到不到4分钟,效率提升了40多倍。这种进步远超摩尔定律预测的5倍改进,展示了AI硬件和算法的飞速发展。
Where training a language model took 167 minutes on eight GPUs in 2020, it now takes under four minutes on equivalent modern hardware. To put this in perspective: Moore's Law would predict only about a 5x improvement over this period. We saw 50x.
令人惊讶的是:AI模型训练速度在6年内提升了约50倍,远超摩尔定律预测的5倍。这种性能提升不仅来自硬件改进,还来自软件优化和算法创新。这一事实打破了人们对技术进步速度的传统认知,展示了AI领域独特的加速发展模式。
we discover a clear scaling law: as the underlying foundation models improve, the quality of the generated papers increases correspondingly.
AI Scientist 存在「论文质量 Scaling Law」——底层模型越强,生成的论文质量越高。这个发现的含义令人不寒而栗:随着 GPT-5、Claude Opus 4.6、Gemini 3.1 等模型持续迭代,AI Scientist 生成的论文质量将自动提升,无需任何额外的工程投入。AI 加速科研,更强的 AI 又反过来加速 AI 自身的科研——这是第一个有实证数据支撑的正反馈循环证据。
This system iteratively formulates scientific hypotheses, designs and executes experiments, analyzes and visualizes data, and autonomously authors scientific manuscripts.
从「提出假设」到「撰写论文」的完整科研周期,由一个系统自主完成——这是人类有史以来第一次把「科学发现」这件事本身自动化。令人震惊的是,这不是某种特定任务的自动化(比如蛋白质折叠或围棋),而是「做科研这件事」的自动化。这意味着 AI 开始具备自我迭代、自我升级的能力——因为科研本身就是产生更强 AI 的途径之一。
We've seen customers go from 10-20% field accuracy with a frontier model to 99-100% just by switching to using Reducto's Deep Extract.
大多数人认为从前沿模型到接近完美的准确率需要根本性的技术突破或大量数据训练。但作者声称仅通过切换到Deep Extract方法就能将准确率从10-20%提升到99-100%,这种巨大性能提升的幅度与行业通常预期的改进曲线相悖,暗示现有方法可能存在根本性缺陷。
The funny part is that none of this made the CLI worse for humans.
大多数人认为增加机器可读的接口(如标志、JSON配置)会降低工具对人类的友好度。但作者认为,这些为AI代理设计的特性实际上改善了人类用户体验,因为它们使工具更加明确、可预测和可组合,而不是让工具变得更复杂。
You subscribe to the ideathat the formative years...create the beginning of a patternthat goes throughout your life?Yes. I would saythat the first five years of our livesshapes the personality structurein such a waythat any kind of spiritual workthat you're gonna do later......is going to involvelooking back at the patternsthat were set downin your family of origin.There's no way to avoid that?No. Because, think about it...I mean, anything that you werereinforced for in a positive way,you're gonna lock inas the way a person should be.So if people thought you, um...were especially wonderful if you broughtMommy the diaper for the new baby,then that's gonna tend to make youmore responsible.Maybe more responsiblethan you ever tended to be.Maybe super responsibleor maybe compulsively responsible.-Right.-So you start with where you are,but if you don't go backand see what's real and what's not real,then you're missing your way into reality,which is what spirituality is all about,as far as I'm concerned.It's distinguishing what's realfrom what's not real.And that's why a teacher is needed,and the teacher needs to bedevoted to truth.
recursive self-improvement threshold
for - definition - recursive self-improvement threshold
Developed a full-stack web application to help students locate nearby study spots
🔧 Mention any user feedback or metrics that demonstrate the app's success.
Built an NLP-powered Telegram Bot that parses natural language commands
🔧 Specify how this bot improved user experience or efficiency.
Developing an AI agent that monitors stablecoin flows in real time
🔧 Clarify the potential business impact or use case for this AI agent.
Developed dashboards for an internal portal with .NET Core MVC
🔧 Specify the impact of dashboards on decision-making or efficiency to enhance this bullet.
AWS Certified Cloud Practitioner
🔧 Consider adding the date of certification to provide context on your qualifications.
Developed dashboards for an internal portal with .NET Core MVC
🔧 Add specific technologies used or methodologies applied to enhance technical depth.
Implemented in-line PDF annotations through integration with Hypothes.is
🔧 Clarify the impact of this feature on user experience or efficiency for better context.
Test 123!
Our practice is about experiencing an underlying wholeness, an underlying perfection and joy that is part of our lives regardless of their content. But like Bodhidharma’s answer, this is very deeply counter-intuitive to most of us, yet we have to figure out what it means to practice without turning it into a version of self-improvement.
for - quote - it takes practice to recognize the wholeness and completeness already here, and don't turn our practice into "self-improvement" because that is an indication of falling into illusion that wholeness isn't present - Barry Magid
quote - Our practice is about experiencing - an underlying wholeness, - an underlying perfection and joy - that is part of our lives regardless of their content. - But like Bodhidharma’s answer, this is very deeply counter-intuitive to most of us, - yet we have to figure out what it means to practice - without turning it into a version of self-improvement.
the right of the laborer to his hundred dollars in the savings bank, and equally the legal right of the millionaire to his millions.
for - critique - extreme wealth inequality cannot be avoided for the greater improvement of society - The Gospel of Wealth - Andrew Carnegie - stats - Mondragon corporation - comparison of pay difference between highest paid and lowest paid - adjacency - Gandhi quote - Andrew Carnegie beliefs in The Gospel of Wealth
critique - extreme wealth inequality cannot be avoided for the greater improvement of society - The Gospel of Wealth - Andrew Carnegie - It's a matter of degree - Wealth differences within US corporations of 344 to 1 are obscene and not necessary, as proven by - Wealth difference of 6 to 1 in Mondragon federation of cooperatives - To quote - Gandhi, there is enough to meet everyone's needs but not enough to meet everyone's greed - The great problem with such large wealth disparity is that those who know how to game the system can earn obscene amounts of money - and since the concept of luxury goods is made desirable and proportional to monetary wealth, it creates a positive feedback loop of insatiability - The combination of engaging in ever greater luxury lifestyle and power is intoxicating and addictive
to - stats - Mondragon corporation - comparison of pay difference between highest paid and lowest paid - https://hyp.is/QAxx-o14Ee-_HvN5y8aMiQ/www.csmonitor.com/Business/2024/0513/income-inequality-capitalism-mondragon-corporation
Terms like locking in, ghosting, monk mode, winter arc, are common in the self-improvement scene on YouTube. A period of extreme focus and isolation to go deep into something.
Another spin (02:00) is that of an almost monk like quality. That of self discovery and inner transformation. So these terms have both a productive and (spiritual) transformational spin to them. I remember Tarik (friend) saying to me that you should become unrecognisable in these three months. Literally becoming something else (ie transformation).
common goal to improve policy evaluations for the better.
for - CECAN - goal - policy improvement
the idea took hold that and this was defined by the british economist uh sydney pollard in his book called the idea of progress and i'm just 00:02:54 paraphrasing here but essentially he said the uh the i the assumption is that there's a pattern of change in history and that 00:03:07 these consist of changes in one direction only and that that direction is towards improvement
for - definition - progress - material - economist Sydney Pollard - improvement
Self Improvement Will Change Your Life - Michael Fricker
for - heating rooms with steam - hvac low tech - home improvement - steam heating
the focus of every Cop should not be at the whim of the Presidency - every Cop should focus on all areas where emissions reductions are needed. A system of smaller results-based meetings that focus on delivery, accountability, alignment with science, and safeguarding social justice is needed".
for: COP - suggestion for improvement
suggestion for improvement: COP
NNN is a personal challenge, and nothing more.
meditation is instructors also testified that micro phenomenological interviews 00:31:10 were useful for them on the one hand a more refined awareness of their own practice
13:00 adversity/challenge as tool for enlightenment & self-improvement
23:00 “can I take one more step” as way for improving self (achieving succes), creating momentum
(~14:00) The way to gain massive results is to have massive irrational goals complemented by small reasonable steps or milestones.
Big goals motivate. Big goals give focus and clarity, they are a filter (see Dr. Benjamin Hardy's content); they allow for easy application of the power law.
(~13:00) Koe argues for making information relevant (Dr. Sung always says you must make info relevant) through the learning for the solving of a particular problem, either for a client, your business, or your personal life. Your problem becomes the lense through which you learn.
For self-education this is ideal.
Dr. Sung's approach differs in that he advocates for the creation of relevancy through inquiry (the asking of relational questions) which is also incredibly powerful, however this is more suited to gaining more motivation for forced learning, i.e., in the formal education system.
In addition, Koe's lense is, I think, more of a high-level filter, whereas Sung's questioning is applicable on the content level. Therefore, both approaches could be, and should be, combined into the same overall (self-)educational system.
Ten minutes before sleep, do the following: PRAY
It's a combination of visualization, commitment, and meditation
Request the subconscious through this act of prayer.
Also visualize the outcome and process of that which you aspire to do the following day, and even that which you want to achieve the following month(s). Thus, visualize the following: Big Picture, Milestones, and yourself the next day.
In the morning, process your subconscious state by instead of immediately inputting, you start outputting!
This can be done through journaling.
Put the phone on airplane mode (in addition to blocking blue light) before sleep, for quite some time before sleep, in order to avoid (over)stimulation and the creation of dopamine which negatively impacts (falling a)sleep
What is done right before and right after sleep sets the stage for literally everything.
How you do anything is how you do everything.
(~10:00) "The context determines the meaning of the content."
Thus reframing is very powerful as you recontextualize the past, and therefore see it in a whole new light; the meaning of the past changed.
By asking what you have learned from the past, you become anti-fragile and flexible, as you turn the past into something useful; an asset.
"The past happens for us, not to us."
"How you frame the past influences your expectations for the future."
"You can't disconnect your view of the future from your experience in the present."
"You can't have meaning in the present without hope & purpose in the future."
One of the powerful things about journaling is that you can control the past; reframe it. What is the meaning of the past gets determined by both the present and the future.
Hardy recommends to often (even daily) reflect on the past and notice how different you are now compared to then. What you have achieved, what is possible now that was not possible then, etc.
What did I learn today?
(~4:00) We interpret reality in a (cognitive) schema. Reality exists only in the mind. We cannot view reality objectively because it is intertwined with perception and cognition (see also John Boyd's OODA loop).
Sidenote; because of this, time is also holistic; in our schema, the past, present, and future are basically all-existent at once.
Watch this video for much interesting information about journaling.
Journaling is all about agency
"Journaling is an opportunity to think the thoughts that we're not allowed to say out loud."
For instance, we used to think that the main cause of obesity was a poor diet at an individual level, leading to treatments focused on the individual. However, taking a networked thinking approach in a 32-year-long study with over 12,000 people led researchers to discover that the participants’ personal network had a great impact on their likelihood to be obese. “Discernible clusters of obese persons were present in the network at all time points,” write the researchers.
Another social factor influencing human behaviour. Beware of such factors when it comes to self-improvement and learning.
For example, I recently read about how Lin-Manuel Miranda tells the same story dozens of times to the same person because he forgets who he already told. Once, when he finished telling his collaborator Tommy Kail a story, Kail said, “That happened to me. I told you that.” They both laughed then Kail added, “That’s why you’re cut out for theater, because you’ll tell it like it’s the first time.” So in the margin I wrote, LIKE IT’S THE FIRST TIME:
This is interesting for itself.
(reference: Sicker in the Head)
It's also interesting because it's an example of regular rehearsal that actors, comedians, storytellers, performers and even salespeople often do to slowly hone and improve their performance or pitch. Each retelling and the response it gives provides subtle hints and clues as to how to improve the story or performance on the next go round, or at least until the thing is both perfected and comes out the same way every time.
This is a pretty good example of a strawman argument. The author uses the correct exponential growth formula to describe a precise 1% improvement rate. But that's not what the 1% improvement idea is about. For instance, consider https://nextbigideaclub.com/magazine/get-1-better-every-day/19161/ or https://betterhumans.pub/continuous-improvement-how-to-get-1-better-every-day-from-today-a8128c942c61 The argument isn't based on a strict interpretation of 1%.
As the pandemic makes remote learning a long-term state of affairs for many schools, Mr. Swauger, in Denver, recommends that schools take some time to do their research and only roll out systems that are proven to work.
We need a safe way to experiment with these technologies and understand the consequences of their use instead of just continuing a blind march towards surveillance for the purpose of profit-making,” Newman says. “These are sophisticated applications with lifelong consequences for the individuals who are analyzed by them, to ends as yet unknown. We all need to be really judicious and thoughtful here.”
Here is the area needed to consider to improve moving forward
In order to keep your service online, you are required to keep a positive account credit balance. If your account balance drops low, our system will automatically send multiple warning emails. If despite that, you still fail to recharge your account, the system will automatically suspend your account and all your pull zones. Any data in your storage zones will also be deleted after a few days without a backup. Therefore, always make sure to keep your account in good standing.
Should be able to separate storage balance and credits for servicing traffic.
We are used to instant gratification. Multiple opportunities for engagement and distraction surround us. If the result we are after does not come immediately, it is easy to seek an alternate path. An economy built on fast food, same-day home delivery, open all hours service model feeds our desire for instant results. Buy now, pay later, why wait when you can have it now.?
We need to slow down - in every aspect of our lives - so we can attend to the present more thoughtfully, seriously, and appreciatively. Now will never happen again.
“Nothing in this world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination alone are omnipotent. The slogan Press On! has solved and always will solve the problems of the human race.” - Calvin Coolidge
This is clearly a political statement intended to get more people to contribute to the country's economy. It is, however, woefully wrong in the broader sense.
Persistence does matter, but it isn't "omnipotent". Persistence, like education, can and should be acquired. But without talent and intelligence (and curiosity, and honour, and truthfulness, and...), persistence alone will not suffice.
a society-wide hyperconversation. This hyperconversation operationalizes continuous discourse, including its differentiation and emergent framing aspects. It aims to assist people in developing their own ways of framing and conceiving the problem that makes sense given their social, cultural, and environmental contexts. As depicted in table 1, the hyperconversation also reflects a slower, more deliberate approach to discourse; this acknowledges damaged democratic processes and fractured societal social cohesion. Its optimal design would require input from other relevant disciplines and expertise,
The public Indyweb is eminently designed as a public space for holding deep, continuous, asynchronous conversations with provenance. That is, if the partcipant consents to public conversation, ideas can be publicly tracked. Whoever reads your public ideas can be traced.and this paper trail is immutably stored, allowing anyone to see the evolution of ideas in real time.
In theory, this does away with the need for patents and copyrights, as all ideas are traceable to the contributors and each contribution is also known. This allows for the system to embed crowdsourced microfunding, supporting the best (upvoted) ideas to surface.
Participants in the public Indyweb ecosystem are called Indyviduals and each has their own private data hub called an Indyhub. Since Indyweb is interpersonal computing, each person is the center of their indyweb universe. Through the discoverability built into the Indyweb, anything of immediate salience is surfaced to your private hub. No applications can use your data unless you give exact permission on which data to use and how it shall be used. Each user sets the condition for their data usage. Instead of a user's data stored in silos of servers all over the web as is current practice, any data you generate, in conversation, media or data files is immediately accessible on your own Indyhub.
Indyweb supports symmathesy, the exchange of ideas based on an appropriate epistemological model that reflects how human INTERbeings learn as a dynamic interplay between individual and collective learning. Furthermore, all data that participants choose to share is immutably stored on content addressable web3 storage forever. It is not concentrated on any server but the data is stored on the entire IPFS network:
"IPFS works through content adddressibility. It is a peer-to-peer (p2p) storage network. Content is accessible through peers located anywhere in the world, that might relay information, store it, or do both. IPFS knows how to find what you ask for using its content address rather than its location.
There are three fundamental principles to understanding IPFS:
Unique identification via content addressing Content linking via directed acyclic graphs (DAGs) Content discovery via distributed hash tables (DHTs)" (Source: https://docs.ipfs.io/concepts/how-ipfs-works/)
The privacy, scalability, discoverability, public immutability and provenance of the public Indyweb makes it ideal for supporting hyperconversations that emerge tomorrows collectively emergent solutions. It is based on the principles of thought augmentation developed by computer industry pioneers such as Doug Englebart and Ted Nelson who many decades earlier in their prescience foresaw the need for computing tools to augment thought and provide the ability to form Network Improvement Communities (NIC) to solve a new generation of complex human challenges.
You may find this book in the “self-improvement” category, but in adeeper sense it is the opposite of self-improvement. It is aboutoptimizing a system outside yourself, a system not subject to you
imitations and constraints, leaving you happily unoptimized and free to roam, to wonder, to wander toward whatever makes you feel alive here and now in each moment.
Some may categorize handbooks on note taking within the productivity space as "self-help" or "self-improvement", but still view it as something that happens outside of ones' self. Doesn't improving one's environment as a means of improving things for oneself count as self-improvement?
Marie Kondo's minimalism techniques are all external to the body, but are wholly geared towards creating internal happiness.
Because your external circumstances are important to your internal mental state, external environment and decoration can be considered self-improvement.
Could note taking be considered exbodied cognition? Vannevar Bush framed the Memex as a means of showing associative trails. (Let's be honest, As We May Think used the word trail far too much.)
How does this relate to orality vs. literacy?
Orality requires the immediate mental work for storage while literacy removes some of the work by making the effort external and potentially giving it additional longevity.
Petrie-Flom Center. (2021, December 6). COVID-19, Science, and the Media: Lessons Learned Reporting on the Pandemic. https://www.youtube.com/watch?v=8ZVVVLi4dBc
Wallis, C. (n.d.). COVID Has Pushed Medical Research into Remote Trials, Benefiting Patients and Scientists. Scientific American. https://doi.org/10.1038/scientificamerican0521-24
Between each run, you will need to delete the bisectNNNN.coverage files, otherwise the report will contain information from those previous runs:
I'm surprised this operation is not done via some dune task. I'd expect the "plugin" for dune to add high-level commands to reset the test coverage; or to perform the reset automatically at each execution of a test.
Chen, W., & Zou, Y. (2021). Why Zoom Is Not Doomed Yet: Privacy and Security Crisis Response in the COVID-19 Pandemic. SocArXiv. https://doi.org/10.31235/osf.io/mf935
Update API usage of the view helpers by changing javascript_packs_with_chunks_tag and stylesheet_packs_with_chunks_tag to javascript_pack_tag and stylesheet_pack_tag. Ensure that your layouts and views will only have at most one call to javascript_pack_tag or stylesheet_pack_tag. You can now pass multiple bundles to these view helper methods.
Good move. Rather than having 2 different methods, and requiring people to "go out of their way" to "opt in" to using chunks by using the longer-named javascript_packs_with_chunks_tag, they changed it to just use chunks by default, out of the box.
Now they don't need 2 similar but separate methods that do nearly the same, which makes things simpler and easier to understand (no longer have to stop and ask oneself, which one should I use? what's the difference?).
You can't get it "wrong" now because there's only one option.
And by switching that method to use the shorter name, it makes it clearer that that is the usual/common/recommended way to go.
I really hope they keep breaking it. Being the lead on a library for several years, most of the forced refactors were pretty straight forward and in almost every case made our code either more sound or easier to be consumed. Now I work on a runtime that embeds TypeScript and 3.5.1 has broken some code, thought it took me all of about 15 minutes to make the changes to adopt it, and in every case, it broke because we were being a bit loose with the types. While it didn't find any bugs, it made the code more "safe".
I really hope they keep breaking it.
I'm using this to run against staged files only
Jed Kolko. (2021, February 8). Nice healthy jump in @indeed US job postings: +2.4% above pre-pandemic baseline as of Feb 5. Was +0.7% one week earlier, on Jan 29. Accelerating improvement! 1.7 %pt weekly gain is similar to last summer’s recovery pace. (Just a chart this week, no blogpost.) https://t.co/62FENliwdD [Tweet]. @JedKolko. https://twitter.com/JedKolko/status/1358887964697264132
While it’s great how simple and effective the process is of “linking” pages together, I think there’s room for improvement.
were (or were not) solved
This emphasises that problems are to be solved not only during or after a decision in a retrospective, but during a sprint. However, achieving the Sprint Goal and meeting the DOD for each sprint backlog item still has priority over improvement work. Ach
Taken as a whole it disappoints, which is a shame as, beneath the adorable exterior, the concept has far more potential than what has been achieved.
Good game with some place for improvements. It has potential.
This is a good game, but it has potential to become an even greater game.
each of which we could show to be more beautiful, and more usable than the original.
You might not always notice, but Material Design is constantly evolving and iterating based on research.
Harvey, H., Reissland, N., & Mason, J. (2015). Parental reminder, recall and educational interventions to improve early childhood immunisation uptake: A systematic review and meta-analysis. Vaccine, 33(25), 2862–2880. https://doi.org/10.1016/j.vaccine.2015.04.085
This creates what is essentially an evolution process for the program, causing it to depart from the original engineered design. As a consequence of this and a changing environment, assumptions made by the original designers may be invalidated, introducing bugs.
D3 4.0 is modular. Instead of one library, D3 is now many small libraries that are designed to work together. You can pick and choose which parts to use as you see fit.
Cailin O’Connor. (2020, November 10). New paper!!! @psmaldino look at what causes the persistence of poor methods in science, even when better methods are available. And we argue that interdisciplinary contact can lead better methods to spread. 1 https://t.co/C5beJA5gMi [Tweet]. @cailinmeister. https://twitter.com/cailinmeister/status/1326221893372833793
Each of the programming language generations aims to provide a higher level of abstraction of the internal computer hardware details, making the language more programmer-friendly, powerful, and versatile.
A major improvement here is the ability to maintain more than two explicit termini. In 2.0, you had the success and the failure termini (or “ends” as we used to call them). Now, additional ends such as not_found can be leveraged to communicate a non-binary outcome of your activity or operation.
we’re going to look how improved pattern matching and rightward assignment make it possible to “destructure” hashes and arrays in Ruby 3—much like how you’d accomplish it in, say, JavaScript
We also find it hard to agree on what good names and bad names look like, which makes it hard to know when renaming improves a name.
Progress is made of compromises, this implies that we have to consider not only disadvantages, but also the advantages. Advantages do very clearly outweigh disadvantages. This doesn’t mean it perfect, or that work shouldn’t continue to minimize and reduce the disadvantages, but just considering disadvantages is not the correct way.
I don’t find the software slow, I find the startup time for snap packages when the start for the first time on a session slow, but that has been improved, and it’s public that the snapcraft team has been working hard to improve that.
That practice went from being standard practice to being a faux pas (not abstracting JavaScript functionality away from HTML) to, eh, you need it when you need it.
Additionally, if we ever want to standardize more of JSX we need to start moving away from some of the more esoteric legacy behaviors of React.
Second, I have a not-very-well supported theory that’s paired with the book Thinking, Fast and Slow. The behavior design implication of that book is that you need to speak to two systems of the brain. Speaking to the rational, Slow System is easy. Just lay out the facts.Speaking to the emotional Fast System is much harder, namely because it’s so hard to see or introspect on what’s going on in there. But if you accept that difficulty (and this is the part of my theory that feels like pop brain science), then you realize that you need to start looking for ways to rewire your emotional core.Then, having accepted that rewiring your emotions is part of most behavior design, I’ve started to notice things — like that most self-improvement advice is not very rational. That’s by design. A self-improvement book is mostly emotional rewiring. That is exactly why you need to read the entire book rather than cheating with a summarized version.
This is an interesting sounding take. Worth thinking about further.
but everything they were doing started to make sense
Python-igraph 0.8.3. (2020, October 8). Igraph Support Forum. https://igraph.discourse.group/t/python-igraph-0-8-3/473
This library exports a single React Hook, useMethods, which has all the power of useReducer but none of the ceremony that comes with actions and dispatchers.
From npm@5.2.0, npm ships with npx package which lets you run commands from a local node_modules/.bin or from a central cache.
This is so common that ECMAScript 2020 recently added a new syntax to support this pattern!export * as utilities from "./utilities.js";This is a nice quality-of-life improvement to JavaScript, and TypeScript 3.8 implements this syntax. When your module target is earlier than es2020, TypeScript will output something along the lines of the first code snippet.
After years of copy-pasted, locally-hosted scripts, maybe Bower if you were lucky, npm has finally made it possible to easily distribute client-side packages.
In my mind, the primary argument for this is that it's a very common thing to need and cleaner than the current alternative of string manipulation or wrapping the child component in a <div class:active><Child /></div>.
Let’s Not Go Back to ‘Normal.’ (2020, September 4). Bloomberg.Com. https://www.bloomberg.com/news/articles/2020-09-04/return-to-normal-will-sacrifice-innovation
The only difference is that they’re named with camelCase like onClick, onFocus, onDragEnter instead of the all-lowercase names from HTML (onclick, onfocus, ondragenter).
Frias‐Navarro, D., Pascual‐Llobell, J., Pascual‐Soler, M., Perezgonzalez, J., & Berrios‐Riquelme, J. (n.d.). Replication crisis or an opportunity to improve scientific production? European Journal of Education, n/a(n/a). https://doi.org/10.1111/ejed.12417
Almond, D., Du, X., & Zhang, S. (2020). Ambiguous Pollution Response to COVID-19 in China (Working Paper No. 27086; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27086
Lavoie, K. (2019). Applying behavioural science to improve physicians’ ability to help people improve their own health behaviours. European Journal of Public Health, 29(Supplement_4). https://doi.org/10.1093/eurpub/ckz185.812
Salemi, C., Canola, M. T., & Eck, E. K. (2002). Hand Washing and Physicians: How to Get Them Together. Infection Control & Hospital Epidemiology, 23(1), 32–35. https://doi.org/10.1086/501965
van Rooij, I., & Baggio, G. (2020). Theory development requires an epistemological sea change [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/rnw9q
It does change it, but it makes it much simpler in my opinion. It is basically "the receiver is statically the explicit literal special variable self or implicit." This gets rid of the current exception for private writer methods (self.foo = bar).
How to make masks that everyone will want to wear. (2020, July 10). Science. https://www.nationalgeographic.com/science/2020/07/how-to-make-coronavirus-masks-that-everyone-will-want-to-wear-cvd/
Introducing JASP 0.13. (2020, July 2). JASP - Free and User-Friendly Statistical Software. https://jasp-stats.org/?p=6483
Ogryzko, N. (2019, June 5). Insecure employment for postdoc researchers is leading to bad science. The Guardian. https://www.theguardian.com/education/2019/jun/05/insecure-employment-for-postdoc-researchers-is-leading-to-bad-science
Refactoring is intended to improve the design, structure, and/or implementation of the software (its non-functional attributes), while preserving its functionality.
First sighting: "non-functional attributes".
Latour, B. (2020 March 29). A little exercise to make sure that, after the virus crisis, things don't start again as they were before. Bruno-latour.fr. http://www.bruno-latour.fr/node/852.html
Multiple articles from Financial Times - Future of AI and Digital Healthcare
Ruiu, M. L. (2020). Mismanagement of Covid-19: Lessons learned from Italy. Journal of Risk Research, 1–14. https://doi.org/10.1080/13669877.2020.1758755
HBOT was found to improve graft survival, complete healing of grafts, and lessen infection in patients with a graft
Google Ad Manager (previously DFP – DoubleClick for Publishers)
The main priorities of different ELN features
A ranked order in the plot would have been more insighful
Conceptual Framework as an orientation to "real possibilities" regarding the use of technology as an aid to comprehending complex problems through revelation regarding improvement opportunities.
ISPI offers a variety of publications, from its member-exclusive monthly and quarterly journals, "Performance Improvement Journal and Performance Improvement Quarterly,"
International Society for Performance Improvement This is the web page of the professional association. It is similar to other professional association web pages. Some content is available only to those with a membership; individuals must log in. There are links to the publications. These include Performance Improvement Journal, Performance Improvement Quarterly, Performance Xpress. Some features of the website can become a bit difficult to drill down to but there are sometimes job aids and other immediately usable content available. This topic relates to shaping performance of adult employees on the job. Rating: 4/5
Behavior Engineering Model This page has a design that is not especially attractive or user friendly but it does provide an overview of Gilbert's Behavior Engineering Model. This is a model that can be used to analyze the issues that underlie performance. A six-cell model is presented. Rating 5/5
Human Performance Technology Model This page is an eight page PDF that gives an overview of the human performance technology model. This is a black and white PDF that is simply written and is accessible to the layperson. Authors are prominent writers in the field of performance technology. Rating 5/5
hard work and exploration are valued over always knowing the right answer.
The open program does this, to an extent. How can this be improved upon?
And while hospitalists have already moved into post-acute-care settings, Dr. Bessler says that will become an even bigger focus in the next 20 years of the specialty. “It’s not generally been the psyche of the hospitalist in the past to feel accountable beyond the walls of the hospital,” he says. “But between episodic care [and] bundled payments … you can’t just wash your hands of it. You have to understand your next site-of-care decision. You need to make sure care happens at the right location.”
Five years ago, it was accountable care organizations and value-based purchasing that SHM glommed on to as programs to be embraced as heralding the future. Now it’s the Bundled Payments for Care Improvement initiative (BCPI), introduced by the Center for Medicare & Medicaid Innovation (CMMI) at the Centers for Medicare & Medicaid Services (CMS) back in 2011 and now compiling its first data sets for the next frontier of payments for episodic care. BCPI was mandated by the Patient Protection and Affordable Care Act (ACA) of 2009, which included a provision that the government establish a five-year pilot program by 2013 that bundled payments for inpatient care, according to the American Hospital Association. BCPI now has more than 650 participating organizations, not including thousands of physicians who then partner with those groups, over four models. The initiative covers 48 defined episodes of care, both medical and surgical, that could begin three days prior to admission and stretch 30, 60, or 90 days post-discharge. <img class="file media-element file-medstat-image-flush-right" height="220" width="220" alt="Dr. Weiner" typeof="foaf:Image" src="https://www.the-hospitalist.org/sites/default/files/styles/medium/public/images/weinerweb.jpg" title="" />Dr. Weiner “The reason this is so special is that it is one of the few CMS programs that allows providers to be in the driver’s seat,” says Kerry Weiner, MD, chief medical officer of acute and post-acute services at TeamHealth-IPC. “They have the opportunity to be accountable and to actually be the designers of reengineering care. The other programs that you just mentioned, like value-based purchasing, largely originate from health systems or the federal government and dictate the principles and the metrics that as a provider you’re going to be evaluated upon. “The bundled model [BCPI] gives us the flexibility, scale, and brackets of risk that we want to accept and thereby gives us a lot more control over what physicians and physician groups can manage successfully.”
Many hospitalists have added value as local leaders in quality improvement, safety, and innova-tion, but some have functioned more as shift workers. For exam-ple, many community hospital-ists have a 7-days-on, 7-days-off schedule that focuses mainly on high-volume clinical work and sends an unspoken but clear mes-sage that, at the end of an inten-sive clinical “on” stint, one is “off ” and uninvolved. Our impression is that hospitalist programs pro-vide more value when hospital-ists’ inpatient assignments (clini-cal “systole”) are complemented by a systems-oriented “diastole,” dur-ing which clinical activity is limit-ed but they contribute to key in-stitutional programs. Productive diastole is more likely when hos-pitalists have strong leadership, a robust professional-development curriculum, and a mutual hospi-tal–hospitalist commitment to adding value during specified and structured nonclinical time.
The hospitalists patient is the hospital
In the academic setting especially, a premium will beplaced on clinical quality improvement, the develop-ment of practice guidelines, and outcomes research,not only to provide the physician with a creative out-let and a potential source of funding during thenonclinical months but also to give the academiccenter a practical research-and-development arm
Oneof the advantages of the hospitalist model is that itcreates a core group of faculty members whose in-patient work is more than a marginal activity andwho are thus committed to quality improvement inthe hospital.
We will solve large analytical problems by turning computer power loose on the hard data of the Semantic Web.
The idea of turning something loose has the connotation that it is no longer under our control and can therefore have unpredictable outcomes. To a degree, no one can really predict what would happen if we reprogrammed the web in this new way.
performance curves beginning to level off – because of our inability to automate the design work needed to support further hardware improvements. Wed end up with some very powerful hardware, but without the ability to push it further
Addressing the question of singularity, the author takes on an interesting perspective. One rationalization or opposing view is that technology is only as informational and intelligent as the creator itself. Just as the Mores conclude, "the computational competence of single neurons may be far higher than generally believed" and that "our present computer hardware might be [] 10 orders of magnitude short [compared to] our heads". This means that AI cannot surpass human intelligence as popularly believed. Rather, the article conjectures the possibility that if singularity were to occur, further innovation and improvements could never be made. I assume this is a biological and anatomical argument. Thus, implying that the technological constraints of AI cause it to be inferior to the biological makeup of the human brain. Thus, the author suggests that singularity can never really be fully realized.
When you contain the source of a thought, that thought can change along with you as you acquire new knowledge and new skills. When you contain the source of a thought, it becomes truly a part of you and grows along with you. Strive to make yourself the source of every thought worth thinking. If the thought originally came from outside, make sure it comes from inside as well. Continually ask yourself: "How would I regenerate the thought if it were deleted?"
I really don't see myself being able to do anything like this
Even super achievers like siddharth mukherjrr and sarah sze struggle with the daily grind. They cope by letting some of the trivial details slip.d oes this actually mean high achievers don't care for them while simple folks waste their time trying to perfect every minute detail? Also , if siddharth can do the daily grind, shouldn't I chin up and try to do more ?
are parents seeking a quality education for their children and the real-life costs of English-only education
parents wanting better education because of the developing system of teaching
All the mutually agreed upon definitions have as their purpose: to protect and maintain the ongoing ignorance of your divinity, by preoccupying you with your independent status and its improvement with the promise that you can become a presence of excellence without a Source.
If someone gave you a perfect simulation of today’s world to play in and told you that it’s all fake with no actual consequences—with the only rules being that you can’t break the law or harm anyone, and you still have to make sure to support your and your family’s basic needs—what would you do? My guess is that most people would do all kinds of things they’d love to do in their real life but wouldn’t dare to try, and that by behaving that way, they’d end up quickly getting a life going in the simulation that’s both far more successful and much truer to themselves than the real life they’re currently living.
This seems a whole lot like what happens in MUSHs, especially ones with easily replaceable identities.
Hello hello
Over time, they have created massive communi-ties with millions of inhabitants, complex lifeworlds, economic arrange-ments, cultural practices and life-styles
The people will find a way to survive.. they always do.. but we should be able to find easier ways to make that happen that will provide better situations for them.
it is not possible to havea combination ofthewith a nominal constituent if this constituent was not already builtup from lexical material by Merge
Probably, it would be helpful to know why one would like to analyse fragments of phrases. Fragments are not utterances, they don't have a truth value, they only appear as parts of bigger phrases and their grammaticality can not be judged. Furthermore fragments are highly ambiguous. "und auf die" e.g. could be a part of "Er wartet auf Maria ["und auf die" Kinder"], or "Er trinkt wieder ["und auf die" Kinder hat er wieder nicht aufgepasst]." In these 2 structures, what is coordinated are completely different things (PPs or CPs). It is the complete structure which reveals the function and the combinatorial potential of its parts.
cousin. He
Coindexation of "he" with "cousin" in (7a) and "she" with "cousin" in (7b) could make it more clear that it is not an interpretation like (6b) which is intended. The same conindexation could be used in (6) to make the marking consistent.
gender
italics for emphasis? since you have talk very much about sexus.
(43)
To make the point of syncretism (and not of "portmanteau morphemes") clear, it would be better to give the example pairs that coincide "as (43a) and (43d) and (43c) and (43e) show".
post
italics for emphasis
post
italics for emphasis
adverbs
Singular
above
The number of the example would be helpful
optimal
Italics would help to understand that "optimal" is used here as an example.
adjectives have comparative and superlative forms:
adjectives have positive, comparative and superlative wordforms
English differs from German
It would be good to make this point clearer with an example.
Sorted by newest
We need a newsfeed :)