frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y 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

Writers set to share millions after $1.5B Anthropic settlement

https://www.irishtimes.com/crime-law/courts/2026/07/26/hundreds-of-irish-writers-set-to-share-mil...
1•afshinmeh•21s ago•0 comments

Stages of Denial

https://nsl.com/papers/denial.html
2•tosh•2m ago•0 comments

Show HN: The source of one own knowledge and it's causes

https://rzwsan.vercel.app/posts/knowledge-origin/
1•rzwsan•2m ago•0 comments

The US is charging an American citizen for wiping his phone at the border

https://www.theverge.com/policy/971097/us-charging-american-citizen-wiping-phone-duress-password
1•arkits•2m ago•0 comments

Views of China and Xi Are Improving Globally

https://www.pewresearch.org/global/2026/07/15/views-of-china-and-xi-are-improving-globally/
1•karakoram•4m ago•0 comments

What Americans Think About the Global AI Race

https://www.pewresearch.org/short-reads/2026/07/23/what-americans-think-about-the-global-ai-race/
1•karakoram•5m ago•0 comments

Ask HN: When is too early to launch?

1•Abh1Works•6m ago•0 comments

More UK Deaths Than Births Expected Every Year from Now On, ONS Projects

https://www.bbc.com/news/articles/ckgpjd2zzl8o
1•karakoram•7m ago•0 comments

Sweden is launching its own MI6

https://www.economist.com/europe/2026/07/26/sweden-is-launching-its-own-mi6
1•bookofjoe•8m ago•1 comments

Get Notified When Specific Companies List Your Dream Job

https://jobnotify.net
1•Jaden29•8m ago•0 comments

Robotic Adaptation Suffers from Data Collection Bottleneck

2•aunmesh•11m ago•0 comments

Code Review Is the Hard Part

https://www.olafalders.com/2026/07/26/code-review-is-the-hard-part/
2•oalders•11m ago•0 comments

260k live cameras aggregated across 468 sources. lessons / technical insights

https://opencctv.org/
2•bekdavid893•12m ago•1 comments

Show HN: HART OS – an open-source AI OS built so frontier AI needs no datacenter

https://github.com/hertz-ai/HARTOS
2•hevolveai•13m ago•0 comments

Show HN: The Occult Gatsby

https://occultgatsby.work
4•morganw•14m ago•0 comments

The Strongest El Niño Ever

https://www.theclimatebrink.com/p/the-strongest-el-nino-ever
19•ndsipa_pomu•17m ago•2 comments

Show HN: Rucksack alpha CLI that pins a Mac to a hotspot and holds a sleep lease

https://github.com/noahnawara/rucksack
2•thirdface•18m ago•0 comments

How to Block Some of the Bots

https://nochan.net/b/Internet-Crap/20260606-How-To-Block-Some-Of-The-Bots/
3•Bender•20m ago•1 comments

"Grill Me" Skill

https://www.aihero.dev/skills-grill-me
2•theptip•23m ago•0 comments

Show HN: Open-plan-annotator – local annotation UI for working with agent plans

https://github.com/ndom91/open-plan-annotator
2•ndom91•24m ago•1 comments

Portable Executable

http://justine.lol/ape.html
2•tosh•28m ago•1 comments

Ask HN: Anyone suffering from the tyranny of the Waiting Equation?

2•akersten•28m ago•1 comments

Decker

https://beyondloom.com/decker/
6•tosh•30m ago•2 comments

Code Complexity Hooks for Agents

https://github.com/dekobon/big-code-analysis
2•dekobon•30m ago•1 comments

Show HN: ModelFuzz – Open-source runtime guardrails for AI agents

https://www.modelfuzz.com/
2•higagan•30m ago•1 comments

Header-only C/C++ Meshtastic LoRa protocol stack for embedded systems

https://github.com/jstockdale/meshtastic-lite
2•westurner•31m ago•1 comments

Narcissism, Machiavellianism, and AI Use

https://thenextweb.com/news/dark-traits-problematic-ai-use-psychology
4•colinprince•33m ago•0 comments

Sell the Company for $400M? He's Giving It Away Instead

https://www.nytimes.com/2026/07/25/business/grady-white-boats-charity.html
4•keithly•33m ago•0 comments

Terminal Sessions – VSCode extension for tmux terminals that survive restarts

https://github.com/visul/terminal-sessions
2•testycool•33m ago•0 comments

Google Cache used to have a copy of this page at

https://www.hornet.org/wikipedia-notes.txt
5•jruohonen•34m ago•0 comments