frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•10mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

No one has defined the "AI Strategist" role – so I wrote an OSS book to do it

https://github.com/Leading-AI-IO/the-ai-strategist
1•leading-AI•3m ago•0 comments

Aqua: A CLI message tool for AI agents

https://github.com/quailyquaily/aqua
1•lyricat•6m ago•0 comments

Cheers to the NetJets captain that made the call

https://twitter.com/BOCOjetSales/status/2025724280923910425
1•hnburnsy•9m ago•0 comments

2008 "Peak Oil" = 2026 "Peak Memory"

https://twitter.com/benkizemchuk/status/2025570398495015100
1•walterbell•9m ago•0 comments

Your Thirst Is Mine, My Water Is Yours

https://www.stopcar.ing/your-thirst-is-mine-my-water-is-yours/
2•cwal37•12m ago•0 comments

Jujutsu Version Control Explained – Video by Brian Will

https://www.youtube.com/watch?v=mM4nrhDenC8
2•Lanedo•15m ago•0 comments

Tesla Begins Production of Cybercab

https://www.barrons.com/articles/tesla-stock-price-cybercab-9e8a08ed
3•lateforwork•17m ago•1 comments

The lack of reliable financial infrastructure

https://www.tumblr.com/archive-is/809233317252710400/on-growth-limits-finances-and-why-osinters-f...
1•cnst•18m ago•0 comments

$30B for laptops yielded a generation less cognitively capable than parents

https://www.yahoo.com/news/articles/u-spent-30-billion-ditch-110200869.html
13•walterbell•19m ago•3 comments

Giving feedback is about to get much harder. Get better at it

https://thebestworstcase.substack.com/p/giving-feedback-is-about-to-get-harder
1•shmublu•24m ago•0 comments

HN Algolia API is currently stalled

https://hn.algolia.com/api/v1/search_by_date?tags=story
1•cylo•27m ago•1 comments

A Primer on Terrorism, Insurgency and Protest

https://acoup.blog/2026/02/13/collections-against-the-state-a-primer-on-terrorism-insurgency-and-...
1•colinprince•27m ago•0 comments

Show HN: SEOBot – open-source AI SEO tool (keyword research, content gen, audit)

https://github.com/George3307/seobot
1•starwildcard•31m ago•0 comments

Show HN: Debugger MCP for VS Code

https://marketplace.visualstudio.com/items?itemName=Speakeasy.debugger-mcp
1•indybonez•31m ago•0 comments

Show HN: Magnetic Tower of Hanoi – 8 disks = 2026 moves (the year)

https://george3307.github.io/magnetic-hanoi/
1•starwildcard•32m ago•0 comments

Container GUI – Native macOS GUI for Apple's Container CLI

https://github.com/FeSens/container-gui
2•fesens•33m ago•1 comments

JIT: A header-only, cross-platform JIT compiler library in C

https://github.com/abdimoallim/jit
3•linkdd•35m ago•0 comments

AI portrait generator for MSX: Bringing neural networks to 8-bit computers

https://github.com/astrowar/msx_gan
1•astrowar•36m ago•1 comments

SQLite Is the Evolutionary Perfection of the KeePass KDBX Format

https://mketab.org/blog/sqlite_kdbx/
2•wps•38m ago•0 comments

Playing CSS-defined animations with JavaScript

https://benhatsor.medium.com/99573ef4738b
1•barhatsor•41m ago•0 comments

The Single File Agent Manifesto – RappterHub

https://kody-w.github.io/rappterhub/single-file-agents.html
1•bothangles•42m ago•0 comments

Database Federation: Decentralized and ACL-Compliant Hive Databases

https://www.uber.com/blog/database-federation/
2•umairnadeem123•42m ago•0 comments

Carl Sagan 1996: Democracy Ends with a Charlatan [video]

https://www.youtube.com/shorts/X8qR4aVaI4g
1•keernan•44m ago•1 comments

Authorization before execution: deciding if an AI should be allowed to act

https://github.com/celestinestudiosllc/ai-action-authorization-test-harness
1•celestinestudio•49m ago•1 comments

The surprising power of daily rituals

https://www.bbc.com/future/article/20210914-how-rituals-help-us-to-deal-with-uncertainty-and-stress
12•andsoitis•50m ago•6 comments

Jordi Bonada (MTG): 20 years of singing voice synthesis at the MTG [video]

https://www.youtube.com/watch?v=t2ZcSluABKY&list=PL0EPT_FWD3Ml_U_WvQZ3uHb76ACJA6mRH&index=16
2•q7m•52m ago•0 comments

Bonobos Grin During Sex

https://nautil.us/grinning-during-sex-isnt-contagious-but-it-does-require-tempo-1269012/
2•marojejian•53m ago•1 comments

Star Chamber

https://en.wikipedia.org/wiki/Star_Chamber
2•barrister•55m ago•0 comments

Classic Prank Knife Design

https://imgur.com/a/cW0u7Rz
1•anonym29•57m ago•0 comments

Kangaroo Court

https://www.law.cornell.edu/wex/kangaroo_court
1•barrister•1h ago•0 comments